As [Plasma2002] put it, “Those jumbo screens at concerts that display your text messages can be a lot of fun. Wouldn’t it be great if you could have the same thing for your own parties or social gatherings?” The answer to this question came in the form of this hack, a scrolling marquee sign that guests simply had to text to get it to display messages. Apparently guests at the party loved the device, and who wouldn’t?
More importantly for [HAD] though, is that [Plasma2002] decided to show everyone how it’s done. He gives us an overview of the process via a nicely illustrated block diagram, then breaks everything down into the actual code used. A Google voice account is used as the dial-in number and everything is kept anonymous. A “bad-word” filter is used to keep everything semi-appropriate.
Really a cool device, and one that we hope will show up at hacker’s parties everywhere. Who knows, maybe something like this could enjoy mainstream success as well. Check out the video after the break to see this device in action!
[youtube http://www.youtube.com/watch?v=PwKPiTD1jC0&w=470&h=345%5D
Nicely done, but I think a bit more steps than needed.
A couple of years ago I had a prepaid Siemens M35 hooked up to a debian server. Installed http://packages.debian.org/testing/comm/scmxx and a little script to put the msg’s into a mysql server. No need for google Voice and a email pipe thingy.
pretty google voice is free so its worth the extra steps…
pretty sure
wow so as im moving into my dorm today i was thinking something like this would be neat. Good timing hackaday.
I’m sure there must be a cheaper way to send a message to everybody the room you are in.
But at least your phone company will be happy.
A “bad word filter” to keep things “appropriate” ?
WTF ? Given the probable target audience, my bet is on 100% of said “party” crowd already knowing the words the “bad word filter” is trying to keep out.
Didn’t think censorship in the “hacker” community would be a badge of honor. In the corporate world of pretentious phonies, it’s a given. In the ‘maker space’ realm, I would’ve thought it would be absent.
Here’s a great scene that’s effing hilarious!
Would it make it past the “bad word filter” ?
http://www.youtube.com/watch?v=bGGDRRRxGp4
Is useless to have this kind of filter installed. It’s all about common sense.
I did exactly thiis 18 months ago for my daughter’s 13th party.
With a word filter – and a carousel of the most recent 5 messages – so you had a decent chance of your text being seen.
It was a real hit as a one-off, but when exploring ways to capitalise on it…
I discovered the telcos demand an extraordinary percentage of the TXT charges, and premium SMS (even inbound only) has been destroyed by game & porn subscription services – to the point that many companies are simply letting the market implode.
One of the good outcomes of rampant capitalism and greed.
At one of the HOPE conferences in NYC, they had a similar setup except it was overlayed across the bottom of the projected videos like a closed caption stream.
Seams similar to blinkenlights project, nice party favor, perhaps make a game from it, get two teams of players about 5+ people on each team, have them all send txt at the same time, first team to get their message up gets to make the other team chug! Hey beats the heck out of throwing ping pong balls at cups, and the more you drink the slower the txting. nice write up none the less.
I’d be interested to find out how you decoded the betabrite’s protocol for programming. Are you programming it via IR or via serial? The script points to /dev/ttyS0 but is it true serial or are you using an IR bit-banger to send?
There’re quite a few refereences to the Betabrite protocol out there – google helps… (it’s not pretty!)
Or you can put your own display together with something like the 0832 display boards at Sure Electronics.
I love using a phone number, but couldn’t a simple email address work too? I mean its not like everyone cant text to an email address.
I hate to be negative, but couldn’t they have picked a better picture? The large colorful thing that draws the eye closest to the center of this picture has nothing to do with the hack. Its just an odd picture to accompany the article.
Great idea! This reminds me that I need to go find all that code I wrote for the betabrite. Let the digging begin!
I set out to set this up but my web host doesn’t allow remote calls to their MySql server!
All was not lost thanks to Gmail’s “label” filter and IMAP support for perl (Mail::IMAPClient).
The script just waits for mail to land in the right Gmail folder and the rest is about the same but without all the server-side work!