09-19-2024, 10:11 AM
yes, driver is right. But you can use KC868-A32, need to use KC868-AP or KC868-D16 dimmer controller work with driver.
Lesson23- How to connect RGB LED strip using ESP32 by KC868-A4 A8
|
09-19-2024, 10:11 AM
yes, driver is right. But you can use KC868-A32, need to use KC868-AP or KC868-D16 dimmer controller work with driver.
10-01-2024, 05:28 AM
I was trying to do the same as the video with A32, but I'm not sure if I can use the analog inputs. I get this error when configuring the yaml:
GPIO34 (34-39) does not support output pin mode. Can this be done with this board? Which pin should I use?
10-01-2024, 05:39 AM
which board model you are using?
10-01-2024, 06:22 AM
10-01-2024, 06:55 AM
KC868-A32 use these GPIOs for analog input:
#define ANALOG_A1 GPIO39 #define ANALOG_A2 GPIO34 #define ANALOG_A3 GPIO36 #define ANALOG_A4 GPIO35 maybe you have not select correct ESP32 model. (10-01-2024, 06:55 AM)admin Wrote: KC868-A32 use these GPIOs for analog input: Here's my yaml config: Code: esphome: The error is at "pin: 39" => GPIO39 (34-39) does not support output pin mode. But I guess the error makes sense, if these pins are for analog input, can they be used to send data?
10-01-2024, 08:30 AM
these pins only use for INPUT, can't use for LED strip or any OUTPUT function.
10-01-2024, 08:40 AM
10-01-2024, 09:02 AM
KC868-A32 have a serial port extend on PCB beside ESP32 module. if you don't need to use it. you can use these two pins for LED strip.
|
« Next Oldest | Next Newest »
|