Hello,
does anybody now when the sniffer will support coded PHY?
I found a similar questions but no answer yet...
Hello,
does anybody now when the sniffer will support coded PHY?
I found a similar questions but no answer yet...
Hi Andreas,
Unfortunately, we still don't have this feature supported on our nRF Sniffer in the near future.
That's a pity but thank you for your answer anyway.
Does the Softdevice and SDK provide a way to log messages which are received and sent? It would be helpful if I could see what was sent over the radio and what the "chip" is able to receive...
Yes, but quite limited.
The application receive an event when a message (from the application ) is sent. Look for BLE_GATTS_EVT_HVN_TX_COMPLETE and BLE_GATTC_EVT_WRITE_CMD_TX_COMPLETE event.
When a message is received and if it's for the application ( advertising packet, write command, etc) you will also receive events (BLE_GAP_EVT_ADV_REPORT, BLE_GATTC_EVT_HVX, etc)