2023-04-15 05: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
2023-04-15 05:47 PM
#STM32WB #BLE
2023-04-24 07:40 AM
Hello,
You can used ST BLE ToolBox application to see the data send from the server.
Best Regards