Open imle opened 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):
UpdaterImpl.fwAvailable.add(new NinaFlasher("NINA firmware", "1.X.Y", "firmwares/NINA/1.X.Y/NINA_W102-Uno_WiFi_Rev2.bin", true, 1000000, new ArrayList<String>(Arrays.asList("Arduino Uno WiFi Rev2"))));
This worked for me but may not for you (due to newer versions, i tried with 1.4.1).
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
Oh wow. I should have checked that first. Didn't think of nightly versions, thanks!!
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.