Free 186 More Best Homemade Tools eBook:  
New: 300+ fresh build posts/day from 275 forums → BuildThreads.com

User Tag List

Results 1 to 7 of 7

Thread: Flight Data Recorder

  1. #1
    Supporting Member rgsparber's Avatar
    Join Date
    Nov 2012
    Location
    Phoenix, AZ
    Posts
    1,392
    Thanks
    802
    Thanked 3,091 Times in 741 Posts

    rgsparber's Tools

    Flight Data Recorder

    This Arduino based project will let you record up to 7 analog voltages with an easily changed sample rate. Sample every second and run for 2 1/4 hours. Sample every 60 seconds and run for 75 hours.

    Both hardware and software details are provided including the artwork for the board, parts list, hardware test plan, and the software as a text file.

    The software is an example of "defensive programming". Errors generated by software bugs and hardware faults are detected, recorded, and reported. High-level status is visible by counting flashes on an LED. Details come via the USB interface. Furthermore, the software is able to automatically recover from power disruptions with no loss of recorded data.

    If you are interested, please see

    for the software description:
    https://rick.sparber.org/FlightDataR...escription.pdf

    for the hardware description: https://rick.sparber.org/FlightDataR...escription.pdf

    for the code as a text file (must change to .ino to use):
    https://rick.sparber.org/FDR.txt


    Your comments are welcome. All of us are smarter than any one of us.


    Thanks,

    Rick
    Rick

  2. The Following 4 Users Say Thank You to rgsparber For This Useful Post:

    Jon (Nov 27, 2018), PJs (Nov 28, 2018), Seedtick (Nov 27, 2018), Sleykin (May 6, 2022)

  3. #2
    Supporting Member metric_taper's Avatar
    Join Date
    Mar 2017
    Location
    Marion, Iowa
    Posts
    760
    Thanks
    281
    Thanked 410 Times in 266 Posts

    metric_taper's Tools
    Rick:I can't find an Arduino board called a Pro Micro in the board list. I believe this to be a ATmega168 micro controller type.
    Per the IDE, I get this text when compiling your code:
    Is there some library the needs to be changed?
    Steve
    Last edited by metric_taper; Dec 11, 2018 at 07:39 AM.

  4. #3
    Supporting Member rgsparber's Avatar
    Join Date
    Nov 2012
    Location
    Phoenix, AZ
    Posts
    1,392
    Thanks
    802
    Thanked 3,091 Times in 741 Posts

    rgsparber's Tools
    The Pro Micro is a Sparkfun product. If you do a search, you will find docs on their site that tell you what IDE settings and libraries to use. Let me know if you have any trouble.

    Rick
    Rick

  5. #4
    Supporting Member metric_taper's Avatar
    Join Date
    Mar 2017
    Location
    Marion, Iowa
    Posts
    760
    Thanks
    281
    Thanked 410 Times in 266 Posts

    metric_taper's Tools
    From Sparkfun page for Pro Micro, it points at a ATmega32U4. I looked up Arduino ATmega32U4 processor type to find this is a Leonardo Arduino. Setting that board type, it compiles without errors.
    Thanks

  6. #5
    Supporting Member rgsparber's Avatar
    Join Date
    Nov 2012
    Location
    Phoenix, AZ
    Posts
    1,392
    Thanks
    802
    Thanked 3,091 Times in 741 Posts

    rgsparber's Tools
    Quote Originally Posted by metric_taper View Post
    From Sparkfun page for Pro Micro, it points at a ATmega32U4. I looked up Arduino ATmega32U4 processor type to find this is a Leonardo Arduino. Setting that board type, it compiles without errors.
    Thanks
    Bravo!

    Rick
    Rick

  7. #6
    Content Editor
    Supporting Member
    DIYer's Avatar
    Join Date
    Aug 2013
    Posts
    3,049
    Thanks
    848
    Thanked 2,969 Times in 2,523 Posts
    Thanks Rick! We've added your Data Recorder to our Electronics category, as well as to your builder page: Rick's Homemade Tools. Your receipt:


  8. #7

    Join Date
    Oct 2012
    Location
    Erie, PA
    Posts
    103
    Thanks
    261
    Thanked 48 Times in 33 Posts
    Very cool project, I can see many uses for it, Thanks!



    2,500+ Tool Plans

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •