Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 641 Bytes

File metadata and controls

35 lines (23 loc) · 641 Bytes

Python Firmware

Simple Python implementation of the StatusPanel device protocol.

Right now, only the Raspberry Pi and Pimoroni Inky displays are supported, but support for other devices and hardware can be added in the future.

Installation

Raspberry Pi

  1. Install package dependencies:

    sudo apt-get install \
        python3-pip \
        python3-qrcode
  2. Install Python dependencies:

     pip3 install --user pysodium
  3. Install the Pimoroni Inky library:

    curl https://get.pimoroni.com/inky | bash
  4. Run StatusPanel:

    python3 src/device.py