madalozzo / dtmf-decoder-relay

Decoding DTMF signals to activate relays with Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DTMF Decoder Relay

Created by Saulo Madalozzo, saulo.zz@gmail.com March/2017 based on dtmf_loopback by Igor Ramos

Receive a DTMF (Dual Tone Multi Frequency) signal using a shield.

You will need:

This program is for activating digital outputs of Arduino based on DTMF tones. Its intend to be used in radio stations to do some functions based on audio like turn on or off some equipments at exact moment.

It receive one tone (doesn't matter what), and must receive the second one in less than 1000ms (can be configured in code). The second tone can be 2, 3, 4 or 5, and activate respective digital output for 500ms.

About

Decoding DTMF signals to activate relays with Arduino


Languages

Language:Arduino 100.0%