Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 941 Bytes

README.rst

File metadata and controls

31 lines (15 loc) · 941 Bytes

Android Bluetooth Low Energy

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 (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