

The code uses the Arduino-style setup for the Blue pill - something we’ve talked about before.

You can see it at work along with a description of the project in the video below. The device uses a touchscreen and a few common components. For example, has a decoder that runs on a cheap Bluepill dev board. But if you can’t - or even if you can, and just want a break - you can always get a computer to do it.

You really should learn to read Morse code. While Morse code operators usually rank their skills by speed - the faster the better - this Morse code project for very low power transmitters turns that notion on its head by using speeds more suitably measured in minutes per word (77 MPW for that project). Have you used Morse code in any of your projects before? Let us know in the comments below. We wrote about a couple of Morse code algorithms back in 2014, the MorseDetector and the Magic Morse algorithm. In these situations, a simple decoder like ’s is completely sufficient. This would more than likely be sent at fixed, known speeds over directly connected links with very high S/N ratios (a wire, perhaps). The other difficulty these decoders faced was detecting the signal in low signal-to-noise ratio environments - pulling the signal out of the noise.Ī Morse decoder built today is more likely to be used to decode machine-generated signals, for example, debugging information or telemetry. In fact, trained operators can recognize each other because of this, much like we can often recognize who is speaking on the phone just by hearing their voice. Every operator’s style, or “fist”, has subtle variations in the timings of the dots, dashes, and the pauses between these elements, the letters, and the words. In an earlier era of Morse code decoders, one tough part was dealing with the idiosyncrasies of each sender. We would like to see this hooked up to a proper Morse code key, and see how fast could drive it before it conks out. Simplicity comes at a price - changing the speed requires changing constants in the code. This is probably the simplest decoder possible, and thus its logic is pretty straightforward to follow. Wrote a simple Morse Code decoder to run on his Arduino and display the text on an LCD shield.
