Skip to content

A script for using a Raspberry Pi in combination with an "Adafruit LCD + Keypad Kit" as a departure board.

License

Notifications You must be signed in to change notification settings

PKlempe/WienerLinienMonitor-for-RaspberryPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Wiener Linien Monitor" for Raspberry Pi

A Python 3 script for using your Raspberry Pi as a departure board for stations of your choice inside Vienna.

Requirements

  • Request an API key here.
  • Get RBL numbers here. (Special thanks to @mabe-at)

Software

  • Python 3 (pre installed)
  • Adafruit CircuitPython               sudo pip3 install adafruit-circuitpython-charlcd

Hardware

  • Raspberry Pi                           - Buy one here.
  • Adafruit LCD Keypad Kit         - Buy one here.

Usage

usage:
  python3 wl_monitor.py [-h] [-t time] -k apikey rbl[:rbl] [rbl[:rbl]...]
  ./wl_monitor.py [-h] [-t time] -k apikey rbl[:rbl] [rbl[:rbl]...]

arguments:
  -k, --key=    API key
  rbl           RBL number

optional arguments:
  -h, --help	  Show this help
  -t, --time=	  refresh time in seconds (Default: 10)

example:  wl_monitor.py -t 5 -k xxxxxxxx 232:222 18:46 525

Documentation

Photos

IMG_20190718_131042 IMG_20190718_131552
IMG_20190718_132222 IMG_20190718_131822

Data Source: City of Vienna (Stadt Wien) - https://data.wien.gv.at

About

A script for using a Raspberry Pi in combination with an "Adafruit LCD + Keypad Kit" as a departure board.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages