- Notifications
You must be signed in to change notification settings - Fork7.8k
feat(board): add support for Waveshare ESP32-C3-Zero#12132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
github-actionsbot commentedDec 13, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
👋Hello DrayxR3X, we appreciate your contribution to this project! 📘 Please review the project'sContributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you haveread and signed theContributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
P-R-O-C-H-Y left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Hi@DrayxR3X, please move the Waveshare C3 ZERO next to the Waveshare C6 Zero in the boards.txt file. Will be much better. PR looks good otherwise
…aveshare’s unified product naming convention.
me-no-dev commentedDec 17, 2025
@P-R-O-C-H-Y please fix the conflicts |
P-R-O-C-H-Y commentedDec 17, 2025
@me-no-dev Done |
a048db0 intoespressif:masterUh oh!
There was an error while loading.Please reload this page.
Description of Change
This pull request adds support for theWaveshare ESP32-C3-Zero board to the Arduino-ESP32 core.
Changes include:
1.Added board entry in boards.txt
2.Created variants/waveshare_esp32_c3_zero with pin mapping
Test Scenarios
I have tested the following scenarios to verify the board support:
1.Verified compilation and upload with Arduino IDE 2.3.4 and Espressif Arduino-ESP32 v3.3.3
2.Tested basic examples successfully on the Waveshare ESP32-C3-Zero board
The following examples were compiled, uploaded, and executed successfully:
1.Blink (WS2812 LED with digitalWrite)
2.Blink RGB (WS2812 / RGB LED with rgbLedWrite)
3.Serial CDC (USB communication)
4.WiFi (WiFiClient example)