Thingy91 as a BLE5 sniffer

I would like to create an ble5 sniffer from my thingy91.
I saw that the sniffer is suitable for nrf52840 dongle and nrf52840 DK, and since thingy91 as an nrf52840 board i tried flashing it with the sniffer for nrf52840.
But, unfortunately the flash didn't worked.
Error: Task failed. One or more program tasks failed. Message: Failed, [mcuBoot] Unable to parse MCUBoot image file. Unable to parse image header: invalid magic value.

It got me thinking it might be due to the fact that it isnt specifically the DK.

So is it possible? if so what am i missing?

Parents Reply
  • Nice!

    The code for the dongle is not pin specific, as it uses USB to communicate.
    Try to connect the debugger to the thingy:91, and and select the switch to "program nrf52". Then program the dongle code for the sniffer to the Thingy and see if that works.

    With the debugger, you should be able to reprogram the original Thingy nRF52 firmware later when you want to use it for something else.

    Does this make sense?

Children
Related