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

Is it possible to record HCI logs using nRF52840?

Hi all.

I have written an application using a softdevice and I want to analyse an interesing behavior I don't understand at the moment.
So I want to record a trace/log of the used HCI commands to see what's going on on deeper levels.

Is this possible?

Thanks in advance
Cheers Michael

Parents
  • HI Vidar.

    I have used your code to monitor the not resolved advertised addresses.
    My address to resolve is not listed in this list.
    This means the address has been resolved immediately after the first appearance? Right?

    But it is still possible that the connection-request it not sent immediately after resolving the address after the same advertisement.
    How long does it take to resolve a random address? Maybe it takes too long, so the next advertisement has to be used for the connection request or the connect request can't be sent just after resolving the address due to other limitations.

    Cheers Michael

  • Hi Michael,

    The address resolving happens on the fly.

    My address to resolve is not listed in this list.

    The application is responsible for managing the list, and it should contain IRK for your peer device, not the address. Does the "input address" ever match your address though?

    Cheers,

    Vidar

Reply Children
Related