This repository contains example programs written for the ESP32-S3-DEV-KIT-NXR8 board from Waveshare. This is a PlatformIO project.
There is nothing to install. You can simply clone this repository or download it as a ZIP file and open it in PlatformIO. The platformio.ini
file contains the configuration for the project, including the board type and the libraries used. You need to install the following software to work with this project:
- PlatformIO - An open-source ecosystem for IoT development.
- Visual Studio Code - A code editor with support for the PlatformIO extension.
- Git - Optional for cloning and version control.
You can clone the repository using the following command:
git clone https://github.com/CIRCUITSTATE/ESP32-S3-DEV-KIT-NXR8-PIO
All dependencies are managed by PlatformIO. It will automatically download and install all the required libraries when you build the project. You should have an active internet connection for this to work.
Seven examples are included with this project.
- Blink - Blinks the onboard RGB LED.
- Hello-World - Prints "Hello, World!" to the serial monitor.
- Check-PSRAM - Checks if the PSRAM is present and prints the size of it to the serial monitor.
- WiFi-Scan - Scans for available WiFi networks and prints the SSIDs to the serial monitor.
- WiFi-Connect - Connects to a WiFi network and prints the IP address to the serial monitor.
- WiFi-Web-Server - Creates a simple web server that can control the RGB LED from a web browser.
- BLE-Serial - Creates a serial Bluetooth LE device.
You can find a detailed tutorial on how to use the ESP32-S3-DEV-KIT-NXR8 board with PlatformIO on our website: Getting Started with ESP32-S3 Wi-Fi & Bluetooth SoC using ESP32-S3-DEV-KIT-NxR8.
- ESP32-S3-DEV-KIT-N8R8 - Waveshare
- ESP32-S3-DEV-KIT-N8R8 - Wiki
- ESP32-S3 SoC – Datasheet [PDF]
- Espressif ESP32-S3 SoC – Official Product Page
- Getting Started with ESP32-S3 Wi-Fi & Bluetooth SoC using ESP32-S3-DEV-KIT-NxR8
- Waveshare ESP32-S3-DEV-KIT-NxR8 Wi-Fi Development Board – Pinout Diagram & Arduino Reference