Browse Source

Update 'README.md'

created file and started working on it

Signed-off-by: ported <natural_gas_fitter@yahoo.ca>
master
ported 2 years ago
parent
commit
744a14976f
  1. 27
      README.md

27
README.md

@ -1,6 +1,25 @@
# jvlscugog # jvlscugog
weatherstation coding for: weatherstation coding for:
esp8266 esp8266
DHT11 sensor DHT11 sensor
BMP280 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
Loading…
Cancel
Save