Hi
I am trying to stack a W5200 ethernet shield on top of a MEGA and then the lambda shield. The W5200 is communicating properly until the lambda shield is added. Then the W5200 is not even found anymore. Communication is with the standard 6 SPI pins.
The lambda shield directly on the MEGA works fine.
Already done the route using a MEGA and UNO with each one of the shields and communicating values with SCL/SDA but that is not what I want. RS 485 shield is not an option as they don't pass the SPI pins to the lambda shield.
What could be the solution?
The ultimate aim is to approach the Lambda shield for its values by ethernet (not WIFI) so I can use that in my control logic.
Rob
W5200 and Lampda shield
- Christian_Bylund
- Posts: 270
- Joined: 07 Mar 2015 18:09
Re: W5200 and Lampda shield
Hi Rob,
It seems both shields use the same default chip select pin for the SPI communication, D10. This is likely why neither shield works when stacked.
Hope it helps.
It seems both shields use the same default chip select pin for the SPI communication, D10. This is likely why neither shield works when stacked.
Hope it helps.
Best Regards,
Christian Bylund
Bylund Automotive AB
Christian Bylund
Bylund Automotive AB
-
- Posts: 3
- Joined: 14 Apr 2024 09:18
Re: W5200 and Lampda shield
Hi Christian
Spotted that too. Did someone ever get a ethernet shield to work with the lambda shield? I cannot imagine i am the first to stumble on this issue.
Rob
Spotted that too. Did someone ever get a ethernet shield to work with the lambda shield? I cannot imagine i am the first to stumble on this issue.
Rob
-
- Posts: 3
- Joined: 14 Apr 2024 09:18
Re: W5200 and Lampda shield
Hi Christian,
Just an update from my end.
I resulted in using a Arduino Ethernet module ENC28J60.
That allows me change the select pin.
With ModbusEthercard library I can now access the lambda sensor data with TCP/IP
Regards, Rob
PS: Any chance that the LAmbda shield with pin connection on top comes back into the shop?
Just an update from my end.
I resulted in using a Arduino Ethernet module ENC28J60.
That allows me change the select pin.
With ModbusEthercard library I can now access the lambda sensor data with TCP/IP
Regards, Rob
PS: Any chance that the LAmbda shield with pin connection on top comes back into the shop?