Repository that pulls in real time data feeds from the Metropolitan Transportation Authority based in New York City. The goal of this repo serves as a 'Hello World' into the realm of electronics to which I shall replicate a real-time countdown clock normally found in MTA subway stations. This shall be accomplished by mapping the std_out stream of this application along with relevant static content (i.e. portable pixel format image and train text) to display on LED matrix controlled by a Raspberry Pi.
This application assumes pip3 and python3 (at least version 3.7) are installed on your machine
General wiring instructions can be found here. For GPIO to HUB75 interface connection, assure you fetch the corresponding GPIO pin layout for your particular Raspberry Pi model. View the schematics listing here to search accordingly.
Development shall recommence after hardware troubleshooting is completed