Bitcoin Ticker

by mpg28 in Circuits > Arduino

246 Views, 2 Favorites, 0 Comments

Bitcoin Ticker

Bitcoin Ticker2.jpg

Display the live price of Bitcoin

Supplies

  • WeMos D1 Mini ESP8266
  • I2C 16x2 LCD Display

Bitcoin Ticker.jpg

Finally found a way that works for me to display the live price of Bitcoin. I have tried many many other peoples ideas but this is the only one I could actually get to work!

In the code just change your SSID and password to your Wi-Fi network. Then it should go off and retrieve the price and display it for you. The link to download it is here:

Code:

https://github.com/MPG28/Bitcoin-Ticker.ino

Also just for interest the code reads voltage on pin A0 and prints it on the display.