Skip to main content
Senior
July 16, 2024
Question

BLE Server and Router Configuration

  • July 16, 2024
  • 1 reply
  • 1526 views

How can I make sure that the the router and server should work in a pair with no cross connection. Now I know both of these work as I can see on ST toolbox but how can I check if the are connected among them selves . I earlier modified an example to trigger data transmission using push button . I am able to understand the server but I have no idea what and how can I deal with router. I need this router to accept data from Server . add some more data to it and then share it to my phone.

 

I am currently using  two  stm 32wb5mm DK one as a server and other as a router.

1 reply

STTwo-32
Technical Moderator
July 24, 2024

Hello @Rituraj 

In fact, everything is mentioned on the ReadMe file of the STM32CubeWB/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_p2pRouteur at master · STMicroelectronics/STM32CubeWB (github.com). If you are looking for other modifications, you have to understand how it is configured and try to add your new data.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
RiturajAuthor
Senior
July 25, 2024

I have already read it a number of times. The issue is that the readme file says to use ST BLE STARNET application which is not available for Android 13 or Android 14 . I am trying to connect via ST BLE Toolbox but thats not helping me at all. Is there an alternative for ST BLE STARNET.

RiturajAuthor
Senior
July 30, 2024

@STTwo-32