morse corder with Arduino

Real Time Translator from keyboard to morse code with Arduino
492 download
Aggiornato 24 mar 2014

Visualizza la licenza

morse corder with Arduino is
morse code hearing trainer 2.
The past model(morse code hearing trainer) was not able to output a morse typing the keyboard in real time.
I can output the signal typing the keyboard approximately in real time by a speaker on Arduino to overcome the problem, by serial communication between matlab and Arduino.
learning
・ Technique of gui
・ Technique of the serial communication
・ Technique of Arduino
・ Idea of the morse coding
Please can help these skills.
In addition,
It is able to be output a morse cord with a keyboard in substitution for a Straight key if connected to the amateur radio transmitter.

updated 19.3.2014 ver.1
%function addition(to change morse speed and tone)

updated 24.3.2014 ver.1.01
%Bug Fix:Tone Pitch Change was impossible.
%Arduino sketch:morse_arduino.ino L117
%From "tone(8,1000" To "tone(8,thz"

Cita come

Hiroyuki Kato (2025). morse corder with Arduino (https://it.mathworks.com/matlabcentral/fileexchange/45608-morse-corder-with-arduino), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.3.0.0

updated 24.3.2014 ver.1.01
%Bug Fix:Tone Pitch Change was impossible.
%Arduino sketch:morse_arduino.ino L117
%From "tone(8,1000" To "tone(8,thz"

1.2.0.0

updated 19.3.2014 ver.1
%function addition(to change morse speed and tone)

1.1.0.0

attached Screenshot

1.0.0.0