差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
| developmentboard:esp32-c3-1.28-lcd [2024/04/11 07:39] – admin12 | developmentboard:esp32-c3-1.28-lcd [2024/04/11 11:43] (当前版本) – admin12 | ||
|---|---|---|---|
| 行 4: | 行 4: | ||
| ===== Table of contents ===== | ===== Table of contents ===== | ||
| - | ==== 一、Introduction | + | === 一、Introduction === |
| - | ==== 二、Installing using Arduino IDE ==== | + | === |
| - | ==== 三、sample program usage ==== | + | === 二、Installing using Arduino IDE === |
| + | |||
| + | === === | ||
| + | |||
| + | === 三、sample program usage === | ||
| + | |||
| + | === === | ||
| ===== Getting Started ===== | ===== Getting Started ===== | ||
| 行 62: | 行 68: | ||
| {{: | {{: | ||
| - | (4)You should be on the Settings tab in the Preferences dialog box by default. | + | === (4)You should be on the Settings tab in the Preferences dialog box by default. |
| - | (5)Look for the textbox labeled “Additional Boards Manager URLs”. | + | === (5)Look for the textbox labeled “Additional Boards Manager URLs”. |
| - | (6)If there is already text in this box add a coma at the end of it, then follow the next step. | + | === (6)If there is already text in this box add a coma at the end of it, then follow the next step. === |
| - | (7)Paste the following link into the text box : | + | === (7)Paste the following link into the text box : === |
| Stable release link: [[https:// | Stable release link: [[https:// | ||
| 行 74: | 行 80: | ||
| Development release link: [[https:// | Development release link: [[https:// | ||
| - | (8)Click the OK button to save the setting. The textbox with the JSON link in it is illustrated here: | + | === (8)Click the OK button to save the setting. The textbox with the JSON link in it is illustrated here: === |
| {{: | {{: | ||
| - | (9) In the Arduino IDE click on the Tools menu on the top menu bar. | + | === (9) In the Arduino IDE click on the Tools menu on the top menu bar. === |
| - | (10) Scroll down to the Board: entry | + | === (10) Scroll down to the Board: entry === |
| - | (11) A submenu will open when you highlight the Board: entry. | + | === (11) A submenu will open when you highlight the Board: entry. |
| - | (12) At the top of the submenu is Boards Manager. Click on it to open the Boards Manager dialog box. | + | === (12) At the top of the submenu is Boards Manager. Click on it to open the Boards Manager dialog box. === |
| - | (13)I n the search box in the Boards Manager enter “esp32”. | + | === (13)I n the search box in the Boards Manager enter “esp32”. |
| {{: | {{: | ||
| - | (14) You should see an entry for “esp32 by Espressif Systems”. Highlight this entry and click on the | + | === (14) You should see an entry for “esp32 by Espressif Systems”. Highlight this entry and click on the === |
| - | Install button. This will install the ESP32 boards into your Arduino IDE | + | === Install button. This will install the ESP32 boards into your Arduino IDE === |
| {{: | {{: | ||
| 行 118: | 行 124: | ||
| If everything is working fine, we will see the output in the serial console shown. | If everything is working fine, we will see the output in the serial console shown. | ||
| - | void setup() { | + | ** <font 16px/ |
| - | Serial.begin(115200); | + | ** <font 16px/ |
| - | } | + | ** <font 16px/ |
| - | void loop() { | + | ** <font 16px/ |
| - | Serial.println(" | + | ** <font 16px/ |
| - | delay(1000); | + | ** <font 16px/ |
| - | } | + | ** <font 16px/ |
| {{: | {{: | ||