This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Where to see incoming data on NRF Connect app?

SDK 14.2, NRF52840, S140, NRF Connect for iOS iPad (v2.4.8) 

We are sending a value to a characteristic as a request using the NRF Connect app, and then our NRF BT device will send back a bunch of data to the phone/iPad on a different characteristic. 

Is there a place in the NRF Connect app where we can see this data come in? 

Thanks!

Parents
  • Hi,

    nRF connect has a log feature where you can see data arriving from the peer. It's possible to configure the filter to only log data for connected devices. As an alternative you could also use nrf sniffer to monitor the on air traffic.

  • the sniffer doesn't work so well here, because the data is all encrypted between the two devices. 

    The logs seem to only tell me that I sent a value from NRF Connect to the Characteristic, but I don't see any data coming back (it would come back on a different characteristic). It is definitely being sent though. I see [encrypted] data packets being exchanged between master and slave, and I am able to receive the actual data via a custom app. Do I have to turn something special on inside the Nordic app in order to see the data in logs? 

Reply
  • the sniffer doesn't work so well here, because the data is all encrypted between the two devices. 

    The logs seem to only tell me that I sent a value from NRF Connect to the Characteristic, but I don't see any data coming back (it would come back on a different characteristic). It is definitely being sent though. I see [encrypted] data packets being exchanged between master and slave, and I am able to receive the actual data via a custom app. Do I have to turn something special on inside the Nordic app in order to see the data in logs? 

Children
Related