Dear Nordic Devzone,
I want to run an Arduino Ethernet Shield with the Wiznet5100 on the nRF52840. I was wondering if there was an easier way to do this then having to rewrite the SPI code by myself.
www.arduino.cc/.../ArduinoEthernetShieldV1
Currently I am using the Keil IAR /uVision to compile my code and can easily compile and run all the examples included. I am just a bit lost on how to use the ethernet shield with the nRF52840.
I thought I would be able to use some Arduino library to easily get it working.
Any help or direction in which to start would be much appreciated.
ToasTer