Skip to main content
WPARK.1
Associate III
January 30, 2022
Question

How to notify string data periodically to my mobile phone from the development board of stm32wb55?

  • January 30, 2022
  • 1 reply
  • 816 views

Hello, I am currently using the nucleo board installed with stm32wb55rg and I successfully opened my custom notification char based on P2P server example.

However, it seems I can send data in bytes (in hex) to mobile phone but I am lost for converting the data into string or float form.

Please recommend me any solution or way to develop.

Thank you for reading.

This topic has been closed for replies.

1 reply

Remy ISSALYS
ST Technical Moderator
March 15, 2022

Hello,

There is different way to convert data into string or float form. You can find ST BLE Sensor (Android application) source code here:

https://github.com/STMicroelectronics/STBlueMS_Android

Best Regards