Hi I’m planning a project which will need to control an LED driver with 0-10V dimmer input. I’m familiar with RPi pico, so would like to use that as the controller.
This product says it is Arduino compatible, with 3.3-5V PWM (or I2C) input and outputting up to 10V as a control voltage.
Can I assume it is also Pico-compatible?
Thanks
Hi @Andrew132975,
Shouldn’t be an issue from what I can see.
The Datasheet for the GP8101 chip has the PWM frequency range as 50Hz - 50KHz so the Pico should be bale to output a suitable signal.
Thanks!
1 Like