How to have an LED fade in and fade out at certain times like 7 am and 7pm and I need to know how to wire it too? Thanks!
Check the LED fading tutorial and the example built into the IDE:
I suggest you stop at this point and get a copy of the Arduino Cookbook and read it trying any of the programs that interest you. Also there are many great tutorials on line. The common programing language for the Arduino is is C++ or python.
Hi.
What made you pick this category? Development Tools | Cloud Chrome App
"Regular little LEDs" are easy to dim. LED "light bulbs" and "high-power" LEDs are more tricky.
Although you can "delay" for 12 hours, the clock in the Arduino usually isn't very accurate and it will drift. If you need accuracy for several days or more you can use a "real time clock" module. You'll have to research how to use it. There are also ways of getting the time with a GPS module or over the Internet and that's more accurate than a real time clock module because they use atomic clocks.
I moved your topic to a more appropriate forum category @wybc2000
In the future, when creating a topic please take the time to pick the forum category that best suits the subject of your question. There is an "About the _____ category" topic at the top of each category that explains its purpose.
Thanks in advance for your cooperation.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.