esphome QT PY neopixel

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
ahanktcd
 
Posts: 2
Joined: Mon Aug 15, 2022 3:34 pm

esphome QT PY neopixel

Post by ahanktcd »

On the Adafruit QT PY ESP32 board, when using esp home:

esphome has this error when trying to use the neopixel_pwr as a digital output. "This pin cannot be used on ESP32s and is already used by the flash interface (function: Flash Data 1)."

The LED does not light up. What can be done?

Here is my esphome yaml config:

output:
- platform: gpio
id: "neopixel_power"
pin: GPIO8
inverted: true

light:
- platform: neopixelbus
type: GRB
variant: WS2811
pin: GPIO5
num_leds: 1
name: "NeoPixel Light"

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”