Skip to content

Releases: ukBaz/python-bluezero

BLE UART Example

09 Feb 20:42
9dda2f3
Compare
Choose a tag to compare
0.0.8

Release 0.0.8 (#199)

Bug fixes

22 Dec 08:58
Compare
Choose a tag to compare
  • Notify on micro:bit button b fixed
  • on_disconnect event handler
  • fix to work with latest aioblescan

Observer capability

24 Dec 15:01
44a389e
Compare
Choose a tag to compare

Have used the library aioblescan to workaround issue #11 .
Only scan for the Eddystone beacons is really supported at this time. Others can be added based on feedback.

Improved micro:bit support

08 Sep 06:05
Compare
Choose a tag to compare
Microbit properties (#155)

* Improve microbit

Use properties (getters/setters) rather than functions
Hide variables (_xxx)
Add support for MI:power add-on
Fix up bit:bot to use new microbit api

* fix pep8 issues

Central support

26 Aug 14:38
Compare
Choose a tag to compare

This release is to match with Debian Stretch releases which have BlueZ 5.43 and supports GATT in the central role

Bluezero 0.0.3

01 Dec 21:09
Compare
Choose a tag to compare

This release is the next stage of experiments for this library.
This still does not meet the zero boilerplate goal although it does have some level 1 API's for the following hardware:

  • micro:bit
  • Blinkt

This has been posted on:
https://pypi.python.org/pypi/bluezero/0.0.3

Bluezero 0.0.2

07 Oct 20:08
Compare
Choose a tag to compare
Bluezero 0.0.2 Pre-release
Pre-release

This release is the next stage of experiments for this library. This still does not meet the zero boilerplate goal.
This has been posted on:
https://pypi.python.org/pypi/bluezero/0.0.2

All feedback welcome!

Light switch peripheral

26 May 19:24
Compare
Choose a tag to compare

This is the version on https://pypi.python.org/pypi/bluezero where we have the examples/light_switch.py working