Skip to content

Display Crypto Prices from Coinbase using a Dot Matrix Display

License

Notifications You must be signed in to change notification settings

LemaMichael/Ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ticker

Display Crypto Prices from Coinbase including BTC, ETH, LTC, BCH and ETC

Requirements

  • NodeMCU ESP8266
  • MAX7219 Dot Matrix Module

Demo

  • Bitcoin price

  • Ethereum Price

Update

Modify the following array with your coin balances to display your portfolio.

float coinBalance[] {
  0.0, // BTC
  0.0, // ETH
  0.0, // LTC
  0.0, // BCH
  0.0 // ETC
};

If you don't want to display your portfolio, download this ino file here

Get Started

  • Enter your SSID and password of the Wi-Fi network in the ino file