Controlling Pandora L E D S -


Vlynndar said:
I still want a program to watch an RSS feed, change the characters to Morse and then blink that at me.

It can probably be done with a bash script using the morse program from the BSD games package

Code:
$ echo "hellolo" | morse -s
 ....
 .
 .-..
 .-..
 ---
 .-..
 ---
 
 ...-.-

now pipe this to a script that sets the leds and it's done.

The part that reads rss is left as a trivial exercise to the reader :)
 
Last edited by a moderator:
Mithrildor said:
Windows Media Player can run it fine although it says that it wont support it.
It's H.263 video and AMR-NB audio. The AMR is usually the problem point in .3gp support for media players. In this case there is very little to the audio so if it was the audio codec that wasnt there you didnt miss a bit.
 
Last edited by a moderator:
Back
Top