User Activity

Hello I set the variable  uint8_t test as  test = test + 1 in main.cand send this variable via BLE in p2p_server_app.c to PC with next command P2PS_STM_App_Update_Char(P2P_NOTIFY_CHAR_UUID, (uint8_t *) (&local));Also, set it in  main.h extern uint8_t...
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, ...
I know that "CFG_TASK_SW1_BUTTON_PUSHED_ID" was set in the header file (/app_conf.h), but just set, no morein the Datasheet the button for Nucleo board SW1 connected to a PC4 pin, but in CubeMX for project "p2p_server" I didn't find any mentions abou...
Hello, I want only to send some test values from my STM32WB to the computer, I didn't find any good examples (snd also and bad examples) on how to do it.My PC can detect Bluetooth networks from STM32WB
In the User Manual UM2435  for Nucleo STM32 provided the next schematic But in PCB we see the next I think that the next schematic is actual, is it correct?
Kudos from