View Full Version : Programming the FOBO
rambo
02-12-2006, 01:48 AM
I have been trying to implement the FOBO given in the project section of this site but having probs developing th delay routine to make the IR transmitters to work at 38.5khz using the UC ATS902313.Can anyone help me with it.
For delay generation in assembly there is a software named
avr delay generator
if u want in C(winAVR)
use
_delay_us(T); delay of T uS
_delay_ms(1); is another which provides delay in ms
Bibin John
www.bibinjohn.tk
check out instruction cycles of the micro with the settings you are using.. i.e crystal freq and the time it take s to execute a nop or a specific command like incrementation or decrement and run that in a loop long enough to create such a delay.. thats it....
Rao
Powered by vBulletin® Version 4.2.0 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.