Replies: 3 comments
-
Yes, I use VS Code daily for MicroPython work. I edit files in VS Code and then use mpremote to communicate to the device, often using the mount option. To execute a specific file on your device, install mpremote, use the terminal built-in to VS Code and execute something like: |
Beta Was this translation helpful? Give feedback.
-
Yes, it is possible to work with MicroPython on Visual Studio Code (VS Code) and execute scripts directly on an STM32 board. https://lemariva.com/blog/2018/12/micropython-visual-studio-code-as-ide https://community.st.com/t5/stm32-mcus-products/can-i-use-python-to-program-stm32/td-p/177775 |
Beta Was this translation helpful? Give feedback.
-
I think that VSCode + MicroPico can support stm32 as well , ( at least its predecessor VSCode + Pymakr could) https://github.com/paulober/MicroPico?tab=readme-ov-file#features and it comes with some nice type-stubs as well 😎 |
Beta Was this translation helpful? Give feedback.
-
Hello!
Is it possibile to work with micropython using Visual Studio Code? I want to write script in Visual Studio Code and execute it on the STM32 board directly from Visual Studio IDE.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions