able icon indicating copy to clipboard operation
able copied to clipboard

Android Phone as a Peripheral

Open begadelmelligy opened this issue 5 years ago • 3 comments

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

begadelmelligy avatar Feb 12 '21 03:02 begadelmelligy

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 avatar Feb 12 '21 14:02 b3b

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

  • https://herethere.me/able/examples.html#advertising
  • https://herethere.me/able/api.html#advertisement

b3b avatar May 30 '21 19:05 b3b

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.

Amritanshu-Shandilya avatar Aug 20 '23 12:08 Amritanshu-Shandilya