mike-rankin / TTGO_Stocks_Monitor

Simple way to monitor stocks using the TTGO board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TTGO_Stocks_Monitor

Simple way to monitor stocks using the TTGO board TTGO_stocks

PlatformIO Build

Please install first PlatformIO open source ecosystem for IoT development compatible with Arduino IDE and its command line tools (Windows, MacOs and Linux).

Configure

Set your Wifi crendentials and API key in the configuration file: platformio.ini or export your configuration via environment variables like this:

export PIO_WIFI_SSID="your-wifi-ssid"
export PIO_WIFI_PASSWORD="your-wifi-password"
export FINHUB_API_KEY="your-api-key"

Firmware upload

For compiling and uploading the firmware via USB cable, you only need execute the next command in the root directory:

pio run --target upload

About

Simple way to monitor stocks using the TTGO board


Languages

Language:C 77.8%Language:C++ 22.2%