Replies: 8 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Afaik SPI Ethernet is currently only supported with one SPI bus. @arendst Is it in general possible to use SPI Ethernet with two different SPI bus? |
Beta Was this translation helpful? Give feedback.
-
|
I've done some trickery in our ethernet driver adding support for SPI2:
It's in the dev branch as bf450bb Give it a try and let me know if it works with your SD card. Note that the second SPI bus is only available on ESP32, ESP32P4, ESP32S2 and ESP32S3 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Just pushed the additional file. (972ad82) |
Beta Was this translation helpful? Give feedback.
-
|
It works when the sdcard is on spi1 and eth is on spi2. if i change the spi bus number then tasmota has an error when i check tools\manage file system (Diese Seite funktioniert nicht). |
Beta Was this translation helpful? Give feedback.
-
|
Pls retry latest dev branch. Should work now OK for both ethernet and SDCard on either SPI bus1 or bus2 |
Beta Was this translation helpful? Give feedback.
-
|
Looks good to me. Thanx |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

i am new in this topic.
I got the w5500 working with the information here. Thanx for that.
But the board also has a sd card slot. Thats why i set a second SPI interface with it, also set SDCARD CS to gpio 4.
Now the sdcard is working but the w5500 is not working anymore. If i remove the SDCARD CS from gpio 4 the ethernet is working on w5500. But now the sdcard is gone :-( .
How can i get both (w5500 and sdcard) working ?
Thanx
Beta Was this translation helpful? Give feedback.
All reactions