Skip to content

Project inspired by DSP lab, detects a digit pressed on phone pad in tone mode

Notifications You must be signed in to change notification settings

zjor/dtmf-detector

Repository files navigation

DTFM Detector

Overview

The device captures input from the microphone and decodes digit encoded using DTFM.

Schematic

schematic

Connections

Display to Arduino

Display Arduino
VCC 5V
GND GND
DIN D11
CLK D13
CS D9

Mic to Arduino

Mic Arduino
VCC 3.3V
GND GND
Out A0

Note: Connect 3.3V to AREF

Video

video

How to build

Run gradlew fatJar from processing folder

Capturing serial output to file

  1. script -a -t0 serial.txt
  2. screen -L /dev/tty.usbXXXXX <bauds>
  3. Stop screen: Ctrl+A + Ctrl+K
  4. Stop script: Ctrl+D

References

About

Project inspired by DSP lab, detects a digit pressed on phone pad in tone mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published