Programming micro:bit with Thonny IDE

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
Kauri94
Posts: 1
Joined: Fri May 19, 2017 8:35 am

Programming micro:bit with Thonny IDE

Post by Kauri94 » Fri May 19, 2017 3:07 pm

Hello,

I am developing a plug-in for Thonny IDE which allows to program micro:bit in MicroPython.
One of the plug-in's key features is that it allows to quickly execute written scripts on micro:bit without flashing.
If user is happy with the result, then the written script can be flashed on micro:bit.

If you are curious and like to try it out then please check out the links below :)
More info about Thonny IDE: http://thonny.org/
More info about Thonny micro:bit plug-in (installation guide etc): https://bitbucket.org/KauriRaba/thonny-microbit

max85
Posts: 2
Joined: Sat Mar 02, 2019 8:00 am

Re: Programming micro:bit with Thonny IDE

Post by max85 » Wed May 22, 2019 12:47 pm

Hi kauri

I'm a french teacher and i want to use thonny-microbit with my students.

my problem :

in my home i installed thonny 2.1.22 and the microbit plugin; the program function very well.

in my schoolthe computer scientist installed thonny 3.1.2 but it isn't possible to install the microbit plugin.

My question : is it possible to use the microbit plugin with thonny 3.1.2 .... If yes, how make this ?

Can you help me ?

Best regards

S.Mary

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: Programming micro:bit with Thonny IDE

Post by jimmo » Wed May 22, 2019 4:51 pm

Hope you get a reply answering your question but it's an old thread, so just in case you need to find other options...

Have you tried using Mu (https://codewith.mu) with your students. It has a lot of really nice features, and has a standalone version that is generally pretty easy to install even on locked-down computers.

(I used to help run a robotics summer camp for kids that involved teaching micro:bit and we really liked Mu. The plotter feature in particular is excellent)

Thonny-microbit has the really great feature though to run a script without flashing the device, which is great for getting stuff working quickly. That said, if you update the Daplink firmware on your micro:bit the new partial-flash feature is supported by Mu and it's very fast. https://support.microbit.org/support/so ... -micro-bit

max85
Posts: 2
Joined: Sat Mar 02, 2019 8:00 am

Re: Programming micro:bit with Thonny IDE

Post by max85 » Wed May 22, 2019 8:19 pm

Hello
I know Mu editor and i use this one.

But in my school the mathematics teachers use thonny ;

I am a physical teacher and i think is better for students to use the same python environment

User avatar
aivarannamaa
Posts: 171
Joined: Fri Sep 22, 2017 3:19 pm
Location: Estonia
Contact:

Re: Programming micro:bit with Thonny IDE

Post by aivarannamaa » Tue Oct 01, 2019 11:23 am

Since Thonny 3.2 micro:bit plug-in is included in the main Thonny package.
Aivar Annamaa
https://thonny.org

Post Reply