Skip to content

A Python library to control the Hatch Rest sound machine, using bluepy.

License

Notifications You must be signed in to change notification settings

southqaw/hatchrestbluepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hatch Rest Python Library

This library allows an original Hatch Rest to be controlled via BLE. This library uses the bluepy library as a backend, and therefore only runs on Linux. This library is primarily intended to be run on Raspberry Pi devices.

Installation

pip install hatchrestbluepy

If you intend to use this library without elevated privileges, you will need to find bluepy-helper and run the following command to enable BLE access.

sudo setcap 'cap_net_raw,cap_net_admin+eip' bluepy-helper

Example

Credits

This library is heavily based on the pyhatchbabyrest library, written by @kjoconnor.

About

A Python library to control the Hatch Rest sound machine, using bluepy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages