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

0807b85 · May 18, 2023

History

17 Commits
Nov 17, 2016
May 18, 2023
May 18, 2023
Nov 17, 2016

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