-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
RPi PICO mPyEasy support #5
Comments
I am curious too. Native micropython runs on it and API is something similar than ESP32. Basic functions may work on Pico but i do not see any network interfaces. Maybe W5500 can be coded to work on Pico but currently W5500 is only works with STM32 chips. |
In theory W5500 will compile with RP2 but i am unable to make it yet. Maybe micropython official will be added soon. |
This comment has been minimized.
This comment has been minimized.
Micropython STM32 driver for W5500 LAN is not compatible with RP architecture. But i've succesfully modified Adafruit_CircuitPython_Wiznet5k to work with micropython and run a subset of mpyeasy.. although there was an even larger problem, as _thread (multiprocessing) module is working very strangely, differs from any other ports such as ESP32, resulting in constant freezes. So i have to say that Pi Pico in its current state is absolutely not usable with mpyeasy. :( |
Current status:
|
@Budman1758 |
Just bought a couple of these new Raspberry PICO units. Will this software run on them? Haven't received them yet. Just curious.
The text was updated successfully, but these errors were encountered: