Page 1 of 1

Manual: Pycharm with MicroPython plugin

Posted: Thu Jul 01, 2021 9:25 pm
by hcet14
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