G+_Prince Gautam Posted March 25, 2016 Share Posted March 25, 2016 Hii I am working with arduino uno on a home security project where i need some help from u related to programming,i want to input delay from 4*3 keypad where the input will be in seconds,after this delay the arduino will start the executing further code and follows I have the code for keypad from the keypad library but i dont know how to give the output of keypad as delay to turn on the arduino after the delay for further security related programme Please help me with the code Link to comment Share on other sites More sharing options...
G+_Eddie Foy Posted March 25, 2016 Share Posted March 25, 2016 'turn on the arduino after the delay'?? If I have you right, you want to use the keypad to enter a delay. If so, read the digits (one by one) via the library, looking for the '#' as a terminator char. Then stuff into a single variable and use as your delay time. Link to comment Share on other sites More sharing options...
G+_Black Merc Posted March 26, 2016 Share Posted March 26, 2016 Rtc involved? Link to comment Share on other sites More sharing options...
G+_Prince Gautam Posted March 26, 2016 Author Share Posted March 26, 2016 Eddie Foy i understood your idea but i am not good at programming so if by any chance u can write that part of code will be very helpfull. Thank you very much for your idea Link to comment Share on other sites More sharing options...
G+_Eddie Foy Posted March 26, 2016 Share Posted March 26, 2016 Prince Gautam I'm just starting with ardunios. ( I cut my teeth on Moto 68HC11's and PICs in assembler.) But if you aren't in any rush I'll give it a shot. I'm on the road now installing a CNC laser, so it will have to wait till I get back home. Link to comment Share on other sites More sharing options...
G+_Prince Gautam Posted March 26, 2016 Author Share Posted March 26, 2016 Eddie Foy i have a week or so to complete the project so if you can try please do so n thank you again Link to comment Share on other sites More sharing options...
Recommended Posts