I’m working with the FCM360W module and BLE. I’ve followed the code structure provided in the official BLE documentation, but I’m unable to see any advertising data being broadcast.
To scan for the device, I’m using the nRF Connect mobile app. The device appears in the list, but no advertising data is shown before establishing a connection.
Could you help me understand why the advertising data is not visible as expected?
Hi,
Yes, i’m using the Quecpython solution.
The FW of the FCM360W: FCM360WAAR02A01M04_OCPU_QPY.
I managed to get some advertising data to appear, but a new issue has arisen:
I created a service and added two characteristics to it, but I can’t send notifications from both. Why is that? Only the first characteristic created works in notification mode.