Skip to main content

Skywriter

This repository contains libraries and examples for the Pimoroni Skywriter boards.

Compatible with:

Installing Software

One-line Installer

We've created a super-easy installation script that will install all pre-requisites and get your HAT up and running in a jiffy. To run it fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop like so:

Finding the terminal

In the new terminal window type the following and follow the instructions:

curl -sS get.pimoroni.com/skywriter | bash

From PyPi (Stable)

Install smbus:

sudo apt install python3-smbus

Enable i2c:

sudo raspi-config nonint do_i2c 0

Install the library:

python3 -m pip install skywriter

From Source (Unstable/Latest)

Install smbus:

sudo apt install python3-smbus

Enable i2c:

sudo raspi-config nonint do_i2c 0

Install the library:

git clone https://github.com/pimoroni/skywriter-hat
cd skywriter-hat/python/library
python3 setup.py install

Documentation & Support

Skywriter to Pi Connection

You can use a full-sized Skywriter board with your Raspberry Pi and our library by mimicking the connections that the HAT users. They are as follows:

Skywriter Raspberry Pi
GND GND
TRFR GPIO 27
RESET GPIO 17
SCL GPIO 3 / SCL
SDA GPIO 2 / SDA
VCC 3V

0.0.8

  • Fix for deprecated Thread.IsAlive()
  • Linting & tidyup

0.0.7

  • Removed dependency upon smbus
  • Tweak to Pi version detection

0.0.6

  • Added sleep in _do_poll
  • Fixed weird reset logic
  • Raising exception on bad firmware

0.0.5

  • Tweak to allow the odd IOError

0.0.4

  • Added repeat_rate to touch decorator

0.0.3

  • Tidying up

0.0.2

  • Many changes and fixes

0.0.1

  • Initial release

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skywriter-0.0.8.tar.gz (8.1 kB view details)

Uploaded Source

File details

Details for the file skywriter-0.0.8.tar.gz.

File metadata

  • Download URL: skywriter-0.0.8.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for skywriter-0.0.8.tar.gz
Algorithm Hash digest
SHA256 57a4d0956d0a3027c117e12907c14328486eeb98b86e85ced30330a93064d4a9
MD5 1e5e73bf9358a68552a281869b02722c
BLAKE2b-256 053164a5b15b7c97a4ffd4343b1e616678ec41808995bc44f6be25a5c2d2421e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.8 This release

1 file

0.0.7

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page