Beta of Thonny 3.3 with several MP-related improvements

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:

Beta of Thonny 3.3 with several MP-related improvements

Post by aivarannamaa » Thu Sep 03, 2020 4:11 pm

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 package manager (based on micropip.py by Peter Hinch).

Python+Thonny binary bundles can be found here: https://github.com/thonny/thonny/releases/tag/v3.3.0b2
Alternatively you can install it with "pip install --pre thonny"

Looking forward to your feedback! (Please report bugs here: https://github.com/thonny/thonny/issues/new)
devices.jpg
Devices which seem to be happy with Thonny 3.3
devices.jpg (228.54 KiB) Viewed 3357 times
Aivar Annamaa
https://thonny.org

User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: Beta of Thonny 3.3 with several MP-related improvements

Post by mattyt » Sat Sep 05, 2020 1:38 am

Thanks for all your efforts Alvar! This looks really cool.

I helped write some workshop material for beginners last year and need to base it around some tool to help deploy files to a device. I chose the alpha of Mu (which is also great) over Thonny because, at the time, using it with MicroPython was problematic. Glad that's no longer the case!

uCTRL
Posts: 47
Joined: Fri Oct 12, 2018 11:50 pm

Re: Beta of Thonny 3.3 with several MP-related improvements

Post by uCTRL » Sat Sep 05, 2020 5:51 am

Thanks for an update.
Have been using Thonny with uPython boards for a fairly long time without major issues.
Very easy and quick productivity on Windows environment.

Windows 10 antivirus complained as unsafe when downloading exe, had to create an exception, have reported it as safe.

Post Reply