Page 1 of 1

New version of Thonny IDE

Posted: Mon Nov 04, 2019 2:03 pm
by aivarannamaa
Hi everybody!

I just released a new version of Thonny IDE with several improvements related to MicroPython: https://github.com/thonny/thonny/releases/tag/v3.2.3

Usage instructions are here: https://github.com/thonny/thonny/wiki/MicroPython

Looking forward to your feedback!

Best regards
Aivar

Re: New version of Thonny IDE

Posted: Tue Nov 05, 2019 7:41 am
by pidou46
Nice!

It's my prefered option to work with micropython powered MCU (ESP8266 ad ESP32)

It make the process of writing code for micropython alot easier thant everything I have tried before.

Thanks

Re: New version of Thonny IDE

Posted: Thu Nov 07, 2019 9:28 pm
by pidou46
This latest release bring studding stability, it works flawlessly for all my uses cases.

kudos to Aivar :D

Re: New version of Thonny IDE

Posted: Fri Nov 08, 2019 6:11 am
by net0040
aivarannamaa wrote:
Mon Nov 04, 2019 2:03 pm
Hi everybody!

I just released a new version of Thonny IDE with several improvements related to MicroPython: https://github.com/thonny/thonny/releases/tag/v3.2.3

Usage instructions are here: https://github.com/thonny/thonny/wiki/MicroPython

Looking forward to your feedback!

Best regards
Aivar
Great, thank you for your work, I used to debug micropython with other Ide Tool, Try Thonny IDE now. :D

Re: New version of Thonny IDE

Posted: Tue Nov 12, 2019 9:32 am
by jedie
Great job!

What i still miss: automatic sync files on device <-> local

Re: New version of Thonny IDE

Posted: Fri Nov 15, 2019 2:46 am
by chrismas9
What i still miss: automatic sync files on device <-> local
I actually use Thonny to avoid writing to local flash. I have multiple test scripts with different names that Thonny lets me run in RAM without renaming them to main.py. Only when one is tested do I download it as main.py. Also some of my small targets (256k) don't have a filesystem so I use Thonny to test them before freezing.

Thanks for developing and maintaining Thonny.

Re: New version of Thonny IDE

Posted: Fri Nov 15, 2019 7:37 am
by jedie
Yes, Thonny is great. It's a good place for experimenting. But it is difficult to keep your sources up to date in the local git, because thonny doesn't save the sources locally at the same time.

For this, i created: https://github.com/thonny/thonny/issues/990

Re: New version of Thonny IDE

Posted: Fri Dec 27, 2019 1:01 pm
by jedie
Wow, cool. New Thonny version (3.2.5) keeps the device connection even after a heard reset. This is really very helpful!