Cryptocurrency Price Ticker

by khouck18 in Circuits > Wireless

384 Views, 2 Favorites, 0 Comments

Cryptocurrency Price Ticker

49195.jpg

I created a cryptocurrency price tracker that can track and display your favorite coins on an RGB Matrix. The project uses the Coingecko API to get the latest prices and cycles through them.

Supplies

  • 1 - Matrix Portal M4: Link
  • 1 - RGB 64x32 Matrix: Link

Set Up the Hardware for the Matrix Portal

Screen Shot 2022-04-26 at 11.40.45 PM.png

Follow this guide here: Link

Secrets.py

Screen Shot 2022-04-26 at 11.42.54 PM.png

After setting up CircuitPython and connecting your Matrix Portal to your RGB Matrix Board, create a secrets.py file to handle WiFi in your root directory.

Downloads

Add the Following Code to Your Root Directory

Screen Shot 2022-04-26 at 11.46.19 PM.png

This code is where the API calls are being made in addition to where things are being rendered on the screen. A key distinction to make is that in order to change the coins being returned in the API call, you need to change line 9. If you want to see the use being returned, you can look in the console at "value" being printed out.

Downloads

BMP Files

DOT_logo.bmp
AVAX_logo.bmp
LUNA_logo.bmp
ETH_logo.bmp
BTC_Logo.bmp

Demo of Completed Project