- Internet of Things Projects with ESP32
- Agus Kurniawan
- 177字
- 2021-06-24 16:02:50
The official ESP32 development kit
In general, Espressif provides an ESP32 development kit board that we can use directly. We don't need to take any effort to make a PCB board and do soldering of the ESP32 chip. A list of ESP32 boards from Espressif can be found at this link: https://www.espressif.com/en/products/hardware/development-boards. We will review the two ESP32 boards: ESP32-PICO-KIT and ESP-WROVER-KIT boards.
ESP32-PICO-KIT is a basic development board that is small in size. This board fits on breadboard PCB, so you can do wiring on it. The board consists of EPS32 chips such as serial USB CP2102 (version 4.0)/CP2102N (version 4.1). You can connect this board to a computer through USB.
ESP-WROVER-KIT is a complete development board. This consists of various sensors and modules. The board uses ESP32-WROVER for ESP32 board implementation. The following are the main features from ESP-WROVER-KIT:
- JTAG interface on FT2232HL
- Camera connector
- I/O connector
- RGB LED
- Micro SD card slot
- LCD
A form of ESP-WROVER-KIT can be seen in this photo:

- 觸摸屏實用技術與工程應用
- 深入理解Spring Cloud與實戰
- Learning Cocos2d-x Game Development
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- Learning Stencyl 3.x Game Development Beginner's Guide
- 分布式微服務架構:原理與實戰
- 筆記本電腦維修300問
- Machine Learning Solutions
- Machine Learning with Go Quick Start Guide
- 面向對象分析與設計(第3版)(修訂版)
- Intel Edison智能硬件開發指南:基于Yocto Project
- 電腦組裝與維護即時通
- 新編電腦組裝與硬件維修從入門到精通
- 計算機電路基礎(第2版)
- Angular 6 by Example