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

nRF52840 DONGLE as nRF Sniffer

Hi,

I am very happy that we will be able to use the nRF52840 DONGLE as a sniffer with the new update. I thank to Nordic team. This was something I was waiting for. 

However, I am having a problem while configuring the device. I try to load both softdevice (s140 7.2.0) and the sniffer (3.1.0) hex files using nRF Connect v3.6.1 and it gives me an error;

"Some of the HEX files have overlapping data."

Is this a bug regarding the starting address of sniffer hex or am I missing something?

Thanks,

Den

Parents Reply Children
  • Py launcher does seem to be a problem:

    """

    (env) C:\Program Files\Wireshark\extcap>py -3
    Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import serial
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ModuleNotFoundError: No module named 'serial'
    >>> exit()

    (env) C:\Program Files\Wireshark\extcap>python
    Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import serial
    >>> exit()

    """

Related