Hello community,
I would like to connect three Arduino Pro Minis with one Ethernet Module through SPI. Therefore, I would like to use the Ethernet module ENC28J60 from Az-Delivery (
here). You can find an overview of the assembly in the attachments.
The goal is to get and send data from and to different Arduinos over the ethernet module.
So at first glance, this seems to be a multi master problem for me. Because the Arduino are all waiting and sending data to the Ethernet module. Is it possible to solve this issue with an SPI-BUS? Please have in mind that I have only one CS pin on every Arduino and Ethernet Module.
My current idea would be that every Arduino's CS pin (i.e. pin 10) is connected to the SS of the Ethernet Module. But than they would all occupy the Bus at the same time right?
Thanks for all your help.