Skip to content

Install on Raspberry Pi

Jasper van Loenen edited this page Apr 29, 2026 · 13 revisions

Select the Raspberry Pi model you are using:

imager_step_01

For the operating system (OS) scroll down to Use Custom and in the popup that opens select the little-printer-zigbee-bridge.img.gz image you downloaded.

imager_step_02

Select the SD card you want to write the image to. Double-check you are selecting the right one!

imager_step_03

Check the settings and click WRITE to start writing the image to the SD card. The writing itself can take a while.

imager_step_04

When it's done, two new partitions should appear in your file explorer (you might have to remove and re-insert the SD card into the card reader).

Enter the one called bootfs'. Create a file called wifi.txt, paste the below code into it and update the SSIDandPASSWORDvalues to match you network. Optionally uncomment theCOUNTRYline by removing the#` character, and update it to match your country.

imager_step_06
# Enter your WiFi credentials below, then save the file.
# This file will be deleted automatically on first boot for security.

SSID=YourNetworkName
PASSWORD=YourPassword

# Optional: set your country code (default: GB)
# COUNTRY=GB

Thats it! Safely eject your SD card, insert it into your Raspberry Pi. Connect your Zigbee dongle and power the Pi.

Booting might take a while, but if you check you're printer status in the app or on the website it should change to online and you can send your receipts!

Clone this wiki locally