Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| members:sparky:plans [2026/01/23 02:54] – Sparky | members:sparky:plans [2026/03/11 22:16] (current) – Sparky | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| - [X] Set up static IP for the display device UI | - [X] Set up static IP for the display device UI | ||
| - Current: `10.20.110.197` | - Current: `10.20.110.197` | ||
| + | |||
| + | ## WhereTrain (ESP32 Transit Tracker) | ||
| + | |||
| + | ### TODO | ||
| + | - [ ] Integrate with the Raspberry Pi transit-tracker API (`transit-tracker.int.dma.space`) instead of calling OneBusAway directly | ||
| + | - Currently the ESP32 polls OneBusAway API directly from `main.c` | ||
| + | - Goal: Point it at the existing transit-tracker API so all transit data flows through one source | ||
| + | - Reduces redundant API calls and centralizes API key management on the Pi | ||
| --- | --- | ||
| + | |||