morse corder with Arduino

Real Time Translator from keyboard to morse code with Arduino
485 Downloads
Updated 24 Mar 2014

View License

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"

Cite As

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

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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