Skip to content

Display the current Bitcoin price on a Raspberry Pi Zero with Scroll pHAT

License

Notifications You must be signed in to change notification settings

robertclarkson/RaspberryPiBitcoinTicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rasberry Pi Bitcoin Ticker

Display the current Bitcoin price on a Raspberry Pi Zero with Micro dot pHAT

Requirements

  1. Raspberry Pi Zero W or Wifi dongle
  2. Micro dot pHAT

Installation instructions

  1. Install the Micro dot pHAT on the pi
curl -sS https://get.pimoroni.com/microdotphat | bash
  1. clone this repo into the pi home dir
cd ~
git clone https://github.com/robertclarkson/RaspberryPiBitcoinTicker.git

sudo pip install requests
cd RaspberryPiBitcoinTicker
chmod 777 bitcoin-ticker.py
./bitcoin-ticker.py
  1. setup crontab (root)
sudo crontab -e

@reboot sleep 60 && /home/pi/RaspberryPiBitcoinTicker/bitcoin-ticker.py >> /home/pi/RaspberryPiBitcoinTicker/bitcoin-scroll.log 2>&1

About

Display the current Bitcoin price on a Raspberry Pi Zero with Scroll pHAT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages