egzumer / IOTA-price-ticker-V2-TTGO-T-Display

Simple IOTA 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

Cover


Cover



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

Simple IOTA price ticker by using ESP32 based TTGO-T-Display and CoinMarketcap API for the Arduino IDE platform
IOTA ticker V2 on Youtube: https://youtu.be/vdw2eKsP-xM


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

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 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


If you like my work, you can give me a tip for a beer :)

IOTA Donate address: TGSIBCRENEIPDSHKTAOSW9GXWCAFKPYSFYARVIEZDGQNNODEDP9VEVWLWEDGTAMFSBINPHBWFQQLTGK9CGJD9PGYFD

Cover

About

Simple IOTA 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 96.3%Language:Objective-C 2.5%Language:C++ 1.2%