jbmorley / raspberry-pi-portable

Raspberry Pi based portable device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Portable

Raspberry Pi based portable device

Overview

There are many Raspberry Pi portables out there--I wanted to make one of my own using the Pimoroni 4" square capacitive touch screen display. I'm thinking of building a media remote that displays the artwork for the current album, or using it to revisit a virtual pet project I worked on many years ago (https://jbmorley.co.uk/posts/2006-08-18-nezumi/).

Hardware

Software

  1. Install the HyperPixel driver (https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-hyperpixel-4).

    curl https://get.pimoroni.com/hyperpixel4 | bash
  2. Clone the project and run the install script.

    git@github.com:jbmorley/raspberry-pi-portable.git
    cd reaspberry-pi-portable
    ./install.sh

    Amongst other things, this script installs Mosh, which you can use to reconnect to your Pi if you are so inclined. For example,

    mosh pi@raspberrypi.local
  3. Check the service is running.

    atx-monitor/atx-monitor log
  4. Reboot.

Notes

About

Raspberry Pi based portable device

License:MIT License


Languages

Language:Python 72.0%Language:Shell 28.0%