The device captures input from the microphone and decodes digit encoded using DTFM.
Display | Arduino |
---|---|
VCC | 5V |
GND | GND |
DIN | D11 |
CLK | D13 |
CS | D9 |
Mic | Arduino |
---|---|
VCC | 3.3V |
GND | GND |
Out | A0 |
Note: Connect 3.3V to AREF
Run gradlew fatJar
from processing folder
script -a -t0 serial.txt
screen -L /dev/tty.usbXXXXX <bauds>
- Stop screen: Ctrl+A + Ctrl+K
- Stop script: Ctrl+D