- 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.
推薦閱讀
- Istio入門與實戰
- 新型電腦主板關鍵電路維修圖冊
- Python GUI Programming:A Complete Reference Guide
- 施耐德SoMachine控制器應用及編程指南
- Intel FPGA/CPLD設計(高級篇)
- 計算機維修與維護技術速成
- Spring Cloud微服務架構實戰
- Source SDK Game Development Essentials
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- Neural Network Programming with Java(Second Edition)
- 新編電腦組裝與硬件維修從入門到精通
- 3D Printing Blueprints
- Angular 6 by Example
- Learning Less.js
- 電腦主板維修技術