User Activity

I am using the STM32WB55 Series for my application. I am using BLE and Zigbee on this MCU. I am registering my devices for FDA/CDSCO certification. The department is asking for ETA certificate. DO we have ETA Certificate for Controller?
I have implemented STM32WB P2P Router connection with following P2P Server1 to 6.In my application I need to connect more than 6 devices in the same room or hall so I can use 2 P2P Routers but P2P Server will get repeated.How can I manage this situat...
I am able transmit 240 bytes of data from STM32WB BLE p2p server. This data want to receive on STM32WB BLE p2p router code.I am getting ACI_GATT_NOTIFICATION_VSEVT_CODE case executed but I see pr->Attribute_Value_Length is 20. I am transmitting 240 b...
I have a custom board with STM32WB50CGU5 controller. I want to develop an application on this board having BLE, and IRDA.I am able to run the example (p2p Server and p2p Client) given for the STM32WB55 Nucleo board on my custom board without any erro...
In the STM32WB Workshop video I can understand how to send data and control the LED but how to read data is not explained. I want to read data from STM32WB BLE. Can you someone help me in regards to this?