Replies: 5 comments 4 replies
-
Great solution, have not seen this so far. I will put this to the feature request list. |
Beta Was this translation helpful? Give feedback.
-
Just to make it sure: the feature request list is only a collection of ideas. I don't have capacity in the next month to follow them. |
Beta Was this translation helpful? Give feedback.
-
I picked up a few of these w5500 modules for my esp32-cam boards.. @jomjol wondering if/when this was ever implemented, as i can't find it in the feature-request page (anymore?).. what is needed to use these (my goal is to fix both the need for power and connectivity with one cable, as my watermeter is in the ground in a pit, at the front of my driveway, where there is no wifi reach nor power available).. running one ethernet cable is about all i can really do here |
Beta Was this translation helpful? Give feedback.
-
w5500 is not recommended because we don't use the SD in SPI mode (too slow). CH9121 is more likely to be an option. |
Beta Was this translation helpful? Give feedback.
-
Oh that looks like an interesting chip. what would be needed to use that? I didn't catch the part about why the w5500 not being recommended, can't we do software-spi - also what does the SD card have to do with ethernet? They both can be on the SPI bus? But SD card is not on the SPI bus then wouldn't that make using an spi-based ethernet controller more feasible? |
Beta Was this translation helpful? Give feedback.
-
Hi.
First thank you for the brilliant approach and solution.
Due to some WLAN issues, I would like to request following feature:
(I'm aware of several WLAN solutions, like external antenna; WLAN repeater, ...)
A solution is already present and with a CS (Chip selected) connection, with which it should be possible to keep the access to the SD-Card reader. The solution is described in this article:
https://maker.wiznet.io/2021/07/06/ethernet-library-for-esp32-cam-using-hspi-interface-and-w5500-module/
and Source code is published here:
https://github.com/arhi/EthernetSPI2
Hoping for a reply.
Best regards,
KHome
Beta Was this translation helpful? Give feedback.
All reactions