Introduction: Bitcoin Ticker

About: Making and learning

Display the live price of Bitcoin

Supplies

  • WeMos D1 Mini ESP8266
  • I2C 16x2 LCD Display

Step 1:

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.