I have an Arduino Mega with an Ethernet module 5500, LAN cable, and a Raspberry Pi 3. I want to send data from the Arduino to the Raspberry Pi over the ethernet cable using the Ethernet module.
Do I need a router to send data from my Arduino Mega with an Ethernet module to my Raspberry Pi 3 using an Ethernet cable, or can it be done without one?
I have always used a router when connecting Ethernet (UNO, Mega, ESP32, etc) to a PC or RPi etc
however, have a web search for raspberry pi ethernet do i need a router there are plenty of links
Indeed, I've managed to establish communication using a router. However, I'm curious if it's achievable without one. Have you attempted this approach before?