ESP32-S3 with external LAN7850
Posted: Thu May 04, 2023 2:16 pm
Hello,
In my IoT project there is a requirement for Gigabit Ethernet.
To achive this, there is a following idea:
use ESP32-S3 which has FS USB and USB<->LAN Gigabit Ethernet Controller LAN7850.
Of course, FS USB is only 12 Mbit/s, so it will be a bottle neck for the Gigabit ethernet, but thats alright, I just want to have this "Gigabit Ethernet" onboard and stated in future IoT device description.
As far as I know, when using esp32 there are mainly two options to choose: use internal EMAC or connect external EMAC via SPI. And ESP32-S3 doesn't have this internal, so there is basically one option left. But this doesn't suit for me.
My question is:
Is it possible to connect this external Ethernet MAC LAN7850 via FS USB to ESP32-S3?
How to achive this, where to start?
I haven't found any examples or even clues for that
Any help will be appreciated
In my IoT project there is a requirement for Gigabit Ethernet.
To achive this, there is a following idea:
use ESP32-S3 which has FS USB and USB<->LAN Gigabit Ethernet Controller LAN7850.
Of course, FS USB is only 12 Mbit/s, so it will be a bottle neck for the Gigabit ethernet, but thats alright, I just want to have this "Gigabit Ethernet" onboard and stated in future IoT device description.
As far as I know, when using esp32 there are mainly two options to choose: use internal EMAC or connect external EMAC via SPI. And ESP32-S3 doesn't have this internal, so there is basically one option left. But this doesn't suit for me.
My question is:
Is it possible to connect this external Ethernet MAC LAN7850 via FS USB to ESP32-S3?
How to achive this, where to start?
I haven't found any examples or even clues for that
Any help will be appreciated