BLE L2cap

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
monk65
Posts: 5
Joined: Wed Jun 05, 2019 6:32 pm

BLE L2cap

Post by monk65 » Tue Jan 05, 2021 8:44 pm

hi,

i see that we can data exchange between two BLE devices with l2cap

is anybody have an example to use this function with stm32 ?

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

Re: BLE L2cap

Post by jimmo » Mon Jan 11, 2021 12:32 am

monk65 wrote:
Tue Jan 05, 2021 8:44 pm
is anybody have an example to use this function with stm32 ?
Sorry I haven't gotten around to writing an example yet.

The closest we have is the multitest (tests/multi_bluetooth/ble_l2cap.py), but it's a bit hard to read.

I realise the documentation is a bit basic at the moment -- http://docs.micropython.org/en/latest/l ... d-channels -- but if you have suggestions on things that are unclear I'm happy to update it with more detail.

monk65
Posts: 5
Joined: Wed Jun 05, 2019 6:32 pm

Re: BLE L2cap

Post by monk65 » Tue Jan 12, 2021 7:15 pm

thanks for your response !

This test is perfect for me , i can begin my program

Post Reply