You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Connected Weather Station with Arduino Uno board, DHT11 Sensor, UV Sensor, LCD screen, ESP8266 WiFi module and AWS IOT
1
+
# Connected Weather Station with Arduino to measure Temperature, Humidity, Heat Index and UV light
2
2
3
3
PROJECT ARCHITECTURE
4
4
--------------------------
@@ -15,7 +15,7 @@ This episode shows you how to use the [DHT11](https://amzn.to/2Qs9fcV) temperatu
15
15
This episode builds on the previous one and continues forward by pushing the temperature & humidity data received through the [DHT11](https://amzn.to/2Qs9fcV) sensor, onto an AWS IoT account using an [ESP8266](https://amzn.to/3hqqWom) WiFi module.
16
16
17
17
[**Video 3: Adding a UV sensor to the weather station**](https://youtu.be/aR3pAWPbU1Q)
18
-
This episode builds on the previous two and show how to add a [UV](https://amzn.to/3jP4JCA) sensor to the weather station.
18
+
This episode builds on the previous two and show how to add a [UV Light](https://amzn.to/3jP4JCA) sensor to the weather station.
19
19
20
20
21
21
⚡️ COMPONENTS AND SUPPLIES
@@ -64,6 +64,13 @@ How to measure Temperature & Humidity
64
64
65
65
To the right, is a [DHT11](https://amzn.to/2Qs9fcV) sensor, it is a temperature and humidity combined sensor with calibrated digital signal output. It's is a reliable sensor for determining temperature and humidity. There is a newer and more accurate module on the market called DHT22 but we will stick with the DHT11 for this demo
UV sensors like the [GUVA-S12SD](https://amzn.to/3jP4JCA) to the left, are Ultraviolet testers and outdoor ultraviolet detectors that use calibrated light sensing algorithms that can calculate UV Index. This type of sensors don't contain an actual UV sensing element, instead they approximate it based on visible & IR light from the sun
0 commit comments