Page 1 of 1

ESP32 + Wiznet 5500 or Ethernet module

Posted: Wed Nov 03, 2021 9:47 am
by kotk_o
Hello Team,

Can someone clarify me if there is any option to use micropython with any Ethernet module?

I read multiple topics on this forum and what I found is that micropython doesn't work with ETH modules because it's made to use Wi-Fi interface. Is it true?

Also, I cannot understand why in the latest micropython version 1.17, I cannot import this module:
https://docs.micropython.org/en/latest/ ... ght=wiznet

Best Regards, Joan

Re: ESP32 + Wiznet 5500 or Ethernet module

Posted: Wed Nov 03, 2021 6:05 pm
by Roberthh
There are ports and boards with Ethernet. Only it has to be part of the firmware image.

Re: ESP32 + Wiznet 5500 or Ethernet module

Posted: Fri Nov 12, 2021 9:12 pm
by vinz-uts
Hi, I've done some test with a ESP32-WROVER-IE and an external SPI Wiznet5500 ethernet chip. After a lot of research on this forum and github, I've decided to try to modify a pure-python adafruit driver for this chip. Now it seems works.

Re: ESP32 + Wiznet 5500 or Ethernet module

Posted: Fri Apr 15, 2022 9:18 pm
by beyonlo
vinz-uts wrote:
Fri Nov 12, 2021 9:12 pm
Hi, I've done some test with a ESP32-WROVER-IE and an external SPI Wiznet5500 ethernet chip. After a lot of research on this forum and github, I've decided to try to modify a pure-python adafruit driver for this chip. Now it seems works.
Please, could you:

1. Share the source code Wiznet5500 driver?
2. Do you know if SSL/TLS works on sockets using the Wiznet5500?

Thank you.

Re: ESP32 + Wiznet 5500 or Ethernet module

Posted: Wed May 11, 2022 11:13 am
by vinz-uts
Hi, I've already share it in another post:
viewtopic.php?f=2&t=5851&p=67272#p67272
You have to copy files (without the folder) on your micro and run `esp32_eth_wiznet5500_ntp.py` script to test the NTP server with the WIZNET5500.
Let's my know if it works!

Re: ESP32 + Wiznet 5500 or Ethernet module

Posted: Tue May 17, 2022 1:21 am
by wangshujun@tom.com
Esp32 supports Mac ,can realize wired network with a PHY

Re: ESP32 + Wiznet 5500 or Ethernet module

Posted: Mon Aug 15, 2022 5:35 pm
by ayyoubzadeh
I have implemented in this git repo
Please check https://github.com/Ayyoubzadeh/Micropyt ... 0--Wiznet-