Working With the Funduino W5100 Ethernet Module

Hi.

I am planning on connecting a WIO Terminal to my LAN via an ethernet cable. My application cannot rely on a WIFI connection.

I have a Funduino W5100 Ethernet Module from another project that was driven using a Arduino nano clone. Once I got it connected it worked well.

It uses CLK, MI, MO and NSS (chip select) which I believe is SPI. It uses the same chipset as the Arduino Ethernet shields so I am assuming there is a compatible library to drive it.

Does anyone have any recommendations for this project.

https://wiki.seeedstudio.com/Wio-Terminal-Ethernet/ @stuartdd I think this wiki can help you.

Thanks I will let you know how it goes.