User Activity

Hello,here in my code I want to send the received values of the payload directly to USART2. This works fine if I send less than 20 characters. If I send more, the program chrashed.case P2P_SERVER_UART_C_WRITE_NO_RESP_EVT: /* USER CODE BEGIN Ser...
Hi,I use the example BLE_p2pServer_ota and want to transfer 20 bytes of data to UART2 within a characteristic. But i only get the value 1 for sizeof(p_Notification->DataTransfered.Length).  case P2P_SERVER_UART_C_WRITE_NO_RESP_EVT: /* USER CODE...
Hi,i am working with BLE_p2pServer_ota example as a template and i want to send 5 Bytes of data from the client (nRF Connect App on the cellphone) to the server (NUCLEO-WBA55). However, I am having trouble receiving more than 2 bytes.1. I made a new ...
Hi,i use the example ble_p2pServer_ota with STM32WBA55. How can i send a value (uint_8 or a string) from the server (NUCLEO-WBA55) to the client (Cell Phone)?Here in the example code (file p2p_server_app.c), the value of Switch_c_NOTIFICATION_ON for ...
Hi,I am working with the ble_p2pServer_ota example with an STM32WBA55 controller.If I want to send data (one byte for example) to an app on a cell phone, what settings do I have to make in the characteristics in CubeMX? 
Kudos from
Kudos given to