Concurrent BLE&WiFI operation

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
EyLa_3227556
Level 3
Level 3
10 replies posted 5 replies posted 10 questions asked

Hello,

What  is the correct way to architect dual connectivity scenario (BLE & WiFi) ?

I'm using ST32F412+CY4343 combo module and SDK 6.4

Can you specifically refer to the following use cases:

- BLE advertising in parallel to WiFi connection

- BLE connection in parallel to WiFi scanning

If the 2 protocol can not operate concurrently - is it the app's responsibility to manage the sequence or is it done by the SDK?

e.g. WiFi api call discards/stops/closes any BLE activity and vice versa - BLE api call disconnects/closes any WiFI activity?

Thanks

0 Likes
1 Solution
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hi EyLa_3227556​,

Could you please refer ble_wifi_introducer example in WICED SDK? It demonstrates simultaneous BLE+WiFi operation.

FYR: /43xxx_Wi-Fi/doc/WICED-BLE-WiFi-Introducer.pdf

View solution in original post

0 Likes
1 Reply
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hi EyLa_3227556​,

Could you please refer ble_wifi_introducer example in WICED SDK? It demonstrates simultaneous BLE+WiFi operation.

FYR: /43xxx_Wi-Fi/doc/WICED-BLE-WiFi-Introducer.pdf

0 Likes