Skip to content

Illustrate Bitcoin price changes on a 26x2 LCD using an ESP8266

Notifications You must be signed in to change notification settings

BetterWayElectronics/esp8266-bitcoin-stats-ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ESP8266 Bitcoin Stats (Ticker)

Using an ESP8266 to illustrate the current price of Bitcoin (among other things as you so desire) on a 26x2 LCD panel!

WiFi Settings

  • const char *ssid = "YOUR SSID";
  • const char *password = "YOUR PASSWORD";

API Used

http://api.coindesk.com/v1/bpi/currentprice/AUD.json

Important Variables

  • price_usd
  • price_aud
  • value

Example

img

Releases

No releases published

Packages

No packages published

Languages