Manual: Pycharm with MicroPython plugin

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
User avatar
hcet14
Posts: 34
Joined: Sat Dec 19, 2020 12:59 am

Manual: Pycharm with MicroPython plugin

Post by hcet14 » Thu Jul 01, 2021 9:25 pm

Hello,
this is no manual, maybe it is getting a manual with your help ;) I'm using ESP8266 and ESP32. Tested with Windows 10 and Ubuntu.

I have been searching the micropython forum, but didn't find the right information.

I'm trying to understand pycharm with the micropython plugin. I'm able to run a simple script like

Code: Select all

print ("Hello charming world")
Image

REPL also works.
Image

When I want to import any module, as for instance utime or machine, like in the plugin's developer blog https://blog.jetbrains.com/pycharm/2018 ... r-pycharm/ I'm unable to import modules.
Image

I found this stuff, which brought me to my current knowledge level:
https://medium.com/@andymule/micropytho ... 69b497ec8a
https://learn.adafruit.com/welcome-to-c ... cuitpython
Videos:
https://www.youtube.com/watch?v=SHwXH7OQPCI
https://www.youtube.com/watch?v=nnKyBhFzTmk
https://www.youtube.com/watch?v=KBnRvIZ1khM
https://www.youtube.com/watch?v=-v4-fi6kuE4

I also tried, to uninstall and install the plugin https://github.com/vlasovskikh/intellij ... -703180641 and you may read this https://github.com/vlasovskikh/intellij ... -872582972

Maybe you guys have different sources, where I can find information.

Any help is appreciated.

Thanks, hcet14
I'm a beginner with this stuff and no programmer at all.

Post Reply