Steve's LED's and Standard PWM RA

Basic / Standard Reef Angel hardware
Post Reply
robmwpropane
Posts: 78
Joined: Mon Oct 31, 2016 12:33 pm

Re: Steve's LED's and Standard PWM RA

Post by robmwpropane »

rimai wrote:Read this:
http://forum.reefangel.com/viewtopic.ph ... 49&p=51008
Basically you need to add a code like this:

Code: Select all

pinMode(lowATOPin,OUTPUT);
analogWrite(lowATOPin,PWMSlope(8,0,18,0,5,50,60,5));
pinMode(highATOPin,OUTPUT);
analogWrite(highATOPin,PWMSlope(8,0,18,0,5,50,60,5));
Awsome!, Thanks, will give it a read this weekend...
Image
robmwpropane
Posts: 78
Joined: Mon Oct 31, 2016 12:33 pm

Re: Steve's LED's and Standard PWM RA

Post by robmwpropane »

Just wanted to add to this thread, I did confirm Steve's drivers are 0-5v PWM for anybody who's looking for info.
Image
robmwpropane
Posts: 78
Joined: Mon Oct 31, 2016 12:33 pm

Re: Steve's LED's and Standard PWM RA

Post by robmwpropane »

Just following up, I bought the 6 channel dimmer module and got everything connected over the weekend. Works perfect, I did it this way because I wanted control of of all 4 channels and hence color.
Image
Post Reply