firmware update to a WIZnet W5100S-EVB-Pico other Ethernet #990
-
| Has anyone updated the firmware to a WIZnet W5100S-EVB-Pico successfully other Ethernet, with the Arduino and Earle's core?  (like OTA)  | 
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
| you can use my ArduinoOTA library with the Arduino Ethernet library | 
Beta Was this translation helpful? Give feedback.
-
| @kendo55 have you been successful. I tried the same and was not able to get it working. Do you might give me a hint? | 
Beta Was this translation helpful? Give feedback.
-
| @ZinnerC I was going back to my first idea, using Earle's Update Class With ETH we have to use the EthernetWebServer Class from Khoi Hoang https://github.com/khoih-prog/EthernetWebServer/tree/master I based my tests on his Example: EthernetWebServer.ino https://github.com/khoih-prog/EthernetWebServer/tree/master/examples/FS_EthernetWebServer unfortunately the /edit page doesn't run for me. Bat that's not the point now. surely you still have to adjust the fixed IP:  | 
Beta Was this translation helpful? Give feedback.
-
| @kendo55 Thank you very much. I have your modified example running up to some point. When I go to ip/edit or ip/update the server gives me the response "FileNotFound" | 
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
| FWIW, see #1703 (comment) which, with latest  | 
Beta Was this translation helpful? Give feedback.
FWIW, see #1703 (comment) which, with latest
git headlets the W5100S run everything the WiFi can, including OTA updater/etc. w/o add'l libraries.