Search found 171 matches

by aivarannamaa
Thu Sep 03, 2020 4:11 pm
Forum: Programs, Libraries and Tools
Topic: Beta of Thonny 3.3 with several MP-related improvements
Replies: 2
Views: 2550

Beta of Thonny 3.3 with several MP-related improvements

Today I released first betas of upcoming Thonny 3.3 with several improvements for MicroPython development: * Refactored communication with MicroPython REPL. Should fix various intermittent errors encountered by several Thonny users. * Support for Unix port, both local and over SSH. * MicroPython pac...
by aivarannamaa
Thu Sep 03, 2020 11:57 am
Forum: Other Boards
Topic: Nucleo-F411RE file UPLOAD/DOWNLOAD limit ??
Replies: 8
Views: 4038

Re: Nucleo-F411RE file UPLOAD/DOWNLOAD limit ??

Short:

* Run => Select interpreter => MicroPython (generic) => Select your port
* View => Files
* Right-click on a local file and select "Upload to ..."

Longer story: https://github.com/thonny/thonny/wiki/MicroPython
by aivarannamaa
Thu Sep 03, 2020 11:30 am
Forum: Other Boards
Topic: Nucleo-F411RE file UPLOAD/DOWNLOAD limit ??
Replies: 8
Views: 4038

Re: Nucleo-F411RE file UPLOAD/DOWNLOAD limit ??

If I remember correctly, then Nucleo boards required explicit "flush" after writing each block while uploading, otherwise there was very long delay before next command could be issued and this may have confused uPyCraft. I recommend to try freshly published Thonny 3.3.0 beta (https://github.com/thon...
by aivarannamaa
Mon Aug 31, 2020 2:18 pm
Forum: ESP8266 boards
Topic: Stable Windows IDE for micropython 8266 development
Replies: 12
Views: 6840

Re: Stable Windows IDE for micropython 8266 development

can you suggest a way to upload libraries to the boards without copying them by hand? I tried hand copying and for some "self-contained" library it's ok but some GIT libraries have many parts and it's not a quick/easy task to study all the code to understand what parts are needed (an example is the...
by aivarannamaa
Sat Aug 29, 2020 8:03 pm
Forum: ESP8266 boards
Topic: Stable Windows IDE for micropython 8266 development
Replies: 12
Views: 6840

Re: Stable Windows IDE for micropython 8266 development

Thonny's forum is here: https://groups.google.com/g/thonny Have you reported your specific issues to Thonny's issue tracker (https://github.com/thonny/thonny/issues)? Although I believe next Thonny version will be more stable, I wouldn't wait for it but kept going, eg. writing in Notepad++ and uploa...
by aivarannamaa
Sat Aug 29, 2020 9:11 am
Forum: ESP8266 boards
Topic: Stable Windows IDE for micropython 8266 development
Replies: 12
Views: 6840

Re: Stable Windows IDE for micropython 8266 development

I agree that MicroPython support in Thonny is is far from robust, but I'm about to finish a refactoring which should improve things a lot. So, don't give up on Thonny yet, and check Thonny's homepage in a week or so for the first beta of version 3.3.
by aivarannamaa
Thu Aug 20, 2020 5:04 am
Forum: Development of MicroPython
Topic: Typesheds
Replies: 15
Views: 9162

Re: Typesheds

@deshipu, I know about stub files in general. I wanted to know from where to get CircuitPython's stub files.

I suppose Scott doesn't read this forum often, so I'll better ask at CP-s forum.
by aivarannamaa
Tue Aug 18, 2020 7:00 am
Forum: Development of MicroPython
Topic: Typesheds
Replies: 15
Views: 9162

Re: Typesheds

@tannewt, where can find or read more about those pyi-s? I'd try to use them for auto completion in the next Thonny release.
by aivarannamaa
Sun Aug 09, 2020 6:32 am
Forum: Programs, Libraries and Tools
Topic: pypi.org/pypi vs micropython.org/pi
Replies: 18
Views: 8936

Re: pypi.org/pypi vs micropython.org/pi

I can think of another upip/micropip enhancement, which would allow making Thonny's micropip GUI more user-friendly. Currently it is not possible to reliably link installed modules to a distribution package. Also, the user has to remember the version number of the installed package as the metadata i...
by aivarannamaa
Sun Aug 09, 2020 5:01 am
Forum: Programs, Libraries and Tools
Topic: pypi.org/pypi vs micropython.org/pi
Replies: 18
Views: 8936

Re: pypi.org/pypi vs micropython.org/pi

Thought it might be worth highlighting #358 since it adds version specifiers (from PEP440 and PEP508 to upip. But it was submitted against the older micropython-lib upip rather than the micropython upip. If you think it'd be useful for your use I can take a closer look at tidying up that PR... I be...