I believe you can use almost the same code, but you'd have to recompile the Espruino firmware.
Basically you just need to copy W5100 out of WIZnet's libraries into this directory, and then change the Makefile so that they get used instead of the W5500.
There may be a few other minor changes, but if you did get this working then it'd be great if you issued a Github Pull Request with your code, and then I could offer both W5500 and W5100 versions of the binaries.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
I believe you can use almost the same code, but you'd have to recompile the Espruino firmware.
Basically you just need to copy W5100 out of WIZnet's libraries into this directory, and then change the Makefile so that they get used instead of the W5500.
There may be a few other minor changes, but if you did get this working then it'd be great if you issued a Github Pull Request with your code, and then I could offer both W5500 and W5100 versions of the binaries.