News

The Magic Morse algorithm is copyrighted, but he has released the Arduino code as open source in an effort to get people using Morse code once again — it is pretty awesome. So how does it work?
Here we have used Arduino to design the Morse code trainer with Watterott MIO283QT-2 Touch Screen Panel with shield to show the random original letters and a button to press the Morse code with a ...
Once you learn how to read Morse code, you might want to teach your Arduino to understand it, too. Or, you can check out some other Morse-based projects.
But even if constructing a Morse code trainer is beyond your skill set, it’s still cool to know people are still inspired by the nearly 180-year-old system.
This project uses two Arduino to communicate with each other using light by means of Morse Code. As a more advanced project, it has some complex array usage and investigates converting switch inputs ...
The ability of the Arduino platform to enhance student interest and performance in science, technology, engineering, and mathematics (STEM) courses, while fostering skills that are important ...
const unsigned long dotDuration = 300; // duration [ms] of a dot; basic time unit const unsigned long tolerance = 150; // duration that dash, dot or gap may deviate from the ideal length in order to ...