Mise à jour de 'README.md'

This commit is contained in:
Th3maz1ng 2021-08-18 10:51:00 +02:00
parent 8409be43e7
commit e648e727c4

View File

@ -3,7 +3,7 @@
## What is it ? ## What is it ?
An ATMEGA328PU and NRF24L01+ based weather station operating on a single 18650 li-ion battery (or equivalent) and a solar panel.<br /> An ATMEGA328PU and NRF24L01+ based weather station operating on a single 18650 li-ion battery (or equivalent) and a solar panel.<br />
On [this page](http://web-directories.tk/Pages/station.html) is displayed the data collected by this very unit ! On [this page](/Pages/station.html) is displayed the data collected by this very unit !
**Check the LICENSE.md file at the root of this project for more information.** **Check the LICENSE.md file at the root of this project for more information.**
@ -47,7 +47,7 @@ The station is equipped with the following sensors and functionalities :
2. Go to **"src\libs"** folder of this project and copy and paste its content in your "Arduino\libraries" folder. 2. Go to **"src\libs"** folder of this project and copy and paste its content in your "Arduino\libraries" folder.
3. Open the app.ino file with the Arduino IDE and select the "Arduino Pro or Pro Mini" board with processor : (Atmega 3.3V 8 Mhz). 3. Open the app.ino file with the Arduino IDE and select the "Arduino Pro or Pro Mini" board with processor : (Atmega 3.3V 8 Mhz).
4. Compile and Upload ! 4. Compile and Upload !
5. To receive the data sent by the station, you can check this other [project](http://www.web-directories.cf/git/Th3maz1ng/ESP8266_dual_NRF24l01_gateway) which is the receiver end. 5. To receive the data sent by the station, you can check this other [project](/git/Th3maz1ng/ESP8266_dual_NRF24l01_gateway) which is the receiver end.
## Configuration options : ## Configuration options :
You may change some settings present in the ***definition.h*** file. You may change some settings present in the ***definition.h*** file.