- 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.
推薦閱讀
- Visual Basic .NET程序設計(第3版)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- 控糖控脂健康餐
- 編程卓越之道(卷3):軟件工程化
- 程序員面試筆試寶典
- C語言程序設計實訓教程
- Learning Python Design Patterns(Second Edition)
- Learning Neo4j 3.x(Second Edition)
- C++程序設計基礎教程
- C++ 從入門到項目實踐(超值版)
- Python機器學習算法與應用
- Cocos2d-x Game Development Blueprints
- Scrapy網絡爬蟲實戰
- Python面向對象編程(第4版)
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT