Hello,
I'm trying to build a small reef-pi circuit to control my Kessil A80. First the light was flickering like crazy, but I was able to fix that by increasing the Pi PWM frequency setting in reef-pi.
I can get both color and intensity to change, but only one at a time, by swapping wires around with Pin BCM 12 (PWM0). It seems like Pin BCM 13 (PWM1) does not do anything. I've assigned Pins 0,1 to the jack in reef-pi, and my /boot/config.txt has the following lines:
Can anyone please help me troubleshoot why the second PWM channel doesn't work?

I'm trying to build a small reef-pi circuit to control my Kessil A80. First the light was flickering like crazy, but I was able to fix that by increasing the Pi PWM frequency setting in reef-pi.
I can get both color and intensity to change, but only one at a time, by swapping wires around with Pin BCM 12 (PWM0). It seems like Pin BCM 13 (PWM1) does not do anything. I've assigned Pins 0,1 to the jack in reef-pi, and my /boot/config.txt has the following lines:
Code:
dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi
# Additional overlays and parameters are documented /boot/overlays/README
# Enable audio (loads snd_bcm2835)
#dtparam=audio=on
enable_uart=1
#[pi0]
dtoverlay=dwc2
#[all]
#start_x=1
#gpu_mem=128
#dtoverlay=googlevoicehat-soundcard
dtoverlay=w1-gpio
dtoverlay=pwm-2chan,pin=12,func=4,pin2=13,func2=4
Can anyone please help me troubleshoot why the second PWM channel doesn't work?

Last edited:


