LedMatrix Tweet Visualization

Display tweets with a certain hashtag on a led matrix in real time!

May 6, 2016

18675 views

14 respects

Components and supplies

1

Arduino Yun Shield

1

Led matrix 8x32

Apps and platforms

1

Arduino Web Editor

Project description

Code

Python script

python

Downloadable files

Schematic

Schematic

Immagine

Schematic

Schematic

Immagine

Comments

Only logged in users can leave comments

Immagine
Immagine

Anonymous user

8 years ago

Working on the Yun is totally new to me. I was able to get a bunch of things figured out, but I'm stumped when I run the YunTwitter.py on the board as I keep getting an error. "Traceback (most recent call last): File "YunTwitter.py", line 3, in <module> import requests ImportError: No module named requests" If I run the same program through terminal locally it returns a tweet exactly as expected. Have I managed to not install something correctly? If anyone knows I would love the help. Otherwise, this instructional project has taught me a ton and I'm really enjoying it!