-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: BudapestMetroDisplay | ||
date-published: 2024-12-20 | ||
type: misc | ||
standard: global | ||
board: esp32 | ||
project-url: https://github.com/denes44/BudapestMetroDisplay/tree/main/esphome | ||
made-for-esphome: True | ||
difficulty: 1 | ||
--- | ||
|
||
LED Display for the Budapest Metro and Suburban railway network. | ||
|
||
The hardware of this project is a 210 mm x 300 mm sized bare PCB, | ||
designed to fit into a picture frame, especially the IKEA LOMVIKEN. | ||
|
||
The display shows a map of the subway and suburban railway network of | ||
Budapest. At every stop there is an RGB LED, which can show whether a vehicle | ||
is currently at that stop. | ||
|
||
## GPIO Pinout | ||
|
||
| Pin | Function | | ||
| ------ | ---------------- | | ||
| GPIO0 | Boot button | | ||
| GPIO7 | LEDs for display | | ||
| GPIO48 | Status Led | | ||
|
||
## Basic Configuration | ||
|
||
The [Latest configuration](https://github.com/denes44/BudapestMetroDisplay/tree/main/esphome) | ||
can be found on the project's GitHub repo. |