Search found 3 matches

by bluefan
Fri Sep 25, 2020 1:02 pm
Forum: ESP-IDF
Topic: BLE and BLE Mesh coexistence?
Replies: 6
Views: 7986

Re: BLE and BLE Mesh coexistence?

Thanks for the information.

I'm still kind of getting my head around BLE and BLE Mesh.

If I would be OK without the BLE scan feature and fed it addresses directly, could they coexist? I'm guessing that no, but I'm hoping :)
by bluefan
Wed Sep 23, 2020 6:11 am
Forum: ESP-IDF
Topic: BLE and BLE Mesh coexistence?
Replies: 6
Views: 7986

Re: BLE and BLE Mesh coexistence?

Thanks for the replies.

So, if I understand the replies correctly, then it's not possible without serious modifications to the underlying stack, since the two frameworks essentially 'steal' one anothers events?

Thanks,

bluefan
by bluefan
Tue Sep 22, 2020 10:52 am
Forum: ESP-IDF
Topic: BLE and BLE Mesh coexistence?
Replies: 6
Views: 7986

BLE and BLE Mesh coexistence?

Dear forum, I am trying to program a device that will be both a standard BLE client (scan devices, connect to them, read/write GATT attributes, disconnect) as well as a BLE Mesh node/relay that can control other devices in the network. I'm still studying the BLE Mesh architecture, it's a pretty stee...