KDMcMullan / HaMQTT

An MQTT Interface to an Amateur Radio Station
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Audio Input #4

Open KDMcMullan opened 3 months ago

KDMcMullan commented 3 months ago

The DTMF decoder hardware may not be necessary. The ESP32 should be capable of decoding a DTMF natively, perhaps by feeding straight into the analog input.

KDMcMullan commented 3 months ago

"Yes" is the answer... https://github.com/Adrianotiger/phoneDTMF

KDMcMullan commented 1 week ago

Struggled to make this work, and re-introduced the MT8870 DTMF decoder. Which is a shame, as I could use those 5 pins for something else!! Will have another stab later.