pjpmarques / T-Dongle-S3-StockMarket

Stock Market Display using LilyGO T-Dongle-S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Market Display using the LilyGO T-Dongle-S3

What is this?

This program displays stock market information on a LilyGO T-Dongle-S3. Market information corresponds to three tickers:

  • S&P500 (SPX)
  • NASDAQ100 (NDX)
  • T-Bill 10 year (T10)

The display cycles between the current market value:

Current Stock Value

And the percentage of change from the previous day.

Percentage Change

The information is read from Yahoo Finance. Thus, the ESP32 needs to have access to the internet. The board automatically creates a wireless access point called "T-Dongle-S3". For configuring access to the internet you need to fist connect to this AP and then go to http://192.168.4.1. There you can save the wireless credentials to future accesses. You only need to do this once.

Debug information is always provided on the serial port.

How to compile and run

Requirements:

If you have all these installed, simply open the project in PlatformIO, hit the "build" and "upload" buttons. See the notes above about configuring the wireless credentials. You can also refer to ESP_WifiManager.

About

Stock Market Display using LilyGO T-Dongle-S3

License:Apache License 2.0


Languages

Language:C++ 94.9%Language:C 5.1%