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 Reply Children
  • What kind of data are you sending from the peripheral? Could you share the log file? I would expect seeing something like this whenever a notification is received from the peripheral:

    didUpdateValueForCharacteristic: 2A37, error: nil) Value of Characteristic 2A37 updated to 0x16-A0-51-01-50-01-4F-01-4E-01-4D-01-4C-01-4B-01-4A-01-49-01-48-01-47-01-46-01-45-01-44-01-43-01-42-01-41-01-40-01

Related