Skip to main content
AWack
Associate III
August 29, 2024
Solved

BLE Sensor network with only STM32WB (NO iPhone or Android!)

  • August 29, 2024
  • 1 reply
  • 682 views

Hi,

I want to send sensor data from several sensors with STM32WB to another STM32WB (the main controller in my system). Unfortunately I only find examples where communication is established between STM32WB and a smartphone or similar, but not with a STM32WB as the "central".

Is there any example / hints?

Best regards,

Achim

Best answer by STTwo-32

Hello @AWack 

What I suggest you is to follow the BLE_p2pRouteur for the STM32WB55 and BLE_p2pRouter for the STM32WB0. Then, you can modify it or inspire from it to keep just the central part and configure the peripheral part of the Router if you need to share the data as a router or you can share this data too from a serial monitor or whatever you do. 

Best Regards.

STTwo-32

 

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
August 29, 2024

Hello @AWack 

What I suggest you is to follow the BLE_p2pRouteur for the STM32WB55 and BLE_p2pRouter for the STM32WB0. Then, you can modify it or inspire from it to keep just the central part and configure the peripheral part of the Router if you need to share the data as a router or you can share this data too from a serial monitor or whatever you do. 

Best Regards.

STTwo-32