差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
developmentboard:esp32-c3mini [2023/09/02 08:43] – admin12 | developmentboard:esp32-c3mini [2023/09/02 08:52] (当前版本) – admin12 | ||
---|---|---|---|
行 33: | 行 33: | ||
When welding, please be careful not to short-circuit the positive and negative poles, which may burn the battery and equipment. | When welding, please be careful not to short-circuit the positive and negative poles, which may burn the battery and equipment. | ||
- | ===== # WIFI天线 | + | ===== WIFIANTENNA |
- | 如果想使用外置天线,可以按照一下图片外接外置天线。 | + | If you want to use an external antenna, you can connect an external antenna according to the picture below. |
{{https:// | {{https:// | ||
- | ===== # 入门 | + | ===== getting Started |
- | ==== # 硬件设置 | + | ==== Hardware settings |
- | 您需要准备以下内容: | + | You need to prepare the following: |
* | * | ||
- | 1 个ESP32C3SuperMini | + | 1 ESP32C3SuperMini |
* | * | ||
- | 1 台电脑 | + | 1 computer |
* | * | ||
- | 1 根 USB Type-C数据线 | + | 1 x USB Type-C |
- | 提示 | + | hint |
- | 有些USB线只能供电,不能传输数据。如果您没有 | + | Some USB cables can only provide power and cannot transfer data. If you don't have a USB cable or don't know if your USB cable can transfer data, you can buy a Type-c |
- | * 步骤 | + | * Step 1. Connect ESP32C3SuperMini to computer via USB Type-C |
{{https:// | {{https:// | ||
- | ==== # 软件设置 | + | ==== Software settings |
- | * 步骤1.根据您的操作系统下载并安装最新版本的Arduino IDE | + | * Step 1. Download and install the latest version of Arduino IDE according to your operating system |
[[https:// | [[https:// | ||
- | 如果下载缓慢可以在国内Arduino社区下载[[https:// | + | If the download is slow, you can download it in the domestic |
* | * | ||
- | 步骤 | + | Step 2. Launch the Arduino |
* | * | ||
- | 步骤 | + | Step 3. Add the ESP32 board package to the Arduino IDE |
- | 导航到File > Preferences | + | Navigate to File > Preferences |
[[https:// | [[https:// | ||
行 87: | 行 87: | ||
{{https:// | {{https:// | ||
- | 导航到Tools > Board > Boards Manager… | + | Navigate to Tools > Board > Boards Manager…, enter the keyword "esp32" in the search box, select the latest version of esp32 and install it. |
{{https:// | {{https:// | ||
- | 导航到工具 | + | Navigate to Tools > Development Boards |
{{https:// | {{https:// | ||
- | 导航到“工具”>“端口”,然后选择所连接的 | + | Navigate to Tools > Ports and select the serial port name of the connected |
- | ==== # 闪烁的LED ==== | + | ==== flashing |
- | 步骤1.将以下代码复制到Arduino IDE | + | Step 1. Copy the following code to Arduino IDE |
< | < | ||
行 121: | 行 121: | ||
</ | </ | ||
- | 上传后,您将看到板子上的LED 闪烁,每次闪烁之间有 | + | Once uploaded, you will see the LED on the board blink with a 1 second delay between each blink. |
- | ===== # Micropython ===== | + | ===== Micropython ===== |