I'm posting this as quite a novice when it comes to electronics. I was hopeful that I could get an Arduino Wordclock to function using this instructable. Modifications included adapting the language and using a DS3231 RTC instead of a 1307. I first put everything together in December 2016 and it worked fine on the breadboard until I cannibalised it to solder everything onto a PCB. It is then that things started going awry, so that I spent the last year troubleshooting.
To cut a long story short: I rebooted the project a month ago on a breadboard in order to start from scratch. I used this circuit diagramme as a basis, omitting the BY133 diodes and 4 minute-indicating LEDs, and using a step down converter instead of the 7805. Also, the LDR is not yet being used but will be in the final setup.
Using my Arduino Nano with the sketch I used last year creates erratic behaviour of the lights (could this be the ULN2803G? I will post a video ASAP). Also, for some reason I have -12V on the lead between the ULN2803 and the source.
Trying to upload the sketch again yields the error message in the next post in the Arduino IDE.
As said, I am quite a novice in the field and have to confess that this project is a lot more complicated than it seemed at first
The link you provided to your schematic cannot be opened. The server responds with:
Forbidden
You don't have permission to access /wordclock/wordclock_german_modified.gif on this server.
Apache Server at arduino.joergeli.de Port 80
As said, I am quite a novice in the field and have to confess that this project is a lot more complicated than it seemed at first
Unfortunately, 99.9% of the Instructabes are so poorly written that they are not a learning experience, they only confuse and confound. For example, this was a comment in the article you mentioned:
**IMPORTANT NOTE ABOUT LED VOLTAGE: The LED lights I purchased are extremely bright and require 12V. The Arduino only outputs 5V by default, like when powered by USB. That being said, you can get 12V output from the Arduino by using a 12V adapter. You'll get 12V from the VIN port on the Arduino and will also get 5V through the 5V ports (which is very helpful). If you can, try to buy 5V LED strips if possible because 12V is extremely bright.
Please read the first post in any forum entitled how to use this forum. http://forum.arduino.cc/index.php/topic,148850.0.html then look down to item #7 about how to post your code.
It will be formatted in a scrolling window that makes it easier to read.
Thanks Tom for the notice. I'll make sure to use it next time round
As for the link to the circuit diagramme, here's the link to the page Word-Clock. The diagramme can be found close to the very bottom.
@avr_fred: I agree! And unfortunately it doesn't stop there. Last time round you guys helped me correct the sketch I had downloaded in order to get the hour and minute buttons to work correctly. Oh well ...
I included the TimeLib library but now I get the error message that RTC is not declared. However, this only concerns RTC.read(tm) and not RTC.write(tm). Any ideas?