- Internet of Things Projects with ESP32
- Agus Kurniawan
- 205字
- 2021-06-24 16:02:53
Introduction to ESP32 GPIO
The ESP32 chip features forty physical GPIO pads. Some GPIO pads cannot be used or do not have the corresponding pin on the chip package. For development boards based on the ESP32 chip or module, some board makers probably expose all ESP32 GPIO pins. However, some board makers also expose ESP32 GPIO pins but add additional pins such as battery, voltage, exclusive sensor, and ground.
Since there are many ESP32 development board models, we cannot explore all board models. Instead, we will focus on the ESP-WROVER-KIT board from Espressif.
We can access GPIO pins on the ESP-WROVER-KIT board with three locations. You can see these locations from the ESP-WROVER-KIT board in the following image. Some GPIO labels are shown in the board body so that we can see all of the GPIO pins:

Some GPIO pins are used for PWM, ADC, DAC, I2C, I2S, and SPI. You can find this GPIO layout from the ESP-WROVER-KIT board in the following document: https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_V4_1.pdf.
Now that we've picked a board on which to work, let's get a brief overview of IoT for weather monitoring systems before we begin setting one up.
- Aftershot Pro:Non-destructive photo editing and management
- 硬件產品經理手冊:手把手構建智能硬件產品
- Unity 5.x Game Development Blueprints
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- VCD、DVD原理與維修
- 分布式微服務架構:原理與實戰
- Visual Media Processing Using Matlab Beginner's Guide
- Arduino BLINK Blueprints
- Spring Cloud微服務和分布式系統實踐
- 單片機技術及應用
- 圖解計算機組裝與維護
- Python Machine Learning Blueprints
- Intel FPGA權威設計指南:基于Quartus Prime Pro 19集成開發環境
- 多媒體應用技術(第2版)
- 微服務架構實戰:基于Spring Boot、Spring Cloud、Docker