b3b / able

Python for Android Bluetooth Low Energy package
MIT License
38 stars 18 forks source link

Android Phone as a Peripheral #24

Open begadelmelligy opened 3 years ago

begadelmelligy commented 3 years ago

I haven't used Kivy yet, but before I do I wanted to know if it has the capability to make my android act as a peripheral that sends messages?

Can this library be used to do so ?

Thanks

b3b commented 3 years ago

Thanks for raising this issue. Peripheral mode is not currently implemented in this library, I think it is worth to implement it in the future. There is definitely a capability to make it using Pyjnius library to access Android classes.

b3b commented 3 years ago

There is progress in this direction, since #26 it is possible to advertise:

Amritanshu-Shandilya commented 1 year ago

hi, I am working on a similar project that involves an esp32 to communicate with an android app (that i am developing in beeware framework) over ble. So now is able able to send messaged from a smartphone to esp32 and vice versa. Thank you in advance.