Skip to content

CIRCUITSTATE/ESP32-S3-Zero-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-S3-Zero-Demo

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

ESP32-S3-Zero-Demo

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-Zero-Demo.git

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-Zero board with PlatformIO on our website: Getting Started with WaveshareESP32-S3-Zero Wi-Fi & Bluetooth Development Board.

References

About

Example code for Waveshare ESP32-S3-Zero based on PlatformIO

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages