Replies: 3 comments 4 replies
-
|
If you are using pycharm, I suggest you consider using MicroPython Tools Plugin for PyCharm, CLion, IntelliJ and other JetBrains IDEs: |
Beta Was this translation helpful? Give feedback.
-
|
As suggested the MicroPython Tools plugin can let you execute code on the device without uploading it directly. If you do decide to store code on the device it has a more complete file system manager and project structure than Thonny has. If you have any questions feel free to create an issue/discussion in the plugin's GitHub. You can find the plugin by searching for "MicroPython Tools" in "settings -> plugins" UI of the IDE. Just a note, make sure that your IDE is version 2025.2 or later so you get the latest features. |
Beta Was this translation helpful? Give feedback.
-
|
I finally found the solution. Right click on the source file tab you are editing and almost at the bottom (probably off the screen) is the "Execute in REPL" selection. Now to figure out if this can be set as the default execution. Thanks for the feedback, |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I have been using Thonny to edit MP scripts. Just recently downloaded pycharm to try out. So far I am impressed, it's similar to Visual Studio Code but a lot less confusing.
With Thonny is can run a MP script on my PC remotely on the device (via mpremote) without copying the script to the device. My searching indicates this can be done in pycharm but I haven't found any setup procedures.
I'm using a raspberry pi (trixie) and mpremote is installed in a python virtual environment. pycharm is connected to a pico2_w.
Thanks,
Curt
Beta Was this translation helpful? Give feedback.
All reactions