Skip to content
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

Closed
beyonlo opened this issue Apr 18, 2022 · 4 comments
Closed

Is possible to use this driver on the ESP32 too? #1

beyonlo opened this issue Apr 18, 2022 · 4 comments

Comments

@beyonlo
Copy link

beyonlo commented Apr 18, 2022

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.

@SteveSEK
Copy link
Owner

Sure.
It may require some modifications, but I think it's possible.

@beyonlo
Copy link
Author

beyonlo commented Apr 19, 2022

Sure. It may require some modifications, but I think it's possible.

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!

@SteveSEK
Copy link
Owner

I marked the part I modified in official micropython repository as below.
///2xxxxx some comments

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?

@beyonlo
Copy link
Author

beyonlo commented Apr 25, 2022

Hello!

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?

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants