From e648e727c4d7625971d03628a610d5a43358ba16 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Wed, 18 Aug 2021 10:51:00 +0200 Subject: [PATCH 1/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4805658..863daad 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## What is it ? An ATMEGA328PU and NRF24L01+ based weather station operating on a single 18650 li-ion battery (or equivalent) and a solar panel.
-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.** @@ -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. 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 ! -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 : You may change some settings present in the ***definition.h*** file. From cc32fa0715180a45d14052683960587b2b4d5e83 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Wed, 18 Aug 2021 10:51:42 +0200 Subject: [PATCH 2/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 863daad..c77f590 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The station is equipped with the following sensors and functionalities : |_README.md The content of this page ``` ## Getting started : -1. Clone this repository : git clone http://web-directories.cf/git/Th3maz1ng/ATMEGA328PU_lowPower_weather_station.git +1. Clone this repository : git clone http://web-directories.tk/git/Th3maz1ng/ATMEGA328PU_lowPower_weather_station.git 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). 4. Compile and Upload ! From cb323f9a6d99e901e9ed4bd225c063bfafeaa522 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Fri, 20 Aug 2021 09:49:31 +0200 Subject: [PATCH 3/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c77f590..e70c609 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ Set **VOLTAGE_DIV_COEFF** to something different if you changed the voltage divi Set **RADIO_CHANNEL** to the NRF's RF channel (between 0 and 124). **Do not forget to set the receiver station up on the same channel** -Set **RADIO_NODE_ADDRESS** to change it's 5 byte address if you feel like it. +Set **RADIO_NODE_ADDRESS** to change it's 5 byte address if you feel like it. **Do not forget to set the receiver station up on the same address** -Set **RADIO_PA_LEVEL** to adjust the transmit power level if needed (higher power, higher current consumption) +Set **RADIO_PA_LEVEL** to adjust the transmit power level if needed (higher the power, higher the current consumption) ## The hardware : Here is a list of the parts used to build the station with a link to where you can buy it : From 10c226cb8640d2021423600547c716395ae83814 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Fri, 20 Aug 2021 09:52:06 +0200 Subject: [PATCH 4/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e70c609..e104492 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The station is equipped with the following sensors and functionalities : ## Power consumption : * Around **60µA** during sleep. * Around a **13mA** spike during data transmission and **4mA** during sensor data collection. -* The solar panel is enough to even charge the battery, it should thus never need to be replaced or recharged. +* The solar panel is enough to even charge the battery, it should thus never need to be replaced or recharged externally. ## Project folder architecture : ``` json