That's correct.
Thanks that works perfect
That's correct.
my mind just exploded trying to comprehend all that LOL but I'm glad it worked for you
I'm learning just like you. :uzi:
How hard would it be to add a Salinity Probe to this?
Awesome d0ughb0y. Currently I'm using an Arduino 2560 to control all my water changes. I have relay controlled valves, and controlling my outlets for my pumps. Works really slick.
I also just realized that my previous post was my first post on RC, and I have been a member for over 5 years. Wow I'm a long time lurker.
Hello d0ughb0y,
Question could you explain how the feed a -d works. Can you have the feeder be program to feed more than once a day
Anyone explain the purpose of the blue led in the schematic?
it's an indicator light to let you know that it is powered up
After many hours (20+) of testing, trying to discover where is a problem I find out as..
I should also change my controller mac address.
This is not in config.h but in network.ino
If anyone don't know that or forgot.. do this as withouth this with default mac address NTP will not work.
But in my case even with this NTP don't work by default.
So I try this example:
http://www.openreefs.com/ntpServer
And finds out there NTP is working. As both code is practical the same I was trying to finds out why one code is working and other no and I finds out in openreefs example NTP is working because IP si getting by DHCP but in main d0ughb0y sketch IP is assigned in config.h
...