Hello,
I am developing a mesh solution when the nrf52840 USB dongle will act as an observer.
I am using the mesh sensor observer sample. I am able to build and flash it to the device.
But I am unable to make the USB connection stable.
I am adding this to the prj.conf (otherwise I am using the default prj.conf in the sample - and I am using SDK2.9)
and needed to add this to main file in order for the usb stick to show up at all.
The output (I use python to read out from the USB port - pyserial) is:
So BLE conflicts with the USB - but how to fix this?