Skip to content

Commit 274c545

Browse files
authored
Update waveshare_esp32_s3_zero.md
Removed old data about the GRB LED on IO10 as they have fixed this. Schematic on their site shows the RGB LED connected to IO21 and I also confirmed that led = NeoPixel(NEOPIXEL, 1) led[0] = (255,0,0) makes the LED turn RED.
1 parent 2f9cff4 commit 274c545

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

_board/waveshare_esp32_s3_zero.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Tiny, but mighty! This board with a powerful ESP32-S3 MCU measures in at 24.8mmx
2222
* ESP32-S3FH4R2 dual-core Xtensa® 32-bit LX7 processor - up to 240MHz
2323
* USB Type-C Port
2424
* ME6217C33M5G low dropout LDO, 800mA (Max)
25-
* WS2812 GRB LED (R and G are swapped from their usual order)
25+
* WS2812 RGB LED
2626
* BOOT button
2727
Press it and then press the RESET button to enter download mode
2828
* RESET button
@@ -41,15 +41,10 @@ Tiny, but mighty! This board with a powerful ESP32-S3 MCU measures in at 24.8mmx
4141
## Learn more
4242
For more information please see the [Waveshare product page](https://www.waveshare.com/esp32-s3-zero.htm)
4343

44-
*Warning: At the time of writing their product page does contain 2 small mistakes*
45-
It states it has a WS2812 RGB LED on pin 10. It does not.
46-
1. It's a GRB LED, not RGB. Keep this in mind when trying to use it.
47-
2. It's on IO21, not 10.
48-
49-
There's a link reserved for a wiki although currently there's nothing there yet:
44+
ESP32-S3 Zero wiki:
5045
https://www.waveshare.com/wiki/ESP32-S3-Zero
5146

52-
The Chinese version of this page does however contain some content:
47+
also
5348
https://www.waveshare.net/wiki/ESP32-S3-Zero
5449

5550
## Purchase

0 commit comments

Comments
 (0)