mnett0 / CryptoMoneyTicker_LITE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoMoneyTicker_LITE v1.0

GIF_demo

Description

CryptoMoneyTicker Lite is as its name suggests a lite version of the CryptoMoneyTicker project.

It allows you to follow, on a small screen, 5 of your favorite cryptomoney that scroll every minute, by showing the "symbol" of the cryptomoney, its current exchange rate in dollars.

Data are collected via the API of the site coinpaprika.

The arrow to the right indicates whether the previous price of the cryptomoney is falling or rising.

[Experimental] Left button allows to switch to the previous cryptomoney, the one in the middle to block it, the one on the right to switch to the next.

Materials

  • ESP8266
  • OLED SSH1106 1.3"
  • 3 Push buttons (optional)

schema

Library required

To begin

  • To connect the device to the wifi watch HERE

  • Enter the 5 crypto-currency of your choice:

Go to listings then CTRL+F to launch the search tool, then type the name of the desired currency, take its {id}. And finally follow the instructions from line 67

listings_picture

  • Choose the screen change interval (do not exceed 30 changes/minute)

    114  interval = yourInterval; // in milliseconds
    

License

MIT

About

License:MIT License


Languages

Language:C++ 80.5%Language:C 19.5%