Hi
How to flash the NRF52840 dongle in order to use it with the CIQ Simulator ?
The nRF connect programmer "Erase Write " button always disabled
Thank you for your help
Hi
How to flash the NRF52840 dongle in order to use it with the CIQ Simulator ?
The nRF connect programmer "Erase Write " button always disabled
Thank you for your help
You can tell if it works by changing the BLE settings in the sim and see if you get an error or not.
What hex file are you using to flash? They are different for the dongle vs the nrf52-dk
Oh, one other thing. After flashing, make sure to unplug the dongle and plug it back in, to make sure it's booted on the correct FW.
I just flashed a dongle (it's been a while) and before that updated to the latest nRFConnect and programmer, just in case something changed. Then made sure to restart both.
When I plugged in the dongle, the programmer saw it as COM6, and I flashed it. Shut down nrfconnect, unplugged the dongle and plugged it back in, and looking at the device manager on windows, it's now COM5.
Changed to COM5 in the BLE settings for the sim, and all is working.
Check to see if the com port has changed for you as it did for me.
Hi Jim
in fact, the com port has change from COM9(SDFU) to COM10 (CDC ACM).
When i put COM10 in BLE settings ( SIM), there is no error message
How to check that it works ?
Regards
Try to use it. Even if you dont have a thingy52, you can use the sample app and see what's happening while scanning. Just a simple println in the contains function in the BleDelegate will show you it's seeing something.