Shop OBEX P1 Docs P2 Docs Learn Events
Morse Code Machine: SEND — Parallax Forums

Morse Code Machine: SEND

tomcrawfordtomcrawford Posts: 1,126
edited 2011-07-03 17:05 in Robotics
My wife wanted a device to blink an LED more or less randomly. I had always viewed (heard) Morse Code as being more or less random, so I built a machine to perform the easy half of communicating in Morse. Probably the item that comes closest to slick is the table. It would have been possible to make it smaller by 33% (from 4 nibbles per entry to 3), but why complicate code for a relatively small saving in space?
It would pretty easy to input one character at a time with DEBUGIN and call OneChar to send each one. In order to really do any serious buffering, I think one would need to use a propeller.
Sign In or Register to comment.