IDE suggestion #11271
Unanswered
kjm1102
asked this question in
Using MicroPython
IDE suggestion
#11271
Replies: 2 comments 3 replies
-
My preference is VS Code, using mpremote in a terminal to synchronise code to a device. If VS Code is too complex, choose your own IDE (Atom is fine, though development has been discontinued) but, again, use mpremote to interact with your device. |
Beta Was this translation helpful? Give feedback.
3 replies
Something went wrong.
-
Have you tried Viper IDE ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greeting micropythonistas!
I started my upython journey back in 2016 so Atom with pymakr is my default IDE. Recently I wanted to try out a wemos S2 mini. For some reason Atom won't connect with the mini (could it be something to do with the mini using uart0 for usb?) so I swapped to Thonny which crashes with
for a simple program that ends
So now I'm in need of an IDE. VScode looks way too complicated so I'm after something simple & reliable that works with an S2 mini & doesn't have a hangup with print statements? Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions