I didn't like short pulse. It doesn't make a wave like W1.daniella3d wrote:HI everyone, I just installed the jebao cable and uploaded the code but the short pulse mode does not work, wondering why?
I can hear the pump go into cycle but it seem to be going at 100% but never really stop, just slow down. What am I doing wrong? With the jebao controller the W1 mode, short pulse, the pump goes to 100%, then completele stop, then 100% then stop. You can actually see the propeller stops. With the RA it never really stop??
the code I am using:
ReefAngel.PWM.SetDaylight( ShortPulseMode(0,100,500,true) ); // Short pulse at 60% with 200ms pulse on sync mode
This piece of code makes a wave like W1 between two pumps.
ReefAngel.PWM.SetDaylight(millis()%1200>800?80:0);
ReefAngel.PWM.SetActinic(millis()%1200<400?0:80);