an eink camera running on an rpi zero 2 w
Python 100.0%
17 1 3

Clone this repository

https://tangled.org/dunkirk.sh/inky
git@knot.dunkirk.sh:dunkirk.sh/inky

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Inky#

blueprint

More deets coming soon 👀#

An open-source, eink-based, rpi zero 2 w powered camera.

Setup#

Put raspberry pi os lite 64-bit onto an SD card using the Raspberry Pi Imager and in the configureation step make sure to 1) add your SSH key and 2) set the user:password to inky:inkycamera. Oh and also make sure to add your wifi creds so we can update and install packages.

Next you need to configure network over usb so we can ssh in easily and be able to access the photo webserver.

Before sticking the card into the rpi, navigate to the boot partition and edit:

config.txt - add to bottom:

dtoverlay=dwc2

and cmdline.txt - apphend to the only line:

modules-load=dwc2,g_ether

Create empty ssh file in boot partition to enable SSH or just click the button in the RPI Imager gui.

now ssh in:

ssh ink@inkpress.local
# Default password: inkycamera

The firmware instructions are in src/README.md

Troubleshooting#

  • Ensure you are using the DATA port, not power-only
  • Some systems may need USB Ethernet gadget drivers

© 2025-present Kieran Klukas