Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

skywriter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skywriter

Skywriter HAT Driver

  • 0.0.8
  • PyPI
  • Socket score

Maintainers
1

Skywriter

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

Compatible with:

  • Skywriter - https://shop.pimoroni.com/products/skywriter?variant=1047423445
  • Skywriter HAT - https://shop.pimoroni.com/products/skywriter-hat?variant=1002848445

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:

SkywriterRaspberry Pi
GNDGND
TRFRGPIO 27
RESETGPIO 17
SCLGPIO 3 / SCL
SDAGPIO 2 / SDA
VCC3V

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc