SODAQ ONE v2: Factory Reset

Hey!

Issue: How can I factory reset the SODAQ ONE v2 board?

Note 1: I’ve recently been working with the SODAQ ONE v2. It worked perfectly in the beginning however, I had suddenly began to face issues while uploading sketches(Arduino IDE). After going through the forum, I learned that it is possible to reset the module just before uploading, by shorting the reset pin and the ground pin. I was able to upload using this method, a couple of times.

Note 2: Later, I factory reset the RN2483 in order to fix this issue using the “sys factoryRESET” command.
After a few uploads, the board stopped getting recognized by any laptop/PC on connecting the USB, Windows/Linux. [USB device not recognized- Windows].

Note 3: I am now using the CP2102 USB-to-TTL converter with the board and the COM port gets recognized, however I am still unable to upload sketches.
ERROR: No device found at COM3

Note 4: I tried upgrading the firmware to v1.0.1 using the Java tool but no confirmation message was displayed.

Thank you,
Gunjan.

Hi,

Double press the reset button to manual put the board into bootloader mode.
You will have a different com port now.

Try https://github.com/SodaqMoja/RN2483FirmwareUpdater

Regards,
Jan

Hi,

I just tried updating the firmware using the link you have mentioned. I am getting the following error (same error during uploading any other sketch):

Uploading using selected port: COM3
C:\Users\gseth_000\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.7.0/bossac.exe -i -d --port=COM3 -U true -i -e -w -v C:\Users\GSETH_~1\AppData\Local\Temp\arduino_build_478961/RN2483FirmwareUpdater.ino.bin -R
Set binary mode
No device found on COM3
Send auto-baud
Set binary mode
An error occurred while uploading the sketch

After pressing the reset button twice and trying to upload, I got the following error:

No device found on COM3
Set binary mode
readWord(addr=0)=0xbfbfbf77
readWord(addr=0xe000ed00)=0xbfbfbfbf
readWord(addr=0x400e0740)=0xbbb7afbf
version()=wu
chipId=0xbbb7afbf
Unsupported processor
Send auto-baud
Set binary mode
An error occurred while uploading the sketch

Thank you,
Gunjan

Hi,

Did you select the correct Board and Port in Arduino?

Tools -> Board
Tools -> Port

Regards,
Jan