wipash / nz-covid-scanner

Utility to scan NZ Covid Pass QR codes using a handheld scanner (like a Honeywell HH400) connected to a Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NZ Covid Scanner

Intended to be used with a serial QR code scanner connected to a Raspberry Pi. Detailed output via console, and visual output via a MAX7219 LED matrix.

Install prereqs

# Enable SPI in raspi-config
sudo usermod -a -G spi,gpio,dialout your-username
sudo apt install build-essential gcc python3-dev python3-pip libfreetype6-dev libjpeg-dev libopenjp2-7 libtiff5 libffi-dev libssl-dev

poetry install

This project is based on the work of:

About

Utility to scan NZ Covid Pass QR codes using a handheld scanner (like a Honeywell HH400) connected to a Raspberry Pi

License:MIT License


Languages

Language:Python 100.0%