Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ghbyrkit authored Dec 5, 2023
1 parent e687fe1 commit f640f62
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ https://github.com/TAPR/DTMF_Shield/blob/main/Instructions%20-%20readme%20-%20up
applications, unless your PC is unable to power the Arduino via the USB cable that you use.
https://github.com/TAPR/DTMF_Shield/blob/main/TM742%20Programming%20Kit%20Pictures.docx

If you are using Arduino IDE 1.x, place the Messenger folder inside your Documents\Arduino\libraries folder. Open the DTMF_Shield sketch.
Use 'upload' to put it onto an Arduino Uno that is plugged in to the computer and recognized.

I've tested this also with Arduino IDE 2.0. it works, but there wasn't a Documents\Arduino\libraries folder already existing; I had to make it. But the compile,
and the Upload, also worked as well as with the Arduino IDE 1.x.
Using (currently) the Arduino IDE 2.x, place the libraries/Messenger folder inside your Documents\Arduino\libraries folder. Place the entire the DTMF_Shield subfolder
into your Documents\Arduino folder, creating the DTMF_Shield subfolder, containing DTMF_Shield.ino. Open DTMF_Shield.ino in your Arduino IDE.
Use 'upload' to put it onto an Arduino Uno that is plugged in to the computer and recognized and selected.

I suspect that this project could be modified to easily program the Kenwood TM-732, and possibly TM-733. It can also be a generic DTMF generating board.
The Arduino is just a serial port that accepts commands that are processed by the DTMF_Shield sketch. DTMF tones and button presses and such result from this.
Expand Down

0 comments on commit f640f62

Please sign in to comment.