- Internet of Things with ESP8266
- Marco Schwartz
- 220字
- 2021-07-14 10:58:56
Hardware configuration
We are first going to see how to configure the hardware to use the ESP8266 board. This is how to connect the different components:

- Basically, you need to connect your breadboard power supply VCC and GND to the ESP8266 VCC and GND. Also, connect the GND pin of the FTDI converter board to the ESP8266 GND.
- Then, connect TX from the FTDI board to RX of the ESP8266 board, and then RX to TX.
- Finally, connect the CH_PD (or CHIP_EN) pin of the ESP8266 board to VCC.
- Once this is done, simply put the DHT11 sensor on the breadboard.
- Then, connect the left pin to VCC (red power rail), the right pin to GND (blue power rail), and the pin next to VCC to the GPIO pin 5 on your ESP8266 chip. This is the final result, not showing the USB-to-Serial FTDI cables:
Tip
Make sure that you've connected everything according to the schematics, or you won't be able to continue. Also make sure that all the switches of your components (FTDI module and power supply) are set to 3.3V, or it will damage your chip.
- Also, connect one wire to GPIO pin 0 of the ESP8266. Don't connect it to anything else for now, but you will need it later to put the chip in programming mode.
推薦閱讀
- 解構產品經(jīng)理:互聯(lián)網(wǎng)產品策劃入門寶典
- JavaScript高效圖形編程
- Java Web開發(fā)之道
- Java技術手冊(原書第7版)
- Julia 1.0 Programming Complete Reference Guide
- Hands-On Kubernetes on Windows
- Hands-On JavaScript for Python Developers
- 零代碼實戰(zhàn):企業(yè)級應用搭建與案例詳解
- C編程技巧:117個問題解決方案示例
- 視窗軟件設計和開發(fā)自動化:可視化D++語言
- Microsoft Dynamics GP 2013 Cookbook
- 你好!Python
- 編程風格:程序設計與系統(tǒng)構建的藝術(原書第2版)
- Flink原理深入與編程實戰(zhàn):Scala+Java(微課視頻版)
- Ajax與jQuery程序設計