Files to display stock information on MAX7219 controlled LED Matrices.
- Clone the repo/type
git clone https://github.com/jackokeeffe/stock-ticker.git
into your command prompt. - Install BeautifulSoup4 and Pyserial in your Python Enviroment.
- Install MD_PAROLA in your Arduino IDE.
- Connect device (see below).
- Upload
receiveData.ino
to your Arduino. - Start
guiAndSerial.py
- VCC - 5V
- GND - GND
- CS - 10
- DIN - 11
- CLK - 12
- Python and Arduino.
- Arduino UNO.
- 4 LED Matrices (Similar Device)
- BeautifulSoup4 for collecting stock data from finance.yahoo.com.
- PySerial sending data from Python to Arduino.
- MD_PAROLA for displaying stock information on LED Matrices.
- Author: Jack O'Keeffe
- Website