Skip to content

Commit 477cf3a

Browse files
committed
manage section
1 parent 250da80 commit 477cf3a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ How to measure UV Light
7171

7272
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
7373

74-
DHT11 - Schematic Diagram
75-
-------------------------
76-
77-
Wire the [DHT11](https://amzn.to/2Qs9fcV) sensor to the [Arduino Uno](https://amzn.to/2RnHhPY) development board as shown in the following schematic diagram.
78-
79-
<img align="center" src="https://github.com/MecaHumArduino/arduino-uno-aws-weather-station/blob/master/docs/dht11-wiring.png?raw=true" style="max-width:100%;" height="600">
80-
8174
LCD Screen - Schematic Diagram
8275
------------------------------
8376

@@ -87,7 +80,15 @@ There are several connections to be made. Lining up the display with the top of
8780

8881
<img align="center" src="https://github.com/MecaHumArduino/arduino-uno-aws-weather-station/blob/master/docs/lcd-schema.png?raw=true" style="max-width:100%;" height="600">
8982

90-
ESP8266 ESP01 - Schematic Diagram
83+
Adding the DHT11 to the Schematic Diagram
84+
-------------------------
85+
86+
Wire the [DHT11](https://amzn.to/2Qs9fcV) sensor to the [Arduino Uno](https://amzn.to/2RnHhPY) development board as shown in the following schematic diagram.
87+
88+
<img align="center" src="https://github.com/MecaHumArduino/arduino-uno-aws-weather-station/blob/master/docs/dht11-wiring.png?raw=true" style="max-width:100%;" height="600">
89+
90+
91+
Adding the ESP8266 ESP01 to the Schematic Diagram
9192
------------------------------
9293

9394
The ESP8266 WiFi Module is a self-contained stack that can give any microcontroller access to your WiFi network. The ESP8266 is capable of either hosting an application or offloading all Wi-Fi networking functions from another application processor. The ESP8266 module is an extremely cost-effective board with a huge, and ever-growing, community.

0 commit comments

Comments
 (0)