Loading...
Pages: [1]   Go Down
Author Topic: DTMFDuino: Remote control your entire house from your phone!!  (Read 611 times)
0 Members and 1 Guest are viewing this topic.
Argentina
Offline Offline
Newbie
*
Karma: 0
Posts: 6
Web developer
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset

This project is based in my father's project "DTMF remote control with PIC". http://www.atva.com.ar/dtmf_3dj/dtmf_3dj.htm (spanish)
Since I haven't time to work with PICs, I ported the project to AVR using an Atmega328p with Arduino bootloader.

This project is very similar to my father's one, because the working method is the same. We use a DTMF decoder like MT8870 or HT9170 (compatible pin to pin) to decode the analog audio signal and 'extract' the dtmf codes and convert it to a digital binary signal.

That binary signal is easily interpreted by an Arduino, after that I parse it storing the received signals into an array to command some outputs.

This is the github project: https://github.com/masterl1nk/DTMFDuino

Here is the schematic circuit:

And a video:

Sorry for my english!

Greetings from Argentina
Logged

Netherlands
Offline Offline
Tesla Member
***
Karma: 90
Posts: 9401
In theory there is no difference between theory and practice, however in practice there are many...
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Nice project!
How save is this against intruders?
Logged

Rob Tillaart

Nederlandse sectie - http://arduino.cc/forum/index.php/board,77.0.html -

Argentina
Offline Offline
Newbie
*
Karma: 0
Posts: 6
Web developer
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset

Hi, thanks!!

For the moment no. There isn't a security implementation because where i go to put this i don't need any secured system, but is very easy to develop a function to protect the controller (with a hexa password I think)
Logged

Pages: [1]   Go Up
Print
 
Jump to: