- This topic has 2 replies, 2 voices, and was last updated 10 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › Cell Phone Operated robot using atmega16
Hi!
i wanna make a cell phone operated robat. i have not clear idea how to write code for atmega16, the circuit is given here.
Please help me.
thanks
its very simple
IC MT8870 gives 4 bit digital output corresponding to key press form cell phone.
so first wait for any change in input on port A of ATmega16. when input is changed
compare it with the code like 02, 04, 06 and 08.
based on match found give output on port D to rotate motors.
like if received code is 02 then rotate both motor in CW direction to move forward
like wise for all four keys you can do
Thnx dear A M Baht!
it was helpful!