hi guys, new to this entire Arduino forum and even totally new to adruino itself.
any how, Im building a basic PWM light controller for LEDs and I run in some trouble with my RTC.
below you se my parts:
arduino uno http://www.robotshop.com/ca/arduino-uno-microcontroller.html
sheeld http://www.robotshop.com/ca/dfrobot-lcd-keypad-shield-arduino-5.html
clock http://www.robotshop.com/ca/seeedstudio-electronic-brick-real-time-clock-module.html
so everything connected, (I build the exact same as someone I know that has the same already running)
si I got all the codes from my friend, and only changed the time for the RTC, to the time it was at that time
I uploaded it, and everything was working fine, for testing the LED we programed the time to be on and off 1 minute, so after a test, I would gust push the reset button, and it would go on and off again, as it would reset the time, I programmed it at.
now the thing is, we have 2 sets of code for our LED, one is a analogue and the other is for PWM.
I tested every time with the analogue setting (to drive analogue drivers)
now moving forward I removed the // in front of my PWM code, and put it in front of my analogue code (activating the one, de-activate the other.
I did not do anything ells, and uploaded the code again.
sins that time my RTC is stuck at 12:00 and douse not do a thing, while I had it programmed for 6:59:55
as I have no idea what happened, I pushed the reset button, but nothing, stuck at 12 AM.
thinking I made a mistake in the code, I uploaded the code I knew was working, and that I did not change, but still nothing
so overall my RTC is stuck at a set time (12:00 AM) and is not running.
I also have tried to take all power off (USB, battery and power supply) I did this for over a hour, but still after that I connect everything again, and it shows again the 12:00 AM
any sugestions are welcome,
I know Im not a specialist with all this,in fact I almost dont know what Im doing, exept using ready made codes, and first thy work, and than, nothing, everything stuck at 12 AM