May
10
TellyMate Shield
2009 by Patric

Now you can send words to display on your TV with Arduino using TellyMate Shield. This TellyMate Shield takes serial data from Arduino and displays it on TV. It’s really simple to use… Here’s some code to display “Hello!” on the TV.
Serial.begin(57600); //57k6 baud
Serial.println(”Hello!”);
Arduino Shield, Latest Arduino board


(9 votes)