Added Readme info and added Repo URL to Printer

This commit is contained in:
Lucas Pleß 2025-08-11 19:23:58 +02:00
parent 85b07e3248
commit 1cc70b1f8f
2 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Blitzer
This is the firmware for the speed camera of the Chaostreff Dortmund (www.ctdo.de).
We use an old Traffic Speed Camera obtained on www.vebeg.de from Police of Trier in Rhineland-Palatinate.
Most of the old electronic has been replaced by a raspberry pi with a 24GHz Radar sensor.
https://www.alibaba.com/product-detail/High-Sensitive-24GHz-Speed-Capture-Radar_1601215047787.html
## Radar Pinout
| Radar | Ethernet | RS485 |
@ -7,4 +15,5 @@
| +12V | Orange | |
| GND | Blau | |
| RS485 A Braun | Grün | T/R+ |
| RS485 B Schwarz | Blau | T/R- |
| RS485 B Schwarz | Blau | T/R- |

View file

@ -70,6 +70,10 @@ func PrintTicket(ticket db.SpeedingTicket) {
printer.WriteWEU("find your ticket including proof online.")
printer.LineFeed()
printer.LineFeed()
printer.WriteWEU("A project of Chaostreff Dortmund e.V.")
printer.LineFeed()
printer.WriteWEU("https://git.ctdo.de/henne/blitzer-v2")
printer.LineFeed()
printer.LineFeed()
printer.PrintAndCut()
}