-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is possible to use this driver on the ESP32 too? #1
Comments
Sure. |
Hello! Do you have interest to do that? If not, could please tell me what exactly I need to change? Let me explain: I'm a newbie, I never build a MicroPython, I just flash my ESP32 and RPICO from a ready image do use it. But if you point me some docs that I need to follow, I can to try. Thank you in advance! |
I marked the part I modified in official micropython repository as below. If you search by word "///21" or "///22", you can find the edited part in the original repository source files. By the way, this is just a my personal project using the WIZNet chip's MacRaw-mode. How about referring to WIZnet's official project? |
Hello!
I already tried that, but no answer. I creatd an issue in the Winznet Github, in the specific project about Wiznet MicroPython support: Wiznet/RP2040-HAT-MicroPython#10 I Do not know why they no answer and/or did not that support, because they will sell more chips. Thank you! |
Hi, great work :)
I would like to use an ethernet on the ESP32-S3 with the WIZnet ethernet chip, with SSL, like as you did with RPICO. Is possible to use this driver to works in the same way with ESP32 family (ESP32/S2/S3/C3) that use the same ESP-IDF?
Thank you so much.
The text was updated successfully, but these errors were encountered: