Ryan Seys

tessel-morse

tessel-morse is a JavaScript module for use with the Tessel microcontroller. It allows you to easily communicate in Morse code using your Tessel’s LEDs. Because we’ve all been oh so eager to do that. Now you finally can!

Example

Blink “hello world” in Morse code:

First, install it: npm install tessel-morse --save

Then run it on your Tessel:

var morseBlink = require('tessel-morse');
morseBlink('hello world');

Demo

Here it blinks the first couple letters…


Code

You can check it out on GitHub here.

- - -