Search found 5 matches

by lc2047
Thu May 07, 2020 2:13 am
Forum: General Discussion and Questions
Topic: Having Trouble Getting PyCharm to work
Replies: 5
Views: 5198

Re: Having Trouble Getting PyCharm to work

Hi @Roberthh Thanks for your comment. Is there any micropthon IDE for BOTH microbit & pyboard? Do pyboard necessary with SD card for a program? There are 88.5kB only of "PYBFLASH" driver. With microbit, there have ~64MB free. Or the program file(s) need a special method(not copy-&-paste) to transfer...
by lc2047
Thu May 07, 2020 2:00 am
Forum: Programs, Libraries and Tools
Topic: How to import my driver(e.g private ".py" file)
Replies: 3
Views: 2257

Re: How to import my driver(e.g private ".py" file)

Hi @T-Wilko

Thanks for your share.
by lc2047
Thu Apr 30, 2020 1:54 am
Forum: Programs, Libraries and Tools
Topic: How to import my driver(e.g private ".py" file)
Replies: 3
Views: 2257

How to import my driver(e.g private ".py" file)

Hi With python(PC ver.), we can split something(e.g. function, diver, or data) in a separate file. And import it when using it. Shell we do that in micropython? However, the system(not sure in IDE or board) seem to accept ONE file(main.py or main.hex) only. If not possible, the script file(main.py) ...
by lc2047
Sun Feb 16, 2020 10:43 am
Forum: General Discussion and Questions
Topic: Having Trouble Getting PyCharm to work
Replies: 5
Views: 5198

Re: Having Trouble Getting PyCharm to work

Hi Jimmo Thanks for your comment. I tried to run it in PyCharm(PC). I think the code needs running(like to comply) first, then download to ESP8266. My problem seem that it is not a success to comply. With PC version python env., utime seen is included in "os". How about "machine"? Without it, what s...
by lc2047
Wed Feb 12, 2020 7:02 am
Forum: General Discussion and Questions
Topic: Having Trouble Getting PyCharm to work
Replies: 5
Views: 5198

Having Trouble Getting PyCharm to work

Hi I tried to use pycharm for micropython(ESP8266) and follow "https://blog.jetbrains.com/pycharm/2018/01/micropython-plugin-for-pycharm/" to config pycharm & install micropython plug-in. After that pycharm detected my ESP8266, but having a problem while trial demo program(show below) import utime f...