Re: ESP32-WROOM and KSZ8863RLL device questions on IP and sending packets PostbyMikeMyhre»Wed Mar 27, 2024 12:59 pm ESP_ondrejwrote:↑ Wed Mar 27, 2024 11:20 am I tried it on my test board and "two_ports_mode" example works as expected. I got IP address at both ports. Do ...
The KSZ8863 has 16 pins defined for the MII interface. The ESP32 has 21 pins defined for the same interface. Most of the pins have matching names but a few don't. The KSZ collision detection MCOL and the carrier sense MCRS do not have obvious counterparts on the ESP32. Does anyone ...
We're attempting to prototype the KSZ8863 Daughter Board with an ESP32-PICO-DevKitM-2. We started with the KSZ8863 Ethernet Driver (beta) and have made the following configurations/modifications: Configured the simple switch example for I2C client mode. Added an I2C write to the example ...
I have some questions about the RMII Interface on the ESP. Is there HW support for a MDIO interface on the ESP ? My intention is to connect a 3 Port Switching PHY (KSZ8863RLL(I)) . Basically forming a ETH "T" where the ESP is a node in a daisy chained wiring style. As I need...
Deliver to: CN English-USD Sign in Sign up All categories Top categories Home Decor Industrial Health & Personal Care Fashion & Beauty Sports & Entertainment Tools & Home Improvement Raw Materials Maintenance, Repair & Operations Apparel & Accessories ...
Remove everything except of GPIO setting starting at https://github.com/espressif/esp-eth-dr ... ain.c#L240It's for different driver but the idea should be clear.Or just set GPIO which enables the oscillator at the start of your main.Statistics: Posted by ESP_ondrej — Thu Dec 19...
Thank you. That microchip KSZ8863 looks like the part I need. ESP_ondrej Posts:218 Joined:Fri May 07, 2021 10:35 am Re: ESP32 and W5500 ethernet performance PostbyESP_ondrej»Tue Dec 12, 2023 9:55 am Just note that performance may vary. It is affected by your application code, ...
I would rather use a part that gives me two ports in the foot print of the W5500 and the KSZ8863RLL seems to do that. The example you gave uses external magnetics. With a MAGJACK part this could be a very simple circuit. The W5500 as I am using it handles the MAC in the W5500...
Thank you. That microchip KSZ8863 looks like the part I need. ESP_ondrej Posts:217 Joined:Fri May 07, 2021 10:35 am Re: ESP32 and W5500 ethernet performance PostbyESP_ondrej»Tue Dec 12, 2023 9:55 am Just note that performance may vary. It is affected by your application code, ...
Thank you. That microchip KSZ8863 looks like the part I need. ESP_ondrej Posts:218 Joined:Fri May 07, 2021 10:35 am Re: ESP32 and W5500 ethernet performance PostbyESP_ondrej»Tue Dec 12, 2023 9:55 am Just note that performance may vary. It is affected by your application code, ...