Skip to content
/ able Public
forked from b3b/able

Python for Android Bluetooth Low Energy package

License

Notifications You must be signed in to change notification settings

paunet/able

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python for Android Bluetooth Low Energy package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.8%
  • Java 23.6%
  • Go 6.6%