| 后一修订版 | 前一修订版 |
| developmentboard:esp32_do [2023/09/04 07:34] – 创建 admin12 | developmentboard:esp32_do [2023/09/04 07:56] (当前版本) – admin12 |
|---|
| ---- | ---- |
| |
| ===== # 简介 ===== | ===== Introduction ===== |
| |
| ESP32-DO开发版是一款功能强大且灵活的开发板,适用于物联网、嵌入式系统和智能设备的开发。它基于ESP32微控制器,具有丰富的扩展接口和通信功能,以及兼容Arduino和MicroPython等开发环境,使开发者能够快速上手并进行开发调试。无论是初学者还是有经验的开发者,ESP32-DO开发版都是一个理想的选择。 | ESP32-DO Development Edition is a powerful and flexible development board suitable for the development of the Internet of Things, embedded systems and smart devices. Based on the ESP32 microcontroller, it has rich expansion interfaces and communication functions, and is compatible with development environments such as Arduino and MicroPython, enabling developers to quickly get started and develop and debug. Whether you are a beginner or an experienced developer, the ESP32-DO Development Edition is an ideal choice.The ESP32-Do development board has motor drivers and supports two motor drivers. There are two types of onboard motor interfaces: KF210 (ordinary motor) and Ph2.0-6P (encoded motor). |
| |
| ESP32-Do开发板带有电机驱动,支持两路电机驱动。板载电机接口KF210(普通电机)、Ph2.0-6P(编码电机)两种电机接口。 | ===== Pin diagram ===== |
| | |
| ===== # 引脚图 ===== | |
| |
| {{https://www.nologo.tech/assets/img/esp32/esp32do/ESP32Do.png?nolink&|ESP32-DO}}| | {{https://www.nologo.tech/assets/img/esp32/esp32do/ESP32Do.png?nolink&|ESP32-DO}}| |
| |
| ==== = # Arduino示例代码 ===== | ==== = Arduino example code ==== |
| |
| ==== [[https://www.nologo.tech/product/esp32/esp32Do.html#控制led灯|#]]控制LED灯 ==== | ==== Control LED lights ==== |
| <code> | <code> |
| | |
| ''// 引入ESP32开发库 | ''// 引入ESP32开发库 |
| #include <Arduino.h> | #include <Arduino.h> |
| '' | '' |
| |
| </code>===== # Micropython示例代码 ===== | </code> |
| |
| ==== # 控制LED灯 ==== | ===== Micropython sample code ===== |
| |
| <code>''import machine | ==== Control the LED lights ==== |
| | |
| | <code> |
| | ''import machine |
| import time | import time |
| |
| '' | '' |
| |
| </code>===== # Arduino ESP32 离线包 ===== | </code> |
| | |
| | ===== Arduino ESP32 offline package ===== |
| |
| [[https://arduino.me/download|ArduinoESP32离线包下载地址open in new window]] | [[https://arduino.me/download|ArduinoESP32 offline package download addressopen in new window]] |
| |
| ===== # Mind+扩展库下载 ===== | ===== Mind+ expansion library download ===== |
| |
| [[https://pan.baidu.com/s/1h8K91yzdImzMrKC6U1pVhw?pwd=8f5t|Mind+扩展库下载open in new window]]Mind+不支持4MFlash | [[https://pan.baidu.com/s/1h8K91yzdImzMrKC6U1pVhw?pwd=8f5t|Mind+ extension library download open in new windowMind+ does not support 4MFlash]] |
| |
| ===== # 学习资料 ===== | ===== learning materials ===== |
| |
| [[https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/get-started/index.html|ESP32-Do官方学习资料open in new window]] | [[https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/get-started/index.html|ESP32-Do official learning materialsopen in new window]] |
| |
| ===== # 串口驱动下载 ===== | ===== Serial driver download ===== |
| |
| [[https://www.wch.cn/downloads/CH341SER_EXE.html|CH340C串口驱动下载open in new window]] | [[https://www.wch.cn/downloads/CH341SER_EXE.html|CH340C serial port driver downloadopen in new window]] |
| |
| ===== ===== | ===== ===== |
| |
| |