2021-12-30 05:31 AM
Hi, I want to application with STM32WB55 mcus.
One mcu will be a server with the hrstm application, and the other mcu will be a client and listen to the data and print listening data with uart to the screen. But I couldn't find any sample code as client. Can anyone help me? I can't run the APP_DBG_MSG command at the same time. You can find the screenshot attached my confuguration.
2022-04-04 06:21 AM
Hello,
You can find BLE_p2pClient example in the STM32CubeWB package available here:
https://www.st.com/en/embedded-software/stm32cubewb.html
Best Regards