Skip to content

milesberry/microbitmorse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse code text entry for the BBC micro:bit

More a proof of concept than anything, but here's one approach to entering text onto a BBC micro:bit using nothing more than Morse code.

Key in Morse using button A. To get the text displayed, press button B.

At the moment, this only does one word at a time, and the timings are set very slow, as I'm not particularly good at Morse code! Video demo of this on YouTube. There's plenty of scope for improvement...

To make the device bleep connect a speaker via pin0 and GND.

This was inspired by, and borrows code from, the Raspberry Pi Morse code worksheet.

It was built using ntoll's Mu editor for BBC micro:bit micropython.

A networked version of this program (connect two BBC micro:bits together with crocodile clips) is found in the morse_net.py script. Instructions and a demo of this are also on YouTube. Essentially, pin1 is output and pin2 is input. Connect the output of one device to the input of the other (and vice versa) then press buttons!

About

Text input for the BBC micro:bit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages