Ethernet functionality with Sparkfun M6E Nano board !

Hello,

I was wondering is there a way to send out M6E RFID data over Ethernet? If yes what extra needs to be done. I actually wanted to control the M6E Nano remotely on a network. Thanks

M6E → RedBoard → ethernet module → Remote PC

Hi, thanks for posting.

The M6E shield only really uses RX, TX, D2, D3, D9 and D10 off of the Arduino excluding power and ground.

Most Ethernet products for ethernet use SPI for communication which is D13, 12, 11, and 10, along with a few others like for an SD, for instance.

https://www.sparkfun.com/products/11166 - Might work, though I am not 100% sure. You may want to look into the schematic of this, the M6E and any other product you may use or any other pins that may be used.

https://forum.arduino.cc/index.php?topic=347658.0 - Good thread kind explaining how the Ethernet shield works and which pins are used.

Hope this helps.

Hope this helps. Let me know if you have any questions.