简介
你是否在使用ESP32时遇到过这些困扰:
- 知道ESP32功能强大,但不知如何上手?
- 不清楚ESP32提供了哪些API接口?
- 面对官方文档,不知道如何应用这些API?
别担心!该教程将帮助你:
- 从基础到高级,逐步掌握ESP32在Arduino环境下的各种API
- 无痛入门ESP32 Arduino开发,快速熟悉开发流程
- 具备阅读、开发和调试ESP32 Arduino应用代码的能力
以下教程内容基于esp-arduino 3.x.x版本
以下文档仅讲述基础、常用的API接口,需要深入了解更多API请访问:https://docs.espressif.com/projects/arduino-esp32/en/latest/libraries.html
章节一
GPIO、中断、ADC、PWM、触摸
https://wiki.dfrobot.com.cn/ESP32_General_Tutorial_Chapter_1?heisgoodman
章节二
I2C、UART、SPI、SD库、FILE库、I2S
https://wiki.dfrobot.com.cn/ESP32_General_Tutorial_Chapter_2?heisgoodman
章节三
timer、deepsleep、Preferences
https://wiki.dfrobot.com.cn/ESP32_General_Tutorial_Chapter_3?heisgoodman
章节四
WiFi、BLE、zigbee、matter等
即将推出
章节五
HTTP、Web、以太网、ESP-NOW、network client
即将推出
章节六
OTA、USB
即将推出