Micro QR Code

Overview

Micro QR (Quick Response) code is a variant of QR Code that has been introduced to save printing space by further reducing the size of QR Code labels.

Usage Scenarios

Micro QR Codes are intended for use in cases when 35 digits would be sufficient to encode the input message and there is a strong need to reduce space occupied by QR Code labels. One of the applications is to mark printed circuit boards and various electrical components.

Characteristics

Encoding Character Set

Micro QR Code allows encoding the same data types as QR Codes: numeric and alphabetic characters, Unicode symbols, Kanji, and special characters.
Micro QR Code supports the following standard encoding modes:

  • Numerical: all numerical digits (0-9)
  • Alphanumeric: all numeric digits (0-9), uppercase English letters (A-Z), and special symbols
  • 8-bit byte/binary: information gets encoded at 8 bits per symbol
  • Kanji: Kanji characters according to the Japanese Industrial Standard (JIS)

Barcode Structure

Micro QR Codes have a structure similar to that of basic QR Code labels. It includes square modules, timing patterns, input information, error correction data, and quiet zones. However, it has only one orientation (finder) pattern and does not contain the alignment pattern to reduce the label size so that it can be printed taking tiny space. The least possible number of modules is 11 x 11. Micro QR Code encodes input information as binary data in modules (square dots) in the same way as defined in the basic QR Code specification.

Read more

The key elements of Micro QR Codes are:

  • One finder (position detection) pattern - a square bull’s eye sign in a corner of a label that allows for accurate and fast scanning at any orientation angle
  • Timing patterns that consist of one row and one column of black and white modules used to denote symbol version and density
  • Quiet zone: a margin space that is required for successful scanning

Size Dimensions

Micro QR Code versions range from M1 to M4. Each version has its own module configuration. The size can range from 11x11 modules or 2.75 mm x 2.75 mm excluding margins to 17x17 modules.

Encoding Capacity and Data Density

Micro QR Codes can encode up to 35 numerical digits or 21 alphabetical characters or 15 bytes.

Error Correction

QR Code provides the error correction capability to restore data if the image has become dirty or damaged. It supports Reed-Solomon error correction and enables four error correction levels with a recovery capacity from 7% to 30%. In the Micro QR Code specification, error correction level H is not available. For Version M1, the Reed-Solomon capacity is limited to error detection only.

This barcode type supports three error correction levels, as listed below.

Error Correction Level

Recovery Capacity

Level L 7%
Level M 15%
Level Q 25%

Advantages and Limitations

The key advantages of Micro QR codes are summarized below:

  • compactness
  • high decoding speed
  • readability from any angle
  • reading capability under severe 3D distortions
  • encoding byte streams of data
  • high data encoding density
  • customizable error correction

Micro QR Code provides improved density and encode data more efficiently compared with QR Code. However, Micro QR Codes are sensitive to substantial damage to the target pattern as it can hinder barcode detection in the scanned image. This type provides very limited capacity so it can be applied only to special cases that do not require encoding large input messages.

How to Generate and Read Micro QR Codes

Generation Code Samples

Recognition Code Samples