arduino / nina-fw

Firmware for u-blox NINA W102 WiFi/BT module
135 stars 117 forks source link

1.4.0 for the Arduino Uno Wifi Rev 2 #52

Open imle opened 4 years ago

imle commented 4 years ago

I have spent some time trying to find info on this but it doesn't seem to be documented anywhere. I cannot get the wifi-rev-2 to upgrade its nina firmware to 1.4.0 through either the updater tool in the Arduino IDE or using the esptool and the latest firmware. Any idea what could be going on? The esptool finishes with what looks like a success but the status in code returns WL_NO_MODULE.

Joniras commented 4 years ago

This may be the worst way to do it but i did the following (and it worked for me, No guarantee given ofc):

This worked for me but may not for you (due to newer versions, i tried with 1.4.1).

Aubrey4485 commented 4 years ago

Another less intensive approach...if you would like

Download the hourly (nightly) version of the Arduino IDE, i believe it is at 1.8.14 currently... the NINA firmware updater tool should now see the latest version available

Joniras commented 4 years ago

Oh wow. I should have checked that first. Didn't think of nightly versions, thanks!!