I want to uptade the firmware of Arduino wifi rev2 and I followed the instructions of the page:
But seems there are no examples of the firts step:
The "FirmwareUpdater" sketch is available in Examples -> WiFiNINA -> Tools
I downloaded three versions of IDE and anyone have this sketch. Also I did a search of this in: https://create.arduino.cc/ and I did not find.
Please some one that could help me, I am civil Enginner and I want to do some aplication with this board.
It is done, it was the type of board doesnt connect becouse of the pluging of the web editor!
But I am aware about the message that appear after upload the sketch of firmware update it is the following:
El Sketch usa 7152 bytes (14%) del espacio de almacenamiento de programa. El máximo es 48640 bytes.
Las variables Globales usan 327 bytes (5%) de la memoria dinámica, dejando 5817 bytes para las variables locales. El máximo es 6144 bytes.
avrdude: WARNING: invalid value for unused bits in fuse "fuse5", should be set to 1 according to datasheet
This behaviour is deprecated and will result in an error in future version
You probably want to use 0xcd instead of 0xc9 (double check with your datasheet first).
Some body knows what is the meaning of the warning?