Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldab/esp32-ticker
ESP32 eink Alpha vantage + RapidAPI finance stock ticker
https://github.com/ldab/esp32-ticker
esp32 finance iot stock-market ticker
Last synced: 6 days ago
JSON representation
ESP32 eink Alpha vantage + RapidAPI finance stock ticker
- Host: GitHub
- URL: https://github.com/ldab/esp32-ticker
- Owner: ldab
- License: wtfpl
- Created: 2024-01-07T09:07:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-13T10:27:24.000Z (10 months ago)
- Last Synced: 2024-01-13T21:33:48.770Z (10 months ago)
- Topics: esp32, finance, iot, stock-market, ticker
- Language: C++
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp32-ticker
ESP32 eink [Alpha vantage + RapidAPI](https://rapidapi.com/alphavantage/api/alpha-vantage) finance stock ticker
[![GitHub version](https://img.shields.io/github/v/release/ldab/esp32-ticker?include_prereleases)](https://github.com/ldab/esp32-ticker/releases/latest)
![Build Status](https://github.com/ldab/esp32-ticker/actions/workflows/workflow.yml/badge.svg)
[![License: WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-2.png)](https://github.com/ldab/esp32-ticker/blob/master/LICENSE)[![GitHub last commit](https://img.shields.io/github/last-commit/ldab/esp32-ticker.svg?style=social)](https://github.com/ldab/esp32-ticker)
## Todo
- [ ] HTTP update from GitHub
- [ ] Configuration webserver
- [ ] Webflasher for no code users## Hardware Needed
- LILYGO® T5 2.13inch E-Paper Development Board
- https://www.aliexpress.com/item/32869729970.html
- https://www.mouser.dk/ProductDetail/DFRobot/DFR0676?qs=DPoM0jnrROUcIpTovbyZuA%3D%3D
- Battery (optional)## Note
- API limit is [500 requests](https://rapidapi.com/alphavantage/api/alpha-vantage) per day
- Sleep current is 600uA
## Quick Guide
1. Create an account at https://rapidapi.com
2. Subscribe to https://rapidapi.com/alphavantage/api/alpha-vantage
3. Copy your `RapidAPI` token to [platformio.ini#L23](https://github.com/ldab/esp32-ticker/blob/main/platformio.ini#L23)
4. Add WiFi `SSID` and `Password` to [platformio.ini#L24](https://github.com/ldab/esp32-ticker/blob/main/platformio.ini#L24)
5. Change the stock symbols and bought price on [data/symbols.txt](https://github.com/ldab/esp32-ticker/blob/main/data/symbols.txt)
6. PlatformIO -> Upload
7. PlatformIO -> Upload Filesystem Image## Outro
- outro