This is the Arduino firmware to upload to the Escornabot.
More info about the Escornabot at escornabot.com
Please, open issues here if you find any problem with this firmware. Thank you!
Download the __last version from here
-
Install the Arduino IDE
-
Copy the right configuration to the Escornabot directory.
-
Follow this guide compilated by @escornafan (in Spanish).
You only need to install PlatformIO CLI:
pip install -U platformio
There is a project file platformio.ini to compile and upload escornabot firmware to the Atmel AVR platform + Arduino framework for Arduino Nano and Arduino Micro boards.
# compile firmware and upload firmware to an Arduino Nano:
pio run -e nano -t upload
# compile firmware and upload firmware to an Arduino Micro:
pio run -e micro -t upload
Escornabot's repository flows through 2 main branches:
- stable: well-tested firmware that you usually have to work with. Released versions are named with even minor numbers (x.0, x.2, ...).
- testing: new features and minor bugs pending of testing in deep. Released versions are named with odd minor numbers (x.1, x.3, ...).
Releases are published ready to download in zip format.