dupontgu / a-la-qrte

Portable scanner/printer that turns QR code menus into physical copies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A LA QRTE

A portable device for turning QR code menus into physical copies!

WARNING

This code was written hastily, and I have no intention of maintaining it. Feel free to ask questions, but I reserve the right to say "IDK, Sorry!"

Software Components

  • Backend: The web app that takes a menu URL and converts it into a simple, common, printable format. Runs on a normal computer/server.
  • CircuitPython: The firmware that runs inside the device, on a Seeed Studio XIAO ESP-32 S3 microcontroller. This handles scanning QR Codes, passing the URL to the backend, and driving the thermal printer.

About

Portable scanner/printer that turns QR code menus into physical copies.

License:MIT License


Languages

Language:Python 100.0%