Posts: 9,083
Threads: 1,202
Joined: Oct 2020
Reputation:
235
yes, driver is right. But you can use KC868-A32, need to use KC868-AP or KC868-D16 dimmer controller work with driver.
Posts: 13
Threads: 2
Joined: Aug 2024
Reputation:
0
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?
Posts: 9,083
Threads: 1,202
Joined: Oct 2020
Reputation:
235
which board model you are using?
Posts: 9,083
Threads: 1,202
Joined: Oct 2020
Reputation:
235
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.
Posts: 9,083
Threads: 1,202
Joined: Oct 2020
Reputation:
235
these pins only use for INPUT, can't use for LED strip or any OUTPUT function.
Posts: 9,083
Threads: 1,202
Joined: Oct 2020
Reputation:
235
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.