QR Codes
Jump to navigation
Jump to search
Noisebridge | About | Visit | 272 | Manual | Contact | Guilds | Resources | Events | Projects | 5MoF | Meetings | Donate | (Edit) |
Guilds | Meta | Code | Electronics | Fabrication | Games | Sewing | Music | AI | Neuro | Philosophy | Funding | Art | Security | Ham | Brew | (Edit) |
MetaGuild | Recruiting Guilds | Volunteer | Documentation | Outreach | Working Groups | CommunityWorkingGroup | Badges | Edit |
Documentation | Wiki | Signage | Labels | QR Codes | Note-taking | NoiseFacts | NoiseManual | Edit |
QR Codes are two-dimensional barcode graphics that can encode arbitrary binary data and we use QR code stickers to label things at Noisebridge! |
Stick one on a physical object encoding a link to a page that can be configured to 301 to arbitrary URLs (e.g. https://www.noisebridge.net/qr/07A72C23A7), and you get a system for hardlinking physical objects into cyberspace.
Documentation[edit]
- The Wikipedia page on QR Codes is a decent overview.
- The ISO standard (208.00 CHF, ~$180 USD) developed by the original manufacturer, Denso Wave.
- Overview on Denso Wave's site
Generators[edit]
- QR Code Generator from the Zxing Project
- Call the Google Chart API with 'cht=qr'.
Software[edit]
- Zxing Project appears to be a Google-blessed software library written in Java for processing one-dimensional and two-dimensional barcodes. It is written for use on mobile phones.
- Snappr.net has an image-attched-to-email-to-text type gateway setup. snappr [at] snappr.net More info on their page
Other 2D Encodings[edit]
- Xerox PARC Dataglyphs - Embedding binary data inside of image dithering. Neat trick.