Skip to content

Rubstubs/bitcoin-ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bitcoin-ticker

Simple bitcoin ticker for the Pimorono Inky pHAT Red.

Equipment

  • Raspberry Pi Zero W v1.1 or Pi 2 model b v1.1
  • Pimorono Inky pHAT Red/Yellow (SSD1608)

Setup

  1. Install Raspbian Lite

  2. Update and upgrade

sudo apt update && sudo apt upgrade -y
  1. Install Inky pHAT
curl https://get.pimoroni.com/inky | bash
  1. Install pip for package management and git
sudo apt-get install python3-pip python-dev git
  1. Install the font we're using
pip3 install font-fredoka-one
  1. Clone this repo
git clone https://github.com/Rubstubs/bitcoin-ticker.git
  1. Open crontab
crontab -e

Add this line:

*/5 * * * * /home/pi/bitcoin-ticker/bitcoin-ticker.py

Crontab will then run the script every fifth minute

Addition notes

  • If the board is not detected, ensure that SPI is enabled in raspi-config
  • I have tested only the hardware listed above, but this should work on all pi's

thelooks.jpg

About

Simple bitcoin ticker for the Pimorono Inky pHAT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages