From 870ec533ce416d680531ded2a9f0b29843a0e6e7 Mon Sep 17 00:00:00 2001 From: iLyas Date: Mon, 28 Sep 2020 14:27:23 -0400 Subject: [PATCH] more links and explanation --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1a43e6..41f6392 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ # Connected Weather Station with Arduino Uno board, DHT11 Sensor, LCD screen, ESP8266 WiFi module and AWS IOT -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. +This repo accompanies the "Connected Weather Station" YouTube series. it contains the code, library, diagrams, and more information that I promised in the videos. -In the **first part**, we'll go through a quick introduction to the sensor, pinout, wiring diagram, and finally the Arduino sketch. +Video 1: Building an IoT Weather Station with Arduino, DHT11, and LCD Screen +------------------------ +This episode 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 weather station that displays current temperature and humidity on an [LCD](https://amzn.to/2FzJdT6) screen. -In the **second part**, WIP... +[](https://youtu.be/vL6TKYhjwQc) + +Video 2: Connecting the IoT Weather Station to AWS IoT using ESP8266 +------------------------ +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. + +[](https://youtu.be/aR3pAWPbU1Q) PART ONE ========