From 744a14976f30b362a7bd7b808b54b02e0603369d Mon Sep 17 00:00:00 2001 From: ported Date: Fri, 10 May 2024 18:52:41 +0000 Subject: [PATCH] Update 'README.md' created file and started working on it Signed-off-by: ported --- README.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be80c64..18f80ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,25 @@ # jvlscugog -weatherstation coding for: -esp8266 -DHT11 sensor -BMP280 sensor +weatherstation coding for: +esp8266 +DHT11 sensor +BMP280 sensor + + +photo/schematic will be posted soon +the setup is pretty simple + +I am using an esp8266-MOD + +the dht11 sensor is connected like this: +sensor + ---> esp 3.3v +sensor gnd ---> esp gnd +sensor sense ---> esp D3 (gpio 0) + +the bmp280 sensor is connected like this: +sensor + ---> esp 3.3v +sensor gnd ---> esp gnd +sensor SCL ---> esp SCL (d1/gpio 5) +sensor SDA ---> esp SDA (d2/gpio 4) + +download the .ino file and alter to your specification \ No newline at end of file