I m student.I m going to make a digital medicine box using LCDkeypad,DS1307,SD card reader and LED...
I m success to interface LCDkeypad n DS1307 for manually Resetable clock but i m not able to attach ALARM for a WEEK three times in a day....
My final objectives is, when alarm ringing it will play a music from sd card and one specific LED Blink,and there are 21 LED for a week(3*7=21).
I needs help.
please sir, Help me...
Thank u in advance...
Alarm.alarmRepeat(10,30,0, MorningAlarm); // 8:30am every day
Alarm.alarmRepeat(10,40,0,NoonAlarm); // 5:45pm every day
Alarm.alarmRepeat(10,50,0, NightAlarm); // 8:30am every day
Useless comments MUST be kept accurate, or we WILL laugh at you.
Did you read the documentation that came with the TimeAlarms library? You no longer use delay() anywhere in your program, if you want the TimeAlarms class to function properly.
Thank u for helping me,
This code is working when the formet is fixed as like,--"
{byte hourAlarm1 = 8 // hours in 24h format
byte minAlarm1 = 30
byte hourAlarm2 = 17 // hours in 24h format
byte minAlarm2 = 45
byte hourAlarm3 = 20 // hours in 24h format
byte minAlarm3 = 30}"'
but sir,when i m trying to make this Resetable using Keypad,it didn't work....
I have attach a file,please check this..
which successfully compile in Arduino but its not working in Hardware...