Skip to content

Commit ef4a18f

Browse files
committed
fix some typos
1 parent 7c2b583 commit ef4a18f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Weather Station with Arduino Uno board, DHT11 Sensor, LCD screen and AWS IOT
1+
# Connected Weather Station with Arduino Uno board, DHT11 Sensor, LCD screen, ESP8266 WiFi module and AWS IOT
22

33
This tutorial shows you how to use the [DHT11](https://amzn.to/2Qs9fcV) temperature and humidity sensors with the [Arduino Uno](https://amzn.to/2RnHhPY) board to build a simple weather station that displays current temperature and humidity on an [LCD](https://amzn.to/2FzJdT6) screen and pushes the data to AWS IoT through an [ESP8266](https://amzn.to/3hqqWom) board.
44

@@ -30,7 +30,7 @@ APPS
3030

3131
* [PlatformIO](https://platformio.org/)
3232
* [Fritzing](https://fritzing.org/)
33-
* [AWS cli](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html)
33+
* [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html)
3434

3535
Libraries
3636
---------
@@ -42,7 +42,7 @@ Libraries
4242

4343
What is humidity?
4444
-----------------
45-
Humidity is the water vapor around you mixed with air. It is measured in %. So, if the humidity is 60%, then 60% of the air around you is water vapor. If it is 100%, then it means either the sensor is not correct, the sensor is broken/damaged, the Arduino crashed, the Arduino can't receive any signal, there's an error in the code or you're underwater(1). If it's 0%, it means all the reasons above except the last one, you're in space or you're in the middle of a desert(2).
45+
Humidity is the water vapour around you mixed with air. It is measured in %. So, if the humidity is 60%, then 60% of the air around you is water vapour. If it is 100%, then it means either the sensor is not correct, the sensor is broken/damaged, the Arduino crashed, the Arduino can't receive any signal, there's an error in the code or you're underwater(1). If it's 0%, it means all the reasons above except the last one, you're in space or you're in the middle of a desert(2).
4646

4747
(1) Correction: it means the air cannot hold any more water.
4848
(2) The air in a desert does contain some water but it is a very little amount compared to a normal place. The Sahara Desert has a mean humidity of 25%.
@@ -64,9 +64,9 @@ Wire the [DHT11](https://amzn.to/2Qs9fcV) sensor to the [Arduino Uno](https://am
6464
LCD Screen - Schematic Diagram
6565
------------------------------
6666

67-
The LCD display needs six Arduino pins, all set to be digital outputs. It also needs 5V and GND connections.
67+
The LCD needs six Arduino pins, all set to be digital outputs. It also needs 5V and GND connections.
6868

69-
There are a number of connections to be made. Lining up the display with the top of the breadboard helps to identify its pins without too much counting, especially if the breadboard has its rows numbered with row 1 as the top row of the board. Do not forget, the long yellow lead that links the slider of the pot to pin 3 of the display. The potentiometer is used to control the contrast of the display.
69+
There are several connections to be made. Lining up the display with the top of the breadboard helps to identify its pins without too much counting, especially if the breadboard has its rows numbered with row 1 as the top row of the board. Do not forget, the long yellow lead that links the slider of the pot to pin 3 of the display. The potentiometer is used to control the contrast of the display.
7070

7171
<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">
7272

0 commit comments

Comments
 (0)