New version of Thonny IDE

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
aivarannamaa
Posts: 171
Joined: Fri Sep 22, 2017 3:19 pm
Location: Estonia
Contact:

New version of Thonny IDE

Post by aivarannamaa » 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
Aivar Annamaa
https://thonny.org

pidou46
Posts: 101
Joined: Sat May 28, 2016 7:01 pm

Re: New version of Thonny IDE

Post by pidou46 » Tue Nov 05, 2019 7:41 am

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
nodemcu V2 (amica)
micropython firmware Daily build 05/31/2016

pidou46
Posts: 101
Joined: Sat May 28, 2016 7:01 pm

Re: New version of Thonny IDE

Post by pidou46 » Thu Nov 07, 2019 9:28 pm

This latest release bring studding stability, it works flawlessly for all my uses cases.

kudos to Aivar :D
nodemcu V2 (amica)
micropython firmware Daily build 05/31/2016

User avatar
net0040
Posts: 26
Joined: Fri Nov 08, 2019 4:33 am

Re: New version of Thonny IDE

Post by net0040 » Fri Nov 08, 2019 6:11 am

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


chrismas9
Posts: 152
Joined: Wed Jun 25, 2014 10:07 am

Re: New version of Thonny IDE

Post by chrismas9 » Fri Nov 15, 2019 2:46 am

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.

jedie
Posts: 252
Joined: Fri Jan 29, 2016 12:32 pm
Contact:

Re: New version of Thonny IDE

Post by jedie » Fri Nov 15, 2019 7:37 am

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

jedie
Posts: 252
Joined: Fri Jan 29, 2016 12:32 pm
Contact:

Re: New version of Thonny IDE

Post by jedie » Fri Dec 27, 2019 1:01 pm

Wow, cool. New Thonny version (3.2.5) keeps the device connection even after a heard reset. This is really very helpful!

Post Reply