Command to send data from server to client in stm32WB
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-15 5:46 PM
Hello
I need send data from server to client, I did it, with the next command
uint8_t data= 8;
uint8_t *send_data= &data;
P2PS_STM_App_Update_Char(P2P_NOTIFY_CHAR_UUID, send_data);
But in "ST BLE Sensor" I can flash the lamp but can not receive value, it is always - 0
do you know which command better to use
Labels:
- Labels:
-
BLE
-
STM32WB series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-15 5:47 PM
#STM32WB​ #BLE​
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-24 7:40 AM
Hello,
You can used ST BLE ToolBox application to see the data send from the server.
Best Regards
