Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.57 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.57 KB

Resin.io + Pimoroni Skywriter Hat

This is a project to get you started with the Pimoroni Skywriter Hat and its awesome [python library][py-skywriter-hat] on resinOS and resin.io.

Usage

For resin.io Managed Devices

  1. Provision a device in your application following this Getting Started Guide.
  2. Clone this repository locally and add the resin git remote to the repo.
  3. Run git push resin master and wait for the code to be deployed. The code will build and run, you should be able to move your finger above the hat and see the co-ordinates, gestures, etc.

For Unmanaged ResinOS devices

  1. Follow the ResinOS Getting Started Guide and get your device set up. Make sure you are familiar with rdt and can push a basic container.
  2. Once your resinOS device is showing on the local network, ssh into it doing rdt ssh --host. On the host load up the i2c and uinput kernel modules by running: modprobe i2c-dev && modprobe uinput
  3. Clone this repository locally and run rdt push resin.local -s . from the root of the repository folder. The code will build and run, you should be able to move your finger above the hat and see the co-ordinates, gestures, etc.