BasicAirData / AirDataComputer

Air Data Computer
https://www.basicairdata.eu/projects/airdatacomputer/
Other
32 stars 23 forks source link

Evaluate IDE Alternative to Upload Firmware to ADC #54

Closed JLJu closed 6 years ago

JLJu commented 6 years ago

The ADC firmware should usually be compiled and uploaded with Arduino IDE + Teensyduino. It would be lovely to upload the firmware directly to the ADC. That will provide a way to render operative the unit without Arduino IDE nor Teensysuino installed on the machine.

JLJu commented 6 years ago

Tested this application to upload the firmware (Win 10 /Fedora 27) https://www.pjrc.com/teensy/loader.html It eliminates the need for compiling under the Arduino IDE and to copy libraries. From now on every release should be accompanied by a hex file of the firmware that can be uploaded to the Teensy with the loader software.