kuya_cesar
Member
I probably missed this but was there a post with a link or attachment for the sunset/sunrise coding? I know someone said about working on one but I am not seeing any additional information about it.
What code are you referring too?
I probably missed this but was there a post with a link or attachment for the sunset/sunrise coding? I know someone said about working on one but I am not seeing any additional information about it.
Is anyone using the web4robot I2C LCD interface? Ever since I started using it, I have been getting garbage characters on my LCD. It happens over a period of time. The areas that are not updated start getting random junk in them. I was wondering if anyone else has seen this.
What code are you referring too?
But i cant figure out how i get the 5v relay to turn on and off at a specific time
I was asking if someone had put out the coding for the sunrise/sunset for the Arduino that is being discussed on this post. If no one has uploaded it,,does anyone have a sunrise/sunset program working with arduino that they would be willing to share?
Example:
if ((hour >= 7) and ( hour <= 22)){YourrelayOff();}
else {YourrelayOn();}
Relay on from 22 to 7 hours.
NOTE. No timers work during fade in or out . It will stay in pre-fade state until fading ends. Nobody seems to be able to fix fading part to get rid of that flaw.
I do have a couple questions.
There seems to be a few code bases referenced in this thread. I admit I haven't read every post in detail but could someone please point me in the right direction of where the "official" code is for current project? I tried downloading using the link on reefledcontroller.com but all the links are invalid so I wonder if that page has been abandoned.
It seems some folks are using I2C for LCD and unfortunately I don't have a way to use that yet. Is this the direction the project is going or is 4/8-bit LCDs going to continue to be supported? I have several MEGAs so pin count isn't a problem for me.
Also, one of the images on reefledcontroller.com shows a 20x4 LCD with a nice looking UI but I see reference to 16x2 LCDs in the thread. So I wonder what screen configuration is the standard for this project.
Thanks!
What flaw? I have mine working alright??? can you be specific?
When Katchupoy started this, he was using this original code. But a lot of people wanted more so they have adopted the original code and created their own unique ones. But Katchupoy (Moved On) has a newer code that includes temperature monitor and control. Found in his website.
Sadly, if you want to reach him, is thru his website or reeffrontiers dot com.
This is a nice update to the coding. Only thing is, one would have to change it over to 1.0.1 but you just compare the coding changes from 22 to 1.0/1.0.1 and make those changes and should be good to go. Getting excited about getting my stuff going.
Let us know if you were able to convert it to the latest version.
There are some here who tried but failed. I just stayed with 0022. Im not good with coding thats why i dont know the difference between 0022 and the current one.
Cesar
Its algae scrubber light.
But I wanted to make more timers not this alone. Due to this limitation has to refuse.
Now thinking to buy arduino nano only for lights and another one use for all the rest. Not very practical , but dont see another solution.