Skip to content

96boards-projects/social-ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Social Media Ticker

Table of Contents

1) Hardware

1.1) Hardware Requirements

1.2) Hardware Setup

  • Connect all the LED matrix Modules in a daisy-chain configuration
  • Connect the Sensor Mezzanine to the first LED Matrix Module as follow:
Sensor Mezzanine MAX7219 LED Matrix
5v VCC
GND GND
11 DI (MOSI)
10 CS
13 CLK
  • Connect the OLED Module as follow:
Sensor Mezzanine SSD1306 OLED
5v VCC
GND GND
SDA SDA
SCL SCL
  • I used ICSP to program the SeeedStudio Mezzanine. You can follow this guide.

2) Software

This guide assumes that Debian OS is running on a Dragonboard410c on all 4 nodes. How ever the instructions hold true for other 96Boards CE Boards running Debian.

This project is compatible with other Linux based OS, but they might have to be tweaked accordingly.

2.1) Install Dependencies

$ sudo apt install python-setuptools python-dev python-pip
$ sudo pip install wheel tweepy requests serial

2.2) Add tokens

2.3) Running the Ticker

  • Flash the Sensors Mezzanine with ticker.ino

Test Run

You can run it simply as

$ python ticker.py

Deploy

From Shell

$ python ticker.py &

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published