Skip to content

ESP8266 NodeMCU powered Crypto Ticker that uses an ST7735 TFT screen to display stats and candle charts, unlike other implementations, all setup and configuration is done locally via the IR remote. Also has functionality that allows the user to add, and view in different representations, their portfolio. Uses CoinGecko API.

License

lr-m/ESPIR-Crypto-Ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 Cryptocurrency Ticker & Portfolio Tracker, with 1.77" ST7735 display, and IR functionality.

GitHub stars GitHub license GitHub last commit GitHub commit activity

ESPIR

ESPIR is an ESP8266 powered Crypto Ticker and Portfolio Tracker that uses an ST7735 TFT screen to display statistics and a candle chart for various cryptocurrencies, as well as a configured portfolio. It utilises an IR remote for configuration and user input. This device is powered by the CoinGecko API.

banner

Note: If you would like to suggest features or modifications to be made, open an issue beginning with 'Feature Request'.

Libraries/Requirements

  • Arduino Boards Manager - ESP8266 Boards : Version 2.7.4
  • ArduinoJSON : Version 6.19.4
  • Adafruit ST7735 & ST7789 Library : Version 1.9.3
  • IRremote : Version 3.3.0
  • Adafruit GFX Library : Version 1.11.3

Components

  • NodeMCU ESP8266 WiFi Microcontroller v2 CP2102
  • IR Reciever / Remote
  • ST7735 1.77" TFT display

Configuration

Installation

  • Install Arduino, and install all dependencies listed in Libraries/Requirements
  • Put the ESPIR_Library directory in your Arduino libraries directory
  • Select board to be NodeMCU 1.0 in Arduino Boards
  • Upload the sketch

Notes

  • If the display is not properly aligned (edges of pixels with random colour) or the colours are inverted, look at the Display Fix section.
  • If you have used a previous version of this software then you may have issues with the EEPROM storage, to resolve any issues, press '#' during the initial boot screen (with the logo) to completely clear the EEPROM, you will need to re-enter your WiFi credentials

Display Fix

There are 2 types of ST7735 screens, black tab and green tab. If the display is working, but is misaligned and/or the colours are inverted, you will need to swap which type of screen the sketch is configured with, this involves modification of 2 files:

  • In the Arduino library, ESPIR_Library, the Colours.h file needs to be changed from 5:6:5 RGB to 5:6:5 BGR
  • In the Arduino sketch itself, change the display initialisation to GREEN_TAB, this will configure the device with the green tab settings

I added functionality to ESPIR_Assist which does all of this for you, you just need to point to the directories which store the library and sketch files, and select the colour mode to the opposite that it is currently configured with.

ESPIR Assist

This is some software written using tkinter/Python, it makes the process of adding new coins with bitmaps, and changing display settings, much easier.

example

About

ESP8266 NodeMCU powered Crypto Ticker that uses an ST7735 TFT screen to display stats and candle charts, unlike other implementations, all setup and configuration is done locally via the IR remote. Also has functionality that allows the user to add, and view in different representations, their portfolio. Uses CoinGecko API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published