How to notify string data periodically to my mobile phone from the development board of stm32wb55?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-01-30 1:37 PM
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.
Labels:
- Labels:
-
STM32WB series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-15 7:06 AM
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
