Would you like to help?
Share your walkthrough tutorial with others
89delta
Posts: 157 Joined: Mon Oct 15, 2012 7:21 pm
Location: Leesburg, GA
Post
by 89delta » Sat Mar 28, 2015 12:23 am
rimai wrote:
Code: Select all
pinMode(lowATOPin,OUTPUT);
analogWrite(lowATOPin,ReefCrestMode(60,20,true)*2.55);
analogWrite has a range of 0-255 instead of 0-100
ReefCrestMode is the default setting for the DC pump correct? And if I add ReefAngel.DCPump.UseMemory = true; I can set my pump from the portal or the RA Debug app in development.
89delta
Posts: 157 Joined: Mon Oct 15, 2012 7:21 pm
Location: Leesburg, GA
Post
by 89delta » Sat Apr 11, 2015 1:44 pm
rimai wrote: Remove R2.
rimai, are there any I'll effects by removing both resistors and leaving the cap?
rimai
Posts: 12857 Joined: Fri Mar 18, 2011 6:47 pm
Post
by rimai » Sat Apr 11, 2015 2:56 pm
Should be fine.
Roberto.
rimai
Posts: 12857 Joined: Fri Mar 18, 2011 6:47 pm
Post
by rimai » Sat Apr 11, 2015 2:57 pm
Actually, if you remove R1, the signal will never reach the pump. You must leave R1.
Roberto.
89delta
Posts: 157 Joined: Mon Oct 15, 2012 7:21 pm
Location: Leesburg, GA
Post
by 89delta » Mon Apr 13, 2015 11:13 am
Can I substitute the 10k with a 1.8k? At 100% my wp10 doesn't seem to be pushing as hard.
rimai
Posts: 12857 Joined: Fri Mar 18, 2011 6:47 pm
Post
by rimai » Mon Apr 13, 2015 11:16 am
The value won't affect the result, unless you increase to a really larger value, which would cause it to have slow response. You can even remove it and solder the pads together if you want to.
Roberto.
89delta
Posts: 157 Joined: Mon Oct 15, 2012 7:21 pm
Location: Leesburg, GA
Post
by 89delta » Mon Apr 13, 2015 11:19 am
Thanks rimai. I'll just leave the 10k on R1 then. But other than that it works great using the ATO port.