Search found 3 matches

by pdinoto
Sat Nov 13, 2021 11:07 am
Forum: General Discussion and Questions
Topic: How to include driver into micropython compilation
Replies: 21
Views: 65264

Re: How to include driver into micropython compilation

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 (developed for circuitpython) for this chip. Now it seems works, but maybe it need more test. I ...
by pdinoto
Thu Jan 16, 2020 12:38 pm
Forum: Drivers for External Components
Topic: Using the ESP with a Ethernet Port through SPI
Replies: 15
Views: 15256

Re: Using the ESP with a Ethernet Port through SPI

Ok probably nobody integrated the w5k chips with ESP32. I'm a web software developer, so i have not enough embedded programming background/experience. Can someone more experienced give me a starting point and/or a todo list of files/changes that must be done to integrate those drivers with ESP32 in ...
by pdinoto
Fri Jan 10, 2020 3:35 pm
Forum: Drivers for External Components
Topic: Using the ESP with a Ethernet Port through SPI
Replies: 15
Views: 15256

Re: Using the ESP with a Ethernet Port through SPI

Hi everyone,
i have a esp32 board with W5500 ethernet chip connected in SPI and i would like to use MicroPython with it so i can use all my previous code to create custom firmware.

Do someone have been able to integrate this chip into MicroPython?