Skip to content

Commit 7c2b583

Browse files
committed
add ESP8266 schematic design
1 parent 0ceb542 commit 7c2b583

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ PART ONE
1717

1818
* [Arduino Uno](https://amzn.to/2RnHhPY)
1919
* [LCD Screen](https://amzn.to/2FzJdT62Ehh2ru)
20-
* [Breadboard](https://amzn.to/2Ei40tP)
21-
* [Jumper Wires](https://amzn.to/2Ehh2ru)
22-
* [Male to Male Jumper Wires + Tweezer](https://amzn.to/3jcf9eX)
20+
* [Breadboard](https://amzn.to/2Ei40tP) - [Jumper Wires](https://amzn.to/2Ehh2ru) - [Male to Male Jumper Wires + Tweezer](https://amzn.to/3jcf9eX)
2321
* [DHT11 Temp & Humidity Sensor](https://amzn.to/2Qs9fcV)
2422
* [10k Ohm resistor](https://amzn.to/2Qo7vkW)
2523
* [Hardware / Storage Cabinet Drawer](https://amzn.to/36ehDpB)
2624
* [ESP8266 ESP-01 WiFi Module](https://amzn.to/30fUWNS)
2725
* [ESP8266 ESP-01 programmable USB](https://amzn.to/345egi6)
28-
* [ESP8266 ESP-01 Breakout Board Breadboard Adapter](https://amzn.to/3kSFVcP)
26+
* [ESP8266 ESP-01 Breadboard Adapter](https://amzn.to/3kSFVcP)
2927

3028
APPS
3129
------
@@ -70,4 +68,11 @@ The LCD display needs six Arduino pins, all set to be digital outputs. It also n
7068

7169
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.
7270

73-
<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">
71+
<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">
72+
73+
ESP8266 ESP01 - Schematic Diagram
74+
------------------------------
75+
76+
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.
77+
78+
<img align="center" src="https://github.com/MecaHumArduino/arduino-uno-aws-weather-station/blob/master/docs/esp8266-schema.png?raw=true" style="max-width:100%;" height="350">

0 commit comments

Comments
 (0)