User Activity

Hi,I use the example “BLE_p2pServer_ota” with NUCLEO-WBA55 as a template for a project.For space reasons and to save costs, I would like to use the internal oscillator LSI1 (32,000kHz) instead of the external 32,768 chrystal LSE. After switching to L...
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 ...
Kudos from