christian-hofstetter / flybrix-firmware

Arduino-compatible (teensyduino) firmware for the Flybrix flight board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Arduino-compatible (teensyduino) firmware for the Flybrix flight board.

License:GNU General Public License v3.0


Languages

Language:C++ 99.4%Language:C 0.6%