
Overview:
ESP32-S3 development board is a small but powerful controller with onboard wireless.
This kit helps you learn and use it with its tutorial and project examples.
We provide free technical support to help you with any questions and problems.
Main Features:
* ESP32-S3 development board
Dual-core 32-bit microprocessor up to 240 MHz, 8 / 16 MB flash, 8 MB PSRAM, onboard 2.4 GHz Wi-Fi and Bluetooth 5 (LE).
USB-OTG, USB code uploader.
* Detailed tutorial
Can be downloaded or viewed online. (No paper tutorial.)
(Original in English, online tutorial can be translated into other languages by browsers.)
The tutorial link can be found on the product box.
http://freenove.com/fnk0099
* Example projects
Provides step-by-step guide and several typical projects.
Each project has complete code and detailed explanations.
* 2 sets of code
MicroPython and C. Python is one of the most popular languages, and C is one of the most classic languages.
* Easy to use
Just connect the board to your computer (installed IDE and driver) with the USB cable to program it.
Contents of MicroPython / C Tutorial:
(Note: MicroPython tutorial may have some differences.)
Preface
ESP32-S3 Board
Programming Software
Environment Configuration
Notes for GPIO
Chapter 1 LED
Project 1.1 Blink
Chapter 2 RGB LED
Project 2.1 RGB LED
Chapter 3 Serial Communication
Project 3.1 Serial Print
Project 3.2 Serial Read and Write
Chapter 4 Bluetooth
Project 4.1 Low Energy Data Passthrough
Project 4.2 Control LED
Chapter 5 Wi-Fi Working Modes
Project 5.1 Station Mode
Project 5.2 AP Mode
Project 5.3 AP+Station Mode
Chapter 6 TCP/IP
Project 6.1 As Client
Project 6.2 As Server
Chapter 7 USB
Project 7.1 USB Serial Example
Project 7.2 USB Mouse Example
Project 7.3 USB Keypad Example
Project 7.4 USB Control Device Example
What's Next