Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdice/morsetweets

Outputs Twitter stream as Morse code beeps.
https://github.com/bdice/morsetweets

Last synced: 5 days ago
JSON representation

Outputs Twitter stream as Morse code beeps.

Awesome Lists containing this project

README

        

MorseTweets
===========

Outputs Twitter stream as Morse code beeps.

StreamBeeper
============

Arduino project to output data from a Serial port as Morse code, using a buzzer. Requires Morse Code library from https://github.com/markfickett/arduinomorse

TweetStreamer
=============

Processing project to output tweet streams as serial data, used for input to the StreamBeeper application. Requires twitter4j library from http://twitter4j.org/.