Skip to content

klinstifen/guerillaClock

Repository files navigation

guerillaClock

guerillaClock, a low cost countdown clock, provides bus arrival time by way of 16x32 RBG matrix backed by a Raspberry Pi Zero W.

It is a $100 solution to a $25,000 problem.

Description

The project utilizes a custom designed 3D printed enclosure to house a 16x32 RGB matrix and costs approximately $100. (The price could be reduced if a smaller lipo was used, or omitted entirely.)

The Raspberry Pi Zero W connects to a local wifi network and pulls bus arrival time and route details from the NYC MTA Bus Time API. The 16x32 matrix displays the "next" bus' arrival time, for a selected bus stop.

The display is controlled with hzeller's great rpi-rgb-led-matrix repo project. The wiring.md was especially helpful in creating a Pi HAT, utilizing the Adafruit Perma Proto Bonnet.

More information can be found on hackaday.io.

Files

  • README.md: This file.
  • guerillaClock.py: Scrape the NYC MTA Bus Time API and gather information about a designated bus stop.
  • guerillaClockDisplay.py: Display and scroll arrival time information on a 16x32 RGB matrix.
  • guerillaClockHAT_pinout.md: Table explaining the pinout between the Raspberry Pi Zero W, Adafruit Bonnet, and 16x32 matrix.

Parts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages