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
Search found 3 matches
- Fri Sep 25, 2020 1:02 pm
- Forum: ESP-IDF
- Topic: BLE and BLE Mesh coexistence?
- Replies: 6
- Views: 8649
- Wed Sep 23, 2020 6:11 am
- Forum: ESP-IDF
- Topic: BLE and BLE Mesh coexistence?
- Replies: 6
- Views: 8649
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
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
- Tue Sep 22, 2020 10:52 am
- Forum: ESP-IDF
- Topic: BLE and BLE Mesh coexistence?
- Replies: 6
- Views: 8649
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...