Skip to main content

No project description provided

Project description

About

Microbitdongle allows you to communicate with a micro:bit over serial.

Installation / Usage

To install type pip install microbitdongle into a terminal.

Here is some example code::

from microbitdongle import Dongle

mb = Dongle(debug=True) # debug=False by default. Shows useful pairing information

while True:

data = mb.recv() print(data)

you can also send data to the micro:bit usin mb.send("display.scroll('hi')\r")

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

microbitdongle-0.3.11.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

microbitdongle-0.3.11-py2.py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 2 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