Search found 527 matches

by Spanish_dude
Thu Sep 17, 2009 3:36 pm
Forum: General / Misc
Topic: IR remote control with SLEEP mode
Replies: 13
Views: 9520

Re: IR remote control with SLEEP mode

Thx for your reply :) How can I activate the watchdog timer ? Could you give me a little example ? I understand the sleep mode, but not that watchdog timer. If y do something like that : sleep(); WD_Delay_S(1); This will activate the sleep mode and every second the program will restart ?? Thx for yo...
by Spanish_dude
Thu Sep 17, 2009 1:11 pm
Forum: General / Misc
Topic: IR remote control with SLEEP mode
Replies: 13
Views: 9520

IR remote control with SLEEP mode

Hi everyone, I made an IR remote control, based on a SAMSUNG remote control. I programmed 4 switches and instead of a 32 bit signal like the SAMSUNG remote control I programmed it so it will send a 16 bit signal., 8bits for the Address and 8bits for the Command. I would like to add the sleep mode an...