-
Do you think it is possible to run a Wiznet W5100 with the W5500 driver? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
This is very unlikely to work with the existing driver. However, there's a proof of concept for a driver that works on the ESP-IDF, but until it is part of the official ESP-IDF framework we won't be able to support it. It is probablt doable, but would require a bit of work. Here's the driver: https://github.com/KaeLL/ESP32-W5100 |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. I will then buy a W5500 |
Beta Was this translation helpful? Give feedback.
-
I installed my W5500 on the SPI port shared with my ST7789 display. It works but I don't know how to increase the speed of the W5500 to more than 20Mhz. eth_config:
Also, I didn't understand putting 'host: -1' in the SPI config but I don't see any change by setting it to 1/2 or -1 Can you tell me if I'm going in the right direction? |
Beta Was this translation helpful? Give feedback.
-
Good morning, sle118, I saw that you are working on a 'SqueezeIO' PCB and that you are using this chip. Where is your project which looked promising? THANKS |
Beta Was this translation helpful? Give feedback.
Thank you for your reply. I will then buy a W5500