How do I include drivers into the micropython compilation.

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
AmeliaJames
Posts: 2
Joined: Wed Nov 24, 2021 5:49 am

How do I include drivers into the micropython compilation.

Post by AmeliaJames » Wed Nov 24, 2021 8:24 am

Hey

Am a new member here, and am really stack at some places. I trying to add wiznet5k support to micropython that is being used on esp32. I followed some tutorial information that I got online and I was able to compile the micropython. But after carrying out some reading, I was not able to to know how I could add some drivers or even anything into the compilation. According to the post on the link viewtopic.php?t=2842 I am informed that I am only required to copy .py file but that does not make sense to me since I cannot locate the .py file in: /Micropython/esp32/micropython/drivers/wiznet5k
ethernet internet README.md
the folder am working with contains only two folders and just a read me file.
https://www.theengineeringprojects.com/ ... diode.html
Can somebody point me in the correct direction?

Thank you!

Post Reply