There are two procedures to upload the firmware to the Air Data Computer; The choice method consists in uploading the precompiled .hex file to the ADC board. The second one consists in compiling and uploading of the code.
Procedure to upload .hex file to the board
- Download and copy to the desired local directory the Teensy Loader app for your OS
- Download the desired release of firmware hex file from the Air Data Computer repository on Github; latest release in this link.
- Check out the tutorial for your OS on PJRC site
- Connect the Air Data Computer with a USB cable to your PC
- Upload the hex file to the Teensy microcontroller
- All done!
Procedure to manually upload the firmware
- Clone/Download the Github repo https://github.com/BasicAirData/AirDataComputer
- Copy all the content of libraries folder to your local Arduino IDE library folder( Manual procedure here)
- With Teesyduino upload the firmware file AsgardADC.ino to the board
- All done!