Skip to content

Tessel Project that takes a Twitter stream and blinks it out as morse code.

Notifications You must be signed in to change notification settings

grahamjenson/tessel_twitter_to_morse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Further Project Explination Here

Getting Started

npm install -g tessel

Connect tessel to wifi:

tessel wifi -n [network name] -p [password] -s [security type*]

Run with:

coffee -c twitter_morse_code.coffee
tessel run twitter_morse_code.js

Dependencies

  1. morsecode
  2. q (bluebird doesn't work)
  3. node-twitter ( twitter doesn't work)

Changes

The code:

console.log(typeof undefined)
console.log(typeof null)

in node 0.12 returns

undefined
object

but on the tessel it returns:

undefined
undefined

This means that lines like this:

if (typeof uri === 'undefined') throw new Error('undefined is not a valid uri or options object.')

from the request package dependency of node-twitter will break. Delete that line and it will work :)

About

Tessel Project that takes a Twitter stream and blinks it out as morse code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published