Python interface to Android Bluetooth Low Energy API.
Generated documentation: http://able.readthedocs.org
The following instructions are for building app with buildozer tool (buildozer android_new).
Download the able recipes directory: https://github.com/b3b/able/tree/master/recipes .
Path to recipes directory should be set in buildozer.spec:
p4a.local_recipes = /path/to/downloaded/recipes
able recipe should be added to buildozer.spec requirements:
requirements = hostpython2,kivy,android,able
Bluetooth permissions should be requested in buildozer.spec:
android.permissions = BLUETOOTH, BLUETOOTH_ADMIN, ACCESS_COARSE_LOCATION
App configuration example: buildozer.spec