Logo

FNK0099

  • C language
    • Important Information
      • Getting Started
      • Get Support and Offer Input
      • Safety and Precautions
      • About Freenove
      • Copyright
    • Preface
      • ESP32-S3 WROOM
      • CH343 (Importance)
        • Windows
          • Check whether CH343 has been installed
          • Installing CH343
        • MAC
      • Programming Software
      • Install Arduino ESP32 Package
      • Config ESP32S3 WROOM Lite
      • Notes for GPIO
        • PSRAM Pin
        • USB Pin
    • 1. Chapter LED
      • 1.1. Project 1.1 Blink
        • 1.1.1. Component List
          • 1.1.1.1. Power
        • 1.1.2. Sketch
          • 1.1.2.1. Option 1:
          • 1.1.2.2. Option 2:
          • 1.1.2.3. Sketch_01.1_Blink
            • Reset()
          • 1.1.2.4. Reference
    • 2. Chapter WS2812
      • 2.1. Project 2.1 WS2812
        • 2.1.1. Circuit
        • 2.1.2. Sketch
          • 2.1.2.1. Sketch_02.1_WS2812
          • 2.1.2.2. Reference
    • 3. Chapter Serial Communication
      • 3.1. Project 3.1 Serial Print
        • 3.1.1. Component List
        • 3.1.2. Related knowledge
          • 3.1.2.1. Serial communication
          • 3.1.2.2. Serial port on ESP32-S3
        • 3.1.3. Circuit
        • 3.1.4. Sketch
          • 3.1.4.1. Sketch_03.1_SerialPrinter
          • 3.1.4.2. Reference
      • 3.2. Project 3.2 Serial Read and Write
        • 3.2.1. Sketch
          • 3.2.1.1. Sketch_03.2_SerialRW
          • 3.2.1.2. Reference
    • 4. Chapter BLE
      • 4.1. Project 4.1 Bluetooth Low Energy Data Passthrough
        • 4.1.1. Component List
        • 4.1.2. Component knowledge
          • 4.1.2.1. Master mode
          • 4.1.2.2. Slave mode
        • 4.1.3. Circuit
        • 4.1.4. Sketch
          • 4.1.4.1. Lightblue
      • 4.2. Project 4.2 Bluetooth Control LED
        • 4.2.1. Component List
        • 4.2.2. Sketch
          • 4.2.2.1. Sketch_04.2_BLE_Led
          • 4.2.2.2. Reference
    • 5. Chapter WiFi Working Modes
      • 5.1. Project 5.1 Station mode
        • 5.1.1. Component List
        • 5.1.2. Component knowledge
          • 5.1.2.1. Station mode
        • 5.1.3. Circuit
        • 5.1.4. Sketch
          • 5.1.4.1. Sketch_05.1_WiFi_Station
          • 5.1.4.2. Reference
      • 5.2. Project 5.2 AP mode
        • 5.2.1. Component List & Circuit
        • 5.2.2. Component knowledge
          • 5.2.2.1. AP mode
        • 5.2.3. Circuit
        • 5.2.4. Sketch
          • 5.2.4.1. Sketch_05.2_WiFi_AP
          • 5.2.4.2. Reference
      • 5.3. Project 5.3 AP+Station mode
        • 5.3.1. Component knowledge
          • 5.3.1.1. AP+Station mode
        • 5.3.2. Circuit
        • 5.3.3. Sketch
          • 5.3.3.1. Sketch_05.3_AP_Station_mode
    • 6. Chapter TCP/IP
      • 6.1. Project 6.1 As Client
        • 6.1.1. Component List
        • 6.1.2. Component knowledge
          • 6.1.2.1. TCP connection
          • 6.1.2.2. Install Processing
          • 6.1.2.3. Use Server mode for communication
        • 6.1.3. Circuit
        • 6.1.4. Sketch
          • 6.1.4.1. Sketch_06.1_As_Client
          • 6.1.4.2. Reference
      • 6.2. Project 6.2 As Server
        • 6.2.1. Component List
        • 6.2.2. Circuit
        • 6.2.3. Sketch
          • 6.2.3.1. Sketch_06.2_As_Server
          • 6.2.3.2. Reference
    • What’s next?
    • End of the Tutorial
  • Python language
    • Important Information
      • Getting Started
      • Get Support and Offer Input
      • Safety and Precautions
      • About Freenove
      • Copyright
    • Preface
      • ESP32-S3 WROOM
      • CH343 (Importance)
        • Windows
          • Check whether CH343 has been installed
          • Installing CH343
        • MAC
      • Programming Software
        • Downloading Thonny
        • Installing on Windows
      • Basic Configuration of Thonny
      • Burning Micropython Firmware (Important)
        • Downloading Micropython Firmware
          • Install python3
        • Burning a Micropython Firmware
          • Window
          • Mac
      • Testing codes (Important)
        • Testing Shell Command
        • Running Offline(Importance)
      • Thonny Common Operation
        • Uploading Code to ESP32S3
        • Downloading Code to Computer
        • Deleting Files from ESP32S3’s Root Directory
        • Deleting Files from your Computer Directory
        • Creating and Saving the code
      • Notes for GPIO
        • Strapping Pin
        • PSRAM Pin
        • USB Pin
    • 1. Chapter LED
      • 1.1. Project 1.1 Blink
        • 1.1.1. Component List
          • 1.1.1.1. Power
        • 1.1.2. Code
          • 1.1.2.1. 01.1_Blink
        • 1.1.3. Uploading code to ESP32S3
          • 1.1.3.1. How to import python files
          • 1.1.3.2. Reference
    • 2. Chapter LEDPixel
      • 2.1. Project 2.1 LEDPixel
        • 2.1.1. Circuit
        • 2.1.2. Code
          • 2.1.2.1. 02.1_Ledpixel
          • 2.1.2.2. Reference
      • 2.2. Project 2.2 Rainbow Light
        • 2.2.1. Code
          • 2.2.1.1. 02.2_Rainbow
    • 3. Chapter Serial Communication
      • 3.1. Project 3.1 Serial Print
        • 3.1.1. Component List
        • 3.1.2. Related knowledge
          • 3.1.2.1. Serial communication
          • 3.1.2.2. Serial port on ESP32-S3
        • 3.1.3. Circuit
        • 3.1.4. Code
          • 3.1.4.1. 03.1_Serial_Print
          • 3.1.4.2. Reference
      • 3.2. Project 3.2 Serial Read and Write
        • 3.2.1. Code
          • 3.2.1.1. 03.2_Serial_Read_and_Write
    • 4. Chapter BLE
      • 4.1. Project 4.1 Bluetooth Low Energy Data Passthrough
        • 4.1.1. Component List
        • 4.1.2. Component knowledge
          • 4.1.2.1. Master mode
          • 4.1.2.2. Slave mode
        • 4.1.3. Circuit
          • 4.1.3.1. Lightblue
        • 4.1.4. Code
          • 4.1.4.1. 04.1_BLE
      • 4.2. Project 4.2 Bluetooth Control LED
        • 4.2.1. Component List
        • 4.2.2. Code
          • 4.2.2.1. 04.2_BLE_LED
    • 5. Chapter WiFi Working Modes
      • 5.1. Project 5.1 Station mode
        • 5.1.1. Component List
        • 5.1.2. Component knowledge
          • 5.1.2.1. Station mode
        • 5.1.3. Circuit
        • 5.1.4. Code
          • 5.1.4.1. 05.1_Station_mode
          • 5.1.4.2. Reference
      • 5.2. Project 5.2 AP mode
        • 5.2.1. Component List & Circuit
        • 5.2.2. Component knowledge
          • 5.2.2.1. AP mode
        • 5.2.3. Circuit
        • 5.2.4. Code
          • 5.2.4.1. 05.2_AP_mode
          • 5.2.4.2. Reference
      • 5.3. Project 5.3 AP+Station mode
        • 5.3.1. Component knowledge
          • 5.3.1.1. AP+Station mode
        • 5.3.2. Circuit
        • 5.3.3. Code
          • 5.3.3.1. 05.3_AP+STA_mode
    • 6. Chapter TCP/IP
      • 6.1. Project 6.1 As Client
        • 6.1.1. Component List
        • 6.1.2. Component knowledge
          • 6.1.2.1. TCP connection
          • 6.1.2.2. Install Processing
          • 6.1.2.3. Use Server mode for communication
        • 6.1.3. Circuit
        • 6.1.4. Sketch
          • 6.1.4.1. 06.1_TCP_as_Client
          • 6.1.4.2. Reference
      • 6.2. Project 6.2 As Server
        • 6.2.1. Component List
        • 6.2.2. Circuit
        • 6.2.3. Code
          • 6.2.3.1. 06.2_TCP_as_Server
    • What’s next?
fnk0099-docs
  • Search