Video Tutorial
Overview
This is a fun project with a Raspberry Pi and an e-ink display to track the current price of Bitcoin and other cryptocurrencies. Here is an image of what the final product looks like:
Required Hardware for CryptoPi
Price | Item | Total Price |
---|---|---|
$14.00 | Raspberry Pi Zero WH (Zero W with Headers) | |
$19.95 | 2.13” E-Ink Bonnet for Raspberry Pi | |
$14.99 | 32GB Micro SD Card Pack | |
$48.94 + tax & shipping |
Setup CryptoPi Display with Raspberry Pi
In order to run the software required to display the price of Bitcoin you will first need to make sure you have Git installed on your Raspberry Pi.
In order to install Git on the Raspberry Pi, simply run the following in the terminal:
$ sudo apt-get install git
Next we are going to clone my repository named cryptopi from Github:
$ git clone https://github.com/ryanwa18/cryptopi.git
Next we are going to change directory into the newly cloned repository:
$ cd cryptopi
Lastly we are going to start the program to display the price of Bitcoin and Ethereum:
$ python display_price.py
Thanks for Reading
Thank you for reading my full build guide for CryptoPi. If you liked it please consider subscribing to my YouTube channel for more content like this!