Dicesia-Social-Club / BTC-price-ticker-V2_1-TTGO-T-Display

Simple Bitcoin price ticker by using TTGO T-Display ESP32 and 1.14 Inch Display with CoinMarketcap API for Arduino IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BTC-price-ticker-V2_1-TTGO-T-Display


Simple Bitcoin price ticker by using TTGO T-Display ESP32 and 1.14 Inch Display with CoinMarketcap API

Cover

Cover

Update with new Coinmarketcap2 API key
Important: update the to new libraries Coinmarketcap2 and ArduinoJSON 6.x


Index of this project



Add ESP32 in Arduino IDE

Before we can start compiling, the Arduino IDE must have the TTGO-T-Display board, based on an ESP32 in the board selection available. The instruction on https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/ In board selector you can select "ESP32 Dev Module" for TTGO-T-Display.

For MAC users install the "CP210x USB to UART Bridge VCP Drivers" from Silicon Labs, the port to select is /dev/cu.SLAB_USBtoUART in Arduino IDE under tools-->Port
https://www.silabs.com/community/interface/knowledge-base.entry.html/2017/01/10/legacy_os_softwarea-bgvU

Libraries for Arduino IDE

Now we add libraries for Arduino IDE 1.8.7:
The new api requires a developer key, so you must apply for a key to use https://pro.coinmarketcap.com/account


Important: Please chose the ESP32 Board libraris the version 1.0.4, version 1.0.5 will not work for now!

Cover


The instruction for the "TFT_eSPI" and TTGO-T-Display can be found here https://github.com/Xinyuan-LilyGO/TTGO-T-Display
If you are have problem with the "wifi.h" delete the arduino/libraries/wiFi directory, you can use the esp32 WiFi.h

Case and parts information

You find two files in case directory, .dxf and .stp With the files you can cut stainless steel sheet. I use a laser cuter for this.

Cover


Cover

About

Simple Bitcoin price ticker by using TTGO T-Display ESP32 and 1.14 Inch Display with CoinMarketcap API for Arduino IDE

License:GNU General Public License v3.0


Languages

Language:C 98.0%Language:C++ 2.0%