This project is a work in progress.
We're trying to make a relatively inexpensive sign that can sit on the side of the road and report a motorists speed. These types of signs are generally only considered effective when actively placed, making it a great solution for the neighbors that speed by your home.
The project is based on a Raspberry Pi, OmniPreSense Radar chip, and an LED Matrix purchased from Adafruit.
Big thanks to the rpi-rgb-led-matrix
lib
for the heavy lifting. We're using their Python Bindings. The project is
licensed under GNU Public License v2
Another big thanks to pyserial
for making
the radar data easy to retrieve in Python. This project is licensed uner the
3-clause BSD