Skip to content
gilou edited this page May 8, 2018 · 5 revisions

Welcome to the windlogger_firmware wiki!

Here is the wiki on the firmware for the windlogger.

Software structure

core improvement

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

Upload the bootloader

In order to use the arduino's coding style, it needs to upload a bootloader in the atmega1284p.

The actual bootloader is located HERE.

Project's libraries

Some libraries are needed to use the firmware :

In order to use it, copy them in your Arduino/libraries folder.

Upload the firmware

To upload the firmware we use actually the Sloeber IDE.

Set Sloeber IDE to work on the firmware : Here