Skip to main content

Control SP110E BLE RGB LED device from computer

Project description

SP110E Python Library

Control SP110E BLE RGB LED device from computer

Install

pip install SP110E

Tools

  • Controller: High-level SP110E asynchronous controller. Use it only in asynchronous environment (with asyncio)
  • ControllerSync: Synchronous adapter for high-level SP110E asynchronous controller. Handy tool to use from Python shell or synchronous (normal) environment
  • Driver: Low-level SP110E asynchronous BLE driver based on bleak library. Use it only if you're sure why.

Examples

from SP110E.ControllerSync import ControllerSync

device = ControllerSync()
device.connect('AF:00:10:01:C8:AF')
device.switch_on()
device.set_color([255, 0, 0])
device.set_brightness(255)
device.disconnect()

Development

Create new release

semantic-release publish

Publish to PyPi

poetry publish --build

Useful links

Project details


Download files

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

Source Distribution

sp110e-0.6.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

sp110e-0.6.0-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page