差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
developmentboard:esp32-c3mini [2023/09/02 08:50] admin12developmentboard:esp32-c3mini [2023/09/02 08:52] (当前版本) admin12
行 87: 行 87:
 {{https://www.nologo.tech/assets/img/arduino/other/add_board.png?nolink&500x310}} {{https://www.nologo.tech/assets/img/arduino/other/add_board.png?nolink&500x310}}
  
-导航到Tools > Board > Boards Manager… ,在搜索框中输入关键字“ esp32 ”,选择最新版本的esp32并安装它。+Navigate to Tools > Board > Boards Manager…, enter the keyword "esp32" in the search box, select the latest version of esp32 and install it.
  
 {{https://www.nologo.tech/assets/img/esp32/esp32c3supermini/add_esp32c3.png?nolink&500x310}} {{https://www.nologo.tech/assets/img/esp32/esp32c3supermini/add_esp32c3.png?nolink&500x310}}
  
-导航到工具 开发板 > ESP32 Arduino并选择“ ESP32C3 Dev Module ”。板的列表有点长,你需要滚动到底部才能到达它。+Navigate to Tools Development Boards > ESP32 Arduino and select "ESP32C3 Dev Module". The list of boards is a bit long and you need to scroll to the bottom to get to it.
  
 {{https://www.nologo.tech/assets/img/esp32/esp32c3supermini/selectboard.png?nolink&500x310}} {{https://www.nologo.tech/assets/img/esp32/esp32c3supermini/selectboard.png?nolink&500x310}}
  
-导航到“工具”>“端口”,然后选择所连接的 ESP32C3SuperMini 的串口名称。这可能是 COM3 或更高版本(COM1COM2通常保留用于硬件串行端口)。+Navigate to Tools Ports and select the serial port name of the connected ESP32C3SuperMini. This is probably COM3 or higher (COM1 and COM2 are usually reserved for hardware serial ports).
  
-==== # 闪烁的LED ====+==== flashing LED ====
  
-步骤1.将以下代码复制到Arduino IDE+Step 1. Copy the following code to Arduino IDE
 <code> <code>
  
行 121: 行 121:
 </code> </code>
  
-上传后,您将看到板子上的LED 闪烁,每次闪烁之间有 秒的延迟。+Once uploaded, you will see the LED on the board blink with a second delay between each blink.
  
-===== Micropython =====+===== Micropython =====
  
  
  • developmentboard/esp32-c3mini.1693644656.txt.gz
  • 最后更改: 2023/09/02 08:50
  • admin12