You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jolly is a new electronic module for makers and Arduino UNO lovers.
11
12
The module has integrated Wi-Fi, to infinitely extend the potential of your projects into the new world of IoT.
12
13
You only need to remove the ATMEGA328P microcontroller, replace it with the Jolly module and you will have an IoT board with Wi-Fi.
13
14
To date, all the existing projects are mutually compatible.
14
15
15
16
**Installing (Windows, Linux and macOS)**
17
+
18
+
Make sure your Arduino IDE version is 1.8.13 or greater.
19
+
16
20
To install the Jolly AVR platform in the Arduino IDE it is necessary to follow the following steps:
17
21
- select the Preferences tab in the file menu
18
22
- add the following two links to the **Additional Boards Manager URLs**
@@ -23,6 +27,7 @@ To install the Jolly AVR platform in the Arduino IDE it is necessary to follow t
23
27
- now the platform can be installed
24
28
25
29
**Reload the ESP8285 default firmware**
30
+
26
31
A pre-compiled version of the default ESP8285 firmware is available under the path /firmwares/jolly_esp/
27
32
The firmware is composed by two files: WiFiManager.bin and WiFiManager_spiff.bin
28
33
In case the firmware needs to be updated for any reason, there is a specific semi-automatic procedure to follow:
@@ -33,8 +38,6 @@ In case the firmware needs to be updated for any reason, there is a specific sem
33
38
34
39
**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
35
40
36
-
**Troubleshooting**
37
-
38
-
### Issue/Bug report template
39
-
Before reporting an issue, make sure you've searched for similar one that was already created.
41
+
### Issue/Bug report
42
+
You can use **Issues** section of this repository to report an error. Before reporting an issue, make sure you've searched for similar one that was already created.
40
43
Finally, and only for severe issues, write an e-mail to [email protected]
0 commit comments