Skip to content

CIRCUITSTATE/ESP32-S3-DEV-KIT-NXR8-PIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-S3-DEV-KIT-NXR8-PIO

This repository contains example programs written for the ESP32-S3-DEV-KIT-NXR8 board from Waveshare. This is a PlatformIO project.

ESP32-S3-DEV-KIT-NXR8-PIO

Installation

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

Dependencies

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.

Examples

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.

Tutorial

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.

References