parent
011f681abd
commit
6c5e4e58c7
|
|
@ -13,21 +13,21 @@
|
|||
* Tpye-C input voltage is 5V;
|
||||
* DCinput voltage 7V~9V
|
||||
|
||||
<img src="https://mkpark.iptime.org:10443/esp32S3_tscinbuny_tutorial/images/ESP32S3-Pinout.jpg" width="100%" height="100%"/>
|
||||
<img src="https://cdn.mkaidevops.xyz/tscinbuny/esp32_s3_plus/ESP32S3-Pinout.jpg" width="100%" height="100%"/>
|
||||
|
||||
### 2.2.2 Expansion board
|
||||
|
||||
<img src="https://mkpark.iptime.org:10443/esp32S3_tscinbuny_tutorial/images/expansion_board.png" width="800" height="600"/>
|
||||
<img src="https://cdn.mkaidevops.xyz/tscinbuny/esp32_s3_plus/expansion_board.png" width="800" height="600"/>
|
||||
|
||||
## 2.3.Connect the line
|
||||
|
||||
<img src="https://mkpark.iptime.org:10443/esp32S3_tscinbuny_tutorial/images/2.lesson_connect_line.png" width="800" height="600"/>
|
||||
<img src="https://cdn.mkaidevops.xyz/tscinbuny/esp32_s3_plus/2.lesson_connect_line.png" width="800" height="600"/>
|
||||
|
||||
## 2.4. Upload code program
|
||||
|
||||
### 2.4.1. Connect the main control board to the computer with a USB cable
|
||||
|
||||
<img src="https://mkpark.iptime.org:10443/esp32S3_tscinbuny_tutorial/images/upload_code_program.png" width="800" height="600"/>
|
||||
<img src="https://cdn.mkaidevops.xyz/tscinbuny/esp32_s3_plus/upload_code_program.png" width="800" height="600"/>
|
||||
|
||||
### 2.4.2. Open the " 2_ESP32_S3_PLUS \Lesson_2_Light_up_the_LED" code file
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ Select the board type as ESP32S3 Dev Module. When plugging in the USB, a new COM
|
|||
|
||||
Here it is COM(x), but the actual COM number will be different for everyone.
|
||||
|
||||
<img src="https://mkpark.iptime.org:10443/esp32S3_tscinbuny_tutorial/images/arduino_program_run.png" width="800" height="600"/>
|
||||
<img src="https://cdn.mkaidevops.xyz/tscinbuny/esp32_s3_plus/arduino_program_run.png" width="800" height="600"/>
|
||||
|
||||
Click "Upload" to start compiling and uploading the program to the main control board.
|
||||
Waiting for the program to upload;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
### 3.2.1.LED
|
||||
|
||||
<img src="https://mkpark.iptime.org:10443/esp32S3_tscinbuny_tutorial/images/3_lession_traffic_light.png" width="200" height="80"/>
|
||||
<img src="https://cdn.mkaidevops.xyz/tscinbuny/esp32_s3_plus/3_lession_traffic_light.png" width="200" height="80"/>
|
||||
|
||||
LED(Light Emitting Diode), which converts electrical energy into light energy, also has one-way conductivity and a
|
||||
reverse breakdown voltage of about 5v. Its forward volt-ampere characteristic curve is very steep. In the development board,
|
||||
|
|
@ -19,13 +19,13 @@
|
|||
|
||||
## 3.3.Connect the lines
|
||||
|
||||
<img src="https://mkpark.iptime.org:10443/esp32S3_tscinbuny_tutorial/images/3.lession_connect_line.png" width="800" height="600"/>
|
||||
<img src="https://cdn.mkaidevops.xyz/tscinbuny/esp32_s3_plus/3.lession_connect_line.png" width="800" height="600"/>
|
||||
|
||||
## 3.4.Upload code
|
||||
|
||||
### 3.4.1. Connect the main control board to the computer with a USB cable
|
||||
|
||||
<img src="https://mkpark.iptime.org:10443/esp32S3_tscinbuny_tutorial/images/upload_code_program.png" width="600" height="200"/>
|
||||
<img src="https://cdn.mkaidevops.xyz/tscinbuny/esp32_s3_plus/upload_code_program.png" width="600" height="200"/>
|
||||
|
||||
### 3.4.2. Open the program file (path: 2_ESP32_S3_PLUS \ Lesson_3_Button_control_LED )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue