QR Codes
Chester Wyke November 01, 2024 Updated: February 17, 2026 #MiscMy personal website (This site)
https://www.linkedin.com/in/cwyke
GitHub
Using included apps on your phone to create QR Codes
This was tested on a Samsung Android phone. Not sure how well this generalizes.
- Go to the phone app
- Go to the contacts tab
- Find the contact you want to create the QR Code for (add them and come back if you don’t have them saved, eg. create a contact for yourself for the info you want to share)
- Tap on the contact to bring up the options

- Select the “i” option to open the contact details
- Use the three dots labelled
Moreto open the context menu - Select
QR code - Use the
Sharebutton to do with it what seems good to you
Decoding QR codes
I was fortunate to notice a very cool rust crate in This Week In Rust. It’s called zedbar and is:
- a webpage running wasm that you can drag and drop images onto
- a library that can be included in your rust or Node.js project (via WASM)
- a CLI that you can install using
cargo
cargo install zedbar
See sample output from the CLI below on the QR code for my website
$ zedbarimg qr_code_personal_site.png
QrCode:https://chester.wykies.com/
scanned 1 barcode symbols from 1 image(s)


