- 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.
推薦閱讀
- Learning SQL Server Reporting Services 2012
- 零點起飛學Xilinx FPG
- Learning AngularJS Animations
- Deep Learning with PyTorch
- The Applied AI and Natural Language Processing Workshop
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 筆記本電腦應用技巧
- Source SDK Game Development Essentials
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- 微服務實戰
- 主板維修實踐技術
- Arduino案例實戰(卷Ⅳ)
- 電腦軟硬件維修寶典
- Learn Qt 5
- Mastering JavaServer Faces 2.2