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.
- Provision a device in your application following this Getting Started Guide.
- Clone this repository locally and add the
resin git remote
to the repo. - 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.
- 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. - 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
- 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.