Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.1 KB

flybrix-firmware

Flybrix is currently shipping with version 1.5.1 installed.

Dependencies

Setup

In the Arduino IDE, isntall SdFat from 'Sketch -> Include Library -> Manage Libraries...'

Choose Tools -> Board: -> Teensy 3.2 / 3.1 to target the correct board, and leave the rest as default ("Serial" and "96 MHz (overclock)").

After that, you are ready to compile and upload to a board connected via USB.

Tips

If you can't compile because it appears that you're missing libraries, be sure that you have set up the Arduino IDE to target the correct board ("Teensy 3.2 / 3.1")!

The Arduino IDE defaults to expand tabs with 2 spaces. To change that edit your preferences file. https://www.arduino.cc/en/Hacking/Preferences -- Change “editor.tabs.size=” to 4 and restart Arduino

If you run into problems, send us an email at support@flybrix.com!