2022-10-24 05:11 PM
I've been starting a bl project recently.
I want to implement simple communication using stm32wb chip. Like you can buy and use a UART-based Bluetooth module like HC-05.
However, when I looked at the materials released on the web, there were many examples of using custom templates so that they could only be used in dedicated apps.
Is there a way to implement communication that simply sends and receives data between Ble? I'm not a native English speaker, so I'm very slow at finding materials. I'm sorry.
2022-10-28 10:26 AM
Hello,
You can look BLE_HeartRate or BLE_p2pServer / BLE_p2pClient examples available in STM32CubeWB package.
Best Regards
2022-11-28 05:34 PM
Hello. I couldn't check your answer because I was busy with other work.
I'll follow your suggestion.
Thanks!