You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
structure_trees/a_procedural_morse_code_tre...

1.5 KiB

todo

modify the tree print out to show the dots and dashes take a user input in morse code, and use the binary tree to decode the message one character at a time translate the dot dash signals into other forms of pulsations: LED light, sound to be sent out via radio signal, ?FSK (written on the code memo) would be nice to emphasize the traversal aspect, can it be displayed / heard - traversing to the dot! traversing to the dash! make it procedural -> maybe console can be helpful

In [ ]:
# reference project
# https://microbit-micropython.readthedocs.io/en/latest/tutorials/radio.html
# https://new.pythonforengineers.com/blog/audio-and-digital-signal-processingdsp-in-python/