Hello, I’ve just successfully installed Seeed Studio 6x10 RGB MATRIX on XIAO ESP32S3.
Seeed Studio 6x10 RGB MATRIX: https://www.seeedstudio.com/6x10-RGB-MATRIX-for-XIAO-p-5771.html
Seeed Studio XIAO ESP32S3; https://www.seeedstudio.com/XIAO-ESP32S3-p-5627.html
Reference esphome config:
esphome:
name: sixtyled
friendly_name: sixtyled
esp32:
board: seeed_xiao_esp32s3
variant: esp32s3
framework:
type: arduino
version: latest
platform_version: 6.4.0
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "key="
ota:
password: "pass"
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Sixtyled Fallback Hotspot"
password: "pass"
captive_portal:
light:
- platform: esp32_rmt_led_strip
rgb_order: GRB
pin: GPIO1
num_leds: 60
rmt_channel: 0
chipset: ws2812
name: "XIAO LEDS"