Cpython ble api android l2cap kivy

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
pidou46
Posts: 101
Joined: Sat May 28, 2016 7:01 pm

Cpython ble api android l2cap kivy

Post by pidou46 » Wed Jul 21, 2021 2:57 pm

Is someone aware of a Cpython API with the following compatibility requirements ?
- Android (ideally linux and windows)
- CPython
- Bluetooth low energy
- Kivy
- asyncio
- l2cap

i.e. Cpython conterpart of:
micropython-lib/micropython/bluetooth/aioble/
nodemcu V2 (amica)
micropython firmware Daily build 05/31/2016

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: Cpython ble api android l2cap kivy

Post by jimmo » Wed Jul 21, 2021 11:59 pm

The only thing I've seen that's close is Bleak -- https://github.com/hbldh/bleak

Post Reply