Skip to content

Commit 27ac7b6

Browse files
Update README.md
1 parent a21e988 commit 27ac7b6

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22

33
### Contents
44
- [Documentation](#documentation)
5-
- [Issue/Bug report template](#issuebug-report-template)
5+
- [Issue/Bug report](#issuebug-report)
66

77
### Documentation
88

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

1516
**Installing (Windows, Linux and macOS)**
17+
18+
Make sure your Arduino IDE version is 1.8.13 or greater.
19+
1620
To install the Jolly AVR platform in the Arduino IDE it is necessary to follow the following steps:
1721
- select the Preferences tab in the file menu
1822
- 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
2327
- now the platform can be installed
2428

2529
**Reload the ESP8285 default firmware**
30+
2631
A pre-compiled version of the default ESP8285 firmware is available under the path /firmwares/jolly_esp/
2732
The firmware is composed by two files: WiFiManager.bin and WiFiManager_spiff.bin
2833
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
3338

3439
**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
3540

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.
4043
Finally, and only for severe issues, write an e-mail to [email protected]

0 commit comments

Comments
 (0)