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

Issue with multicore.py #77

Open
NFLEagles500 opened this issue Aug 21, 2024 · 0 comments
Open

Issue with multicore.py #77

NFLEagles500 opened this issue Aug 21, 2024 · 0 comments

Comments

@NFLEagles500
Copy link

I'm running the latest 1.23 micropython, on a Pico W microcontroller. One simple note and/or suggestion (especially when developing using Thonny) is to run a sleep on the main core the entire time the thread is running. My Thonny was disconnecting when I only had the code from multicore.py attempting to run. Admittedly, when I store multicore.py as main.py and simply powered the device on (just power plug, not computer), the code in multicore.py ran fine, but obviously during developement it's tough to test without IDE. Also, getting access to the microcontroller back with the multicore.py as main.py is a pain. You may have to use the nuke to clear the code out, but what I did is I had a jumper in the run pin, and with Thonny running and the microcontroller connected via usb I had to brush the other end of the jumper along a ground pin while trying to select the microcontroller in the bottom right. Eventually I got it reconnected.

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

1 participant