Skip to main content

A python package to connect to the Bluetooth LE GATT services of paired bbc micro:bit devices

Project description

Kasper's microbit

Nederlands
A python package to make a connection to a bbc microbit by means of the Bluetooth LE GATT services exposed by the microbit

Example:

import time

from kaspersmicrobit import KaspersMicrobit

CHANGE_THIS_TO_YOUR_MICROBIT_BLUETOOTH_ADDRESS = 'E3:7E:99:0D:C1:BA'


def pressed(button):
    print(f"button {button} pressed")


with KaspersMicrobit(CHANGE_THIS_TO_YOUR_MICROBIT_BLUETOOTH_ADDRESS) as microbit:
    microbit.buttons.on_button_a(press=pressed)
    time.sleep(10)

More examples can be found in the examples directory.

Problem solving

Problems related to connecting to the microbit over bluetooth are often solved by pairing your computer again to your microbit

See Also: https://support.microbit.org/helpdesk/attachments/19075694226

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

kaspersmicrobit-0.0.6.tar.gz (21.8 kB view hashes)

Uploaded Source

Built Distribution

kaspersmicrobit-0.0.6-py3-none-any.whl (28.7 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