/Ticker

Display Crypto Prices from Coinbase using a Dot Matrix Display

Primary LanguageC++MIT LicenseMIT

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