Compare commits

..

2 Commits

Author SHA1 Message Date
23cb95fd41 Updated the schematic 2021-06-13 18:50:30 +02:00
51b1608d90 Updated the test program description comment 2021-06-13 18:49:48 +02:00
4 changed files with 7 additions and 6 deletions

View File

@ -7,7 +7,7 @@ Sheet 1 1
Title "ATMEGA328PU Low Power Weather Station" Title "ATMEGA328PU Low Power Weather Station"
Date "2021-06-13" Date "2021-06-13"
Rev "1.0" Rev "1.0"
Comp "" Comp "www.web-directories.tk"
Comment1 "" Comment1 ""
Comment2 "" Comment2 ""
Comment3 "" Comment3 ""

View File

@ -4,9 +4,9 @@ EELAYER END
$Descr A4 11693 8268 $Descr A4 11693 8268
encoding utf-8 encoding utf-8
Sheet 1 1 Sheet 1 1
Title "" Title "ATMEGA328PU Low Power Weather Station"
Date "" Date "2021-06-13"
Rev "" Rev "1.0"
Comp "" Comp ""
Comment1 "" Comment1 ""
Comment2 "" Comment2 ""

View File

@ -1,10 +1,11 @@
/** /**
* Author : Anatole SCHRAMM-HENRY * Author : Anatole SCHRAMM-HENRY
* Created the : 29/05/2021 * Created the : 29/05/2021
* This TEST program aims to verify all basic functions of the station like by displaying some values to a serial console : * This TEST program aims to verify all the basic functions of the weather station by displaying all the sensors values to a serial console :
* - The battery level sensing * - The battery level sensing
* - The light level with the LDR * - The light level with the LDR
* - The Temperature * - The temperature of the BMP280
* - The temperature of the HTU21
* - The pressure * - The pressure
* - The humidity * - The humidity
*/ */