-
Notifications
You must be signed in to change notification settings - Fork 26
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
pico keeps disconnecting and reconnecting when i try to run a script on it #212
Comments
Maybe that's related to issues some other also have. I'm still searching for a possible cause to this kind of issues. |
Could can use It like a file system (it's on the pico). You can drag the python script in there and then right click the script and select run. |
I have the same problem. Running MacOS 14.4. Terminal cyclically connects and disconnects every 5 seconds. |
This happens to me whenever it gets "stuck". Only I could fix it is by flashing it again. |
I just ran into this as well on Ubuntu 22.04.4 LTS. |
hi everyone i have just bought my raspberry pico and i wanted to try and learn how to program a microcontroler and i didnt like the thonny ide(and couldnt get it to install micropython on my board) and i have found this vscode extension
(i have uploaded the uf2 file from the official website for micropython)
once the pico connects i can run simple commands via the terminal like print() but once i try and use the run current file on pico command the board just disconnects and then reconnects almost instantly but my script isnt running
i only got his error message in the console: Exception occured (maybe a connection loss)
i dont know what am i doing wrong, i have also tried to connect my pico to my pc using a different usb cable but that one seems to do worse because it just kept connecting and disconnecting without running any commands(i am using a brand new micro-usb cable)
i also want to mention that i have run some simple c programs on my pico and they worked flawlessly
does anyone have a solution for this problem? thanks!
in this screen shot i ran a simple command and then tried to run a blink.py script on my pico but got that message
The text was updated successfully, but these errors were encountered: