- Internet of Things Projects with ESP32
- Agus Kurniawan
- 131字
- 2021-06-24 16:02:55
Hardware wiring
If you have the ESP-WROVER-KIT board, you don't need an additional LCD to perform hardware wiring. Otherwise, if you use another LCD module, you can connect the LCD module to the ESP32 board via ESP32 SPI pins. You can see this wiring based on the ESP-WROVER-KIT board datasheet document in Figure 2-7:

The datasheet can be viewed here:

Figure 2-7: Wiring for the LCD module on ESP32
The following is wiring for the ESP32 and LCD module:
- LCD VCC to ESP32 VCC
- LCD GND to ESP32 3.3V
- LCD SCL to ESP32 SPI CLK (IO19)
- LCD SDA to ESP32 MOSI (IO23)
- LCD SDO to ESP32 MISO (IO25)
- LCD CS to ESP32 CS (IO22)
- LCD D/C to ESP32 D/CX (IO21)
Next, we will create a project.
推薦閱讀
- Windows phone 7.5 application development with F#
- 圖解西門子S7-200系列PLC入門
- 新型電腦主板關鍵電路維修圖冊
- 計算機組裝·維護與故障排除
- VCD、DVD原理與維修
- 分布式微服務架構:原理與實戰
- 基于Apache Kylin構建大數據分析平臺
- 筆記本電腦維修300問
- 龍芯自主可信計算及應用
- FreeSWITCH Cookbook
- Mastering Quantum Computing with IBM QX
- Blender for Video Production Quick Start Guide
- 計算機組成技術教程
- 分布式存儲系統:核心技術、系統實現與Go項目實戰
- Service Mesh微服務架構設計