Welcome, Guest. Please Login or Register
Arduino: Forum
06.09.2010 at 05:05:42


Pages: 1
Twitter feed display (Read 879 times)
cowjam
Senior Member
****
Offline

cowjam.net

Posts: 399
Wigan, UK
Gender: male
Twitter feed display
11.05.2010 at 23:29:52
 
I've completed my second arduino project - displaying the latest tweet from my friends' feed.

It uses a 16x2 LCD screen and an ethernet shield (and an arduino, obviously).  I use a PHP twitter API and a PHP web page to show a single tweet in a suitable format.

The arduino grabs that feed and shows it on screen.  The top line is twitter name and time of post, the second line scrolls the tweet.

The code is available on my site: http://cowjam.net.



Comments or suggestions on improvements welcome.

CowJam
Back to top
 
 
View Profile | WWW   IP Logged
Pauly
Full Member
***
Offline

Arduino rocks

Posts: 175

Re: Twitter feed display
Reply #1 - 12.05.2010 at 20:23:06
 
Nice job.  Did you have any issues like using the same pins with the LCD and what looks like an Ethernet shield?
Back to top
 
 
View Profile   IP Logged
cowjam
Senior Member
****
Offline

cowjam.net

Posts: 399
Wigan, UK
Gender: male
Re: Twitter feed display
Reply #2 - 13.05.2010 at 11:32:21
 
Not really, no.  The example that comes with the LCD module uses pins 11 and 12, so I moved those down to 7 and 8.

The hardware is very straight forward - the programme was somewhat more complicated for me. I'm new to arduino and it took a few attempts at finding a method that worked.
Back to top
 
 
View Profile | WWW   IP Logged
cowjam
Senior Member
****
Offline

cowjam.net

Posts: 399
Wigan, UK
Gender: male
Re: Twitter feed display
Reply #3 - 16.05.2010 at 01:26:24
 
I've updated it.  

I've changed to a bigger screen, added a hit counter for my site and a potentiometer which is used to select feed (to switch between friends feed, your feed or mentions of you).

Back to top
 
 
View Profile | WWW   IP Logged
Pages: 1