diff --git a/ESP32S3-Tutorial/example/Lesson_10_Photoresistor/README.md b/ESP32S3-Tutorial/example/Lesson_10_Photoresistor/README.md index 0282d92..b9fc187 100644 --- a/ESP32S3-Tutorial/example/Lesson_10_Photoresistor/README.md +++ b/ESP32S3-Tutorial/example/Lesson_10_Photoresistor/README.md @@ -8,7 +8,7 @@ ### 10.2.1 Photoresistor - + Aphotoresistor is a resistor made by utilizing the photoelectric effect of semiconductors. The resistance value changes with the intensity of incident light. It is also called a photodetector. When the incident light is strong, the resistance decreases. @@ -23,13 +23,13 @@ ## 10.3 Connection lines - + ## 10.4 Upload code program ### 10.4.1 Connect the main control board to the computer using a USB cable - + ### 10.4.2 Open the program file (path: 2_ESP32_S3_PLUS \ Lesson_10_Photoresistor ) Also select the board type as ESP32S3 Dev Module and select the COM number newly displayed when the USB is plugged diff --git a/ESP32S3-Tutorial/example/Lesson_11_Ultrasonic_ranging_OLED_display/README.md b/ESP32S3-Tutorial/example/Lesson_11_Ultrasonic_ranging_OLED_display/README.md index 6ba4d3c..92ef82b 100644 --- a/ESP32S3-Tutorial/example/Lesson_11_Ultrasonic_ranging_OLED_display/README.md +++ b/ESP32S3-Tutorial/example/Lesson_11_Ultrasonic_ranging_OLED_display/README.md @@ -9,7 +9,7 @@ ### 11.2.1 Ultrasonic sensor - + Sound waves are produced by vibrations and can travel at different speeds in different media. Ultrasonic waves have the advantages of strong directivity, slow energy loss, and long propagation distance in media, and are often used for distance @@ -55,7 +55,7 @@ ### 11.2.2 OLED - + 1. Resolution: 128*64 2. Super wide viewing angle: greater than 160 @@ -64,13 +64,13 @@ ## 11.3 Connection lines - + ## 11.4 Upload code program ### 11.4.1 Connect the main control board to the computer with a USB cable - + ### 11.4.2 Open the program file ( path : 2_ESP32_S3_PLUS \ Lesson_11_Ultrasonic_ranging_OLED_display ) Also select the board type as ESP32S3 Dev Module and select the COM number newly displayed when the USB is plugged @@ -80,7 +80,7 @@ screen does not display correctly, you need to check the SCL/SDAwiring, or press the motherboard reset button to reset the program ). - + ## 11.5 Code analysis diff --git a/ESP32S3-Tutorial/example/Lesson_12_DHT11_OLED_display/README.md b/ESP32S3-Tutorial/example/Lesson_12_DHT11_OLED_display/README.md index 1c0e39c..22cca20 100644 --- a/ESP32S3-Tutorial/example/Lesson_12_DHT11_OLED_display/README.md +++ b/ESP32S3-Tutorial/example/Lesson_12_DHT11_OLED_display/README.md @@ -9,7 +9,7 @@ ### 12.2.1. DHT11 temperature and humidity sensor - + - **humidity:** - **Resolution:** 16Bit @@ -31,13 +31,13 @@ ## 12.3 Connection lines - + ## 12.4 Upload code program ### 12.4.1 Connect the main control board to the computer using a USB cable - + ### 12.4.2 Open the program file (path: 2_ESP32_S3_PLUS\ Lesson _ 12_DHT11_OLED_display ) Also select the board type as ESP32S3 Dev Module and select the COM number newly displayed when the USB is plugged @@ -46,7 +46,7 @@ After the program is uploaded, you will see the temperature and humidity values ( when the screen does not display correctly, you need to check the SCL/SDAwiring, or press the motherboard reset button to reset the program ). - + ### 12.5 Code analysis Declare the required library files. If the corresponding library is not added, please go back to the installation library diff --git a/ESP32S3-Tutorial/example/Lesson_13_Infrared_change_RGB/README.md b/ESP32S3-Tutorial/example/Lesson_13_Infrared_change_RGB/README.md index 4d0049d..2be3f21 100644 --- a/ESP32S3-Tutorial/example/Lesson_13_Infrared_change_RGB/README.md +++ b/ESP32S3-Tutorial/example/Lesson_13_Infrared_change_RGB/README.md @@ -23,19 +23,19 @@ (5) The time for each bit is 1.125 ms or 2.25 ms - + - + ## 13.3 Connection lines - + ## 13.4 Upload code program ### 13.4.1 Connect the main control board to the computer using a USB cable - + ### 13.4.2 Open the program file ( Path : 2_ESP32_S3_PLUS \ Lesson_13_Infrared_change_RGB ) Also select the board type as ESP32S3 Dev Module and select the COM number newly displayed when the USB is plugged diff --git a/ESP32S3-Tutorial/example/Lesson_14_Web_key_controls_LED/README.md b/ESP32S3-Tutorial/example/Lesson_14_Web_key_controls_LED/README.md index abc8086..0e0fa53 100644 --- a/ESP32S3-Tutorial/example/Lesson_14_Web_key_controls_LED/README.md +++ b/ESP32S3-Tutorial/example/Lesson_14_Web_key_controls_LED/README.md @@ -9,17 +9,17 @@ phones to connect to the same WiFi. Enter the IP in the browser address bar to open the web interface created by ESP32, and control it through the web page containing the LED switch. LED. - + ## 14.3 Connection lines - + ## 14.4 Upload code program ### 14.4.1 Connect the main control board to the computer using a USB cable - + ### 14.4.2 Open the program file (path: 2_ESP32_S3_PLUS \ Lesson_14_Web_key_controls_LED ) diff --git a/ESP32S3-Tutorial/example/Lesson_4_active_buzzer/README.md b/ESP32S3-Tutorial/example/Lesson_4_active_buzzer/README.md index ccffed0..c0a6aba 100644 --- a/ESP32S3-Tutorial/example/Lesson_4_active_buzzer/README.md +++ b/ESP32S3-Tutorial/example/Lesson_4_active_buzzer/README.md @@ -13,17 +13,17 @@ An active buzzer has an internal oscillation source, and it can sound as long as it is given a high level. Use the delay function to make the buzzer sound regularly - + ## 4.3.Connect lines - + ## 4.4.Upload code ### 4.4.1. Connect the main control board to the computer using a USB cable - + ### 4.4.2. Open the program file (path: 2_ESP32_S3_PLUS\ Lesson_4_active_buzzer ) diff --git a/ESP32S3-Tutorial/example/Lesson_5_Traffic_light/README.md b/ESP32S3-Tutorial/example/Lesson_5_Traffic_light/README.md index b2b4efc..a073e88 100644 --- a/ESP32S3-Tutorial/example/Lesson_5_Traffic_light/README.md +++ b/ESP32S3-Tutorial/example/Lesson_5_Traffic_light/README.md @@ -6,7 +6,7 @@ ## 5.2. Working principle - + There are three colors of traffic lights, green light, yellow light and red light. The pins connected to the main control board are 13/11/10. By controlling the high level of the three pins, the corresponding lights can be lit. A single light cycle is as @@ -23,13 +23,13 @@ ## 5.3 Connection lines - + ## 5.4 Upload code ### 5.4.1 Connect the main control board to the computer using a USB cable - + ### 5.4.2 Open the program file (path: 2_ESP32_S3_PLUS\ Lesson_5_Traffic_light ) Also select the board type as ESP32S3 Dev Module and select the COM number newly displayed when the USB is plugged diff --git a/ESP32S3-Tutorial/example/Lesson_6_Flow_light/README.md b/ESP32S3-Tutorial/example/Lesson_6_Flow_light/README.md index 7b0d773..63d9d30 100644 --- a/ESP32S3-Tutorial/example/Lesson_6_Flow_light/README.md +++ b/ESP32S3-Tutorial/example/Lesson_6_Flow_light/README.md @@ -10,13 +10,13 @@ ## 6.3 Connection lines - + ## 6.4 Upload code ### 6.4.1 Connect the main control board to the computer using a USB cable - + ### 6.4.2 Open the program file (path: 2_ESP32_S3_PLUS\ Lesson_6_Flow_light ) diff --git a/ESP32S3-Tutorial/example/Lesson_7_WS2812B/README.md b/ESP32S3-Tutorial/example/Lesson_7_WS2812B/README.md index 06ef8c7..dd95b94 100644 --- a/ESP32S3-Tutorial/example/Lesson_7_WS2812B/README.md +++ b/ESP32S3-Tutorial/example/Lesson_7_WS2812B/README.md @@ -7,7 +7,7 @@ ## 7.2. Working principle - + WS2812B is an intelligent externally controlled LED light source that integrates control circuit and light-emitting circuit. Its appearance is the same as a 5050LED lamp bead, and each component is a pixel. There is an intelligent digital interface data @@ -23,13 +23,13 @@ ## 7.3.Connect the lines - + ## 7.4.Upload code ### 7.4.1. Connect the main control board to the computer using a USB cable - + ### 7.4.2 Open the program file (path: 2_ESP32_S3_PLUS\ Lesson_7_WS2812B ) diff --git a/ESP32S3-Tutorial/example/Lesson_8_Gradient_RGB_light/README.md b/ESP32S3-Tutorial/example/Lesson_8_Gradient_RGB_light/README.md index 2e21ad1..9d8fc78 100644 --- a/ESP32S3-Tutorial/example/Lesson_8_Gradient_RGB_light/README.md +++ b/ESP32S3-Tutorial/example/Lesson_8_Gradient_RGB_light/README.md @@ -8,13 +8,13 @@ ## 8.3 Connection lines - + ## 8.4. Upload code program ### 8.4.1. Connect the main control board to the computer using a USB cable - + ### 8.4.2 Open the program file (path: 2_ESP32_S3_PLUS\Lesson_8_Gradient_RGB_light) diff --git a/ESP32S3-Tutorial/example/Lesson_9_Steering_gear_control/README.md b/ESP32S3-Tutorial/example/Lesson_9_Steering_gear_control/README.md index 24ccf5f..dfc40d2 100644 --- a/ESP32S3-Tutorial/example/Lesson_9_Steering_gear_control/README.md +++ b/ESP32S3-Tutorial/example/Lesson_9_Steering_gear_control/README.md @@ -7,7 +7,7 @@ ### 9.2.1. Steering gear - + The steering gear ( servo motor ) control pulse signal period is a 20MS pulse width modulation signal (PWM), the pulse width is from 0.5ms to 2.5ms, and the corresponding steering position changes linearly from 0 to 180 degrees. @@ -17,13 +17,13 @@ ## 9.3 Connection lines - + ## 9.4 Upload code program ### 9.4.1 Connect the main control SD board to the computer using a USB cable - + ### 9.4.2 Open the program file (path: 2_ESP32_S3_PLUS\Lesson_9_Steering_gear_control) Also select the board type as ESP32S3 Dev Module and select the COM number newly displayed when the USB is plugged