stgnet / jolly-arduino-platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino core for the Jolly's AVR ATMEGA328PB

Contents

Documentation

Getting Started Jolly is a new electronic module for makers and Arduino UNO lovers. The module has integrated Wi-Fi, to infinitely extend the potential of your projects into the new world of IoT. You only need to remove the ATMEGA328P microcontroller, replace it with the Jolly module and you will have an IoT board with Wi-Fi. To date, all the existing projects are mutually compatible.

Installing (Windows, Linux and macOS) To install the Jolly AVR platform in the Arduino IDE it is necessary to follow the following steps:

Reload the ESP8285 default firmware A pre-compiled version of the default ESP8285 firmware is available under the path /firmwares/jolly_esp/ The firmware is composed by two files: WiFiManager.bin and WiFiManager_spiff.bin In case the firmware needs to be updated for any reason, there is a specific semi-automatic procedure to follow:

  • in Arduino IDE select the tools menu
  • choose ESP8285 for the bootloader option as shown in the picture below
  • press the boot button located on the Jolly module. While holding it pressed, press the reset button on the Arduino UNO for 1 second, then release it. Keep holding the boot button for 1 second longer, then release it Now the Jolly is entered in the boot mode for the ESP8285
  • finally click on burn bootloader option and the procedure will start automatically

Hint: to keep track of the update process, enable both the compilation and upload radio button in the show verbose output during: option located in the file menu Preferences tab of the Arduino IDE

Troubleshooting

Issue/Bug report template

Before reporting an issue, make sure you've searched for similar one that was already created. Finally, and only for severe issues, write an e-mail to tech@jolly-dev.com

About


Languages

Language:C 90.9%Language:C++ 7.4%Language:Makefile 0.9%Language:Logos 0.5%Language:Assembly 0.1%Language:Shell 0.1%