-
Notifications
You must be signed in to change notification settings - Fork 0
Home
gilou edited this page May 8, 2018
·
5 revisions
Here is the wiki on the firmware for the windlogger.
A small trick was improved on the arduino core in order to permit to switch the millis and micro functions on the timer 2. see HERE
In order to use the arduino's coding style, it needs to upload a bootloader in the atmega1284p.
The actual bootloader is located HERE.
Some libraries are needed to use the firmware :
In order to use it, copy them in your Arduino/libraries folder.
To upload the firmware we use actually the Sloeber IDE.
Set Sloeber IDE to work on the firmware : Here