- 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.
推薦閱讀
- 計算機網(wǎng)絡(luò)
- 零基礎(chǔ)學(xué)C++程序設(shè)計
- jQuery EasyUI網(wǎng)站開發(fā)實戰(zhàn)
- C# 從入門到項目實踐(超值版)
- Python零基礎(chǔ)快樂學(xué)習(xí)之旅(K12實戰(zhàn)訓(xùn)練)
- Symfony2 Essentials
- C語言程序設(shè)計
- Babylon.js Essentials
- 移動互聯(lián)網(wǎng)軟件開發(fā)實驗指導(dǎo)
- 后臺開發(fā):核心技術(shù)與應(yīng)用實踐
- FFmpeg開發(fā)實戰(zhàn):從零基礎(chǔ)到短視頻上線
- Mudbox 2013 Cookbook
- HTML5移動Web開發(fā)
- Mapping with ArcGIS Pro
- Pandas 1.x Cookbook