Electronic – Sending command via phone or mobile phone

microcontroller

Does anyone knows, how to send a command to microcontroller via handphone? For example turn on the relay, I press numeric one in my mobile phone. You don't have to be exactly right, any references will be appreciated.

How can I make the circuit (DTMF decoder) auto-pick up and receive command?

Please, take a look at following link, it might be helpful here.

Best Answer

You need some kind of DTMF decoder. If your mico has a DSP core it would be pretty easy to do on chip. Otherwise you will need some external hardware to properly handle it. A quick google search turned up this project with an ATMega: http://www.uchobby.com/index.php/2007/09/30/phone-to-microcontroller-interfacing-with-dtmf/

Another issue is if the mobile phone will correctly pass DTMF tones. I don't see why they wouldn't, but its always a possibility.