Search found 171 matches

by aivarannamaa
Sat Aug 13, 2022 7:45 am
Forum: General Discussion and Questions
Topic: Frustrations with missing libraries?
Replies: 18
Views: 21307

Re: Frustrations with missing libraries?

The readers of this thread may find the discussion under https://github.com/micropython/micropython/pull/8914 interesting.
by aivarannamaa
Sat Aug 06, 2022 8:27 am
Forum: General Discussion and Questions
Topic: Frustrations with missing libraries?
Replies: 18
Views: 21307

Re: Frustrations with missing libraries?

I have to say, that the one frustrating thing with MicroPython is what appears to be no documentation now how to manage libraries. Thonny does it one way, others say just copy files to the root file system of the device, etc., etc, etc. I've had similar feelings when developing MicroPython and Circ...
by aivarannamaa
Wed Jul 13, 2022 9:49 pm
Forum: Raspberry Pi microcontroller boards
Topic: How to distinguish Pico from Pico W?
Replies: 6
Views: 4596

Re: How to distinguish Pico from Pico W?

Thanks for sharing this observation! But I think I'll refactor the installation dialog to present a dropdown with MicroPython variants rather than rely on index.htm
by aivarannamaa
Thu Jul 07, 2022 5:13 am
Forum: Raspberry Pi microcontroller boards
Topic: How to distinguish Pico from Pico W?
Replies: 6
Views: 4596

How to distinguish Pico from Pico W?

I haven't received my Pico W yet, but I'm told that that its INFO_UF2.TXT uses same Model and Board-ID values as original Pico. Do you know why is that? Is there another way for distinguishing Pico W from original Pico in bootloader mode? I'd like to enhance Thonny's MicroPython installation dialog ...
by aivarannamaa
Fri Jul 01, 2022 7:34 am
Forum: General Discussion and Questions
Topic: Thonny freezing when trying to flash firmware
Replies: 6
Views: 1853

Re: Thonny freezing when trying to flash firmware

I've seen the file preview feature in Windows Explorer (and also in open dialogs) having difficulties with certain files.
by aivarannamaa
Thu Jun 30, 2022 8:51 pm
Forum: General Discussion and Questions
Topic: Thonny freezing when trying to flash firmware
Replies: 6
Views: 1853

Re: Thonny freezing when trying to flash firmware

Which OS and Thonny version are you using?
by aivarannamaa
Sat Jun 25, 2022 4:32 am
Forum: General Discussion and Questions
Topic: Why no binary releases on github?
Replies: 4
Views: 3462

Re: Why no binary releases on github?

There's already a feed somewhere, as Thonny picks up new versions automatically Thonny uses GitHub release info to construct URL-s for CircuitPython downloads (combined with template downloaded from https://github.com/thonny/thonny/blob/master/thonny/plugins/circuitpython/devices.json) For Pico (an...
by aivarannamaa
Tue May 17, 2022 12:31 pm
Forum: ESP32 boards
Topic: THONNY EXECUTE STEP BY STEP ESP32
Replies: 2
Views: 1446

Re: THONNY EXECUTE STEP BY STEP ESP32

Step-by-step debugging is available only for CPython, not for MicroPython or CircuitPython.