From 0bcad69babdbaf483f3cb6a17d4ad485dacb0606 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Mon, 14 Jun 2021 14:34:56 +0200 Subject: [PATCH 1/2] Updated the readme. --- README.md | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 348879d..72af75e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,33 @@ # ATMEGA328PU_lowPower_weather_station -An ATMEGA328PU and NRF24L01+ based weather station operating on a single 18650 li-ion cell and a solar panel. -Sensors : -* Temperature -* Humidity -* Pressure -* Sunlight \ No newline at end of file +## What is it ? + +An ATMEGA328PU and NRF24L01+ based weather station operating on a single 18650 li-ion battery (or equivalent) and a solar panel : + +![](http://82.64.196.164/images/git/weather_station_under.jpg) + +## What are the functionalities ? + +The station is equipped with the following sensors and as these functionalities : + +* Temperature (BMP280 and HTU21) +* Humidity (HTU21) +* Pressure (BMP280) +* Sunlight (LDR) +* Battery level indication (ATMEGA's ADC) + +## The hardware : + +**The main board** + +Top view : + +![](http://82.64.196.164/images/git/weather_station_pcb_back.jpg) + +Back view : + +![](http://82.64.196.164/images/git/weather_station_pcb_top.jpg) + + + + From 7746de07fe2d6f795fce664ad23f7d4b1d186c43 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Wed, 16 Jun 2021 21:36:53 +0200 Subject: [PATCH 2/2] =?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 72af75e..c81d27b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An ATMEGA328PU and NRF24L01+ based weather station operating on a single 18650 l ## What are the functionalities ? -The station is equipped with the following sensors and as these functionalities : +The station is equipped with the following sensors and has these functionalities : * Temperature (BMP280 and HTU21) * Humidity (HTU21)