Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 896 Bytes

README.rst

File metadata and controls

30 lines (17 loc) · 896 Bytes

Android Bluetooth Low Energy

Latest version on PyPi

Python interface to Android Bluetooth Low Energy API.

Generated documentation: http://able.readthedocs.org

Build

The following instructions are for building app with buildozer tool.

able_recipe recipe should be added to buildozer.spec requirements:

requirements = python3,kivy,android,able_recipe

Bluetooth permissions should be requested in buildozer.spec:

android.permissions = BLUETOOTH, BLUETOOTH_ADMIN, ACCESS_FINE_LOCATION

App configuration example: buildozer.spec