boochow / micropython-raspberrypi

bare metal Raspberry Pi Zero / Zero W port of MicroPython
MIT License
215 stars 24 forks source link

Can i use it for this? #36

Open 9acca9 opened 2 years ago

9acca9 commented 2 years ago

So... What is this? I have a two python files I need to run at the boot on a RPI zero w. Those files call i2c components. A multiplexor, 4 mcp, 1 htk1633 for LEDs and a LCD display. (And I need wifi)

Can I use micro python to make that work? (im currently using raspbian).

boochow commented 2 years ago

No, I'm sorry, this does not support WiFi. I recommend ESP32 if you want to use WiFi on micropython.