Releases: ukBaz/python-bluezero
BLE UART Example
0.0.8 Release 0.0.8 (#199)
Bug fixes
Observer capability
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
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
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
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
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
This is the version on https://pypi.python.org/pypi/bluezero where we have the examples/light_switch.py working