2024-06-26 03:20 PM - last edited on 2024-06-27 03:41 AM by STTwo-32
I would like to connect a stm32wb55 as a BLE client and a stm32wb15 as a BLE server ? Is there any example how to make a point to point connection between these microcontrollers ?
Solved! Go to Solution.
2024-06-27 03:40 AM - edited 2024-06-27 02:01 PM
Hello @Hugo22 and welcome to the ST Community :smiling_face_with_smiling_eyes:
To connect an STM32WB55 as a BLE P2P Client you need to use this example. And for the BLE P2P Server on the STM32WB15, you have to use this example.
Dont forget to get the STM32CubeWB package using CubeMX, CubeIDE or directly from our ST Website. You can also get it from the official Github of ST (using the Git commands).
Also, dont forget to read the Readme file of each example and ensure that all the conditions to make it work are correctly done (the right wireless stack updated, ...).
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.
2024-06-27 03:40 AM - edited 2024-06-27 02:01 PM
Hello @Hugo22 and welcome to the ST Community :smiling_face_with_smiling_eyes:
To connect an STM32WB55 as a BLE P2P Client you need to use this example. And for the BLE P2P Server on the STM32WB15, you have to use this example.
Dont forget to get the STM32CubeWB package using CubeMX, CubeIDE or directly from our ST Website. You can also get it from the official Github of ST (using the Git commands).
Also, dont forget to read the Readme file of each example and ensure that all the conditions to make it work are correctly done (the right wireless stack updated, ...).
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.
2024-06-27 12:24 PM
Hi Hugo22
This post has been escalated to the ST Online Support Team for additional assistance. We'll contact you directly.
Kind Regards
Joe
STMicro Support