Twitter VFD Display
Image by Quasimondo
Built a display for Twitter messages using a used VFD cashier display, an Arduino board and Flash.
The arduino-side code is very basic:
#include
#define rxPin 2
#define txPin 3
// set up a new serial port
SoftwareSerial mySerial = SoftwareSerial(rxPin, txPin);
void setup() {
// define pin modes for tx, rx, led pins:
pinMode(rxPin, INPUT);
pinMode(txPin, OUTPUT);
// set the data rate for the SoftwareSerial port
Serial.begin(4800);
mySerial.begin(9600);
mySerial.print(0x10,BYTE);
mySerial.print(0x14,BYTE);
mySerial.print(0x0c,BYTE);
}
void loop() {
if ( Serial.available() > 0 ) mySerial.print(Serial.read(), BYTE);
}
Who’s the boss? On Twitter, I am
CYBER SORTER:This week our social media agony aunt looks at whether you should pretend to be your boss on Twitter and how to avoid a Facebook stalker
Read more on The Irish Times
Justin Bieber: ‘I’m not deleting Twitter’
Justin Bieber reassures fans that he has no plans to delete his Twitter account.
Read more on Digital Spy
Twitter war over football
We surf the Internet to gauge how people think and feel; and political and business elites will now have to manage this new and volatile reality that limits their ability for high-level, back-room deals.
Read more on The Star