Skip to content

mike-rankin/TTGO_Stocks_Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published