Sujet : Re: new here
De : PythonList (at) *nospam* DancesWithMice.info (dn)
Groupes : comp.lang.pythonDate : 26. Aug 2024, 04:00:56
Autres entêtes
Organisation : DWM
Message-ID : <mailman.4.1724637669.2917.python-list@python.org>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Mozilla Thunderbird
It appears there were some delays in the email/servers.
Thanks for this (and earlier) ideas and advice!
On 23/08/24 17:38, rbowman via Python-list wrote:
On Thu, 22 Aug 2024 19:56:54 -0700, Paul Rubin wrote:
With MicroPython on the Pico, you use some command line utility to
transfer files instead, but it is no big deal.
Loading the UF2 is easy.
https://www.raspberrypi.com/documentation/microcontrollers/
micropython.html
I use VS Code with the MicroPython extension so when the board is plugged
in it shows up as ttyACM0 or COM something I think on Windows. If you need
a package for a peripheral the file structure on the actually device shows
up so you can copy it to the lib directory.
https://pypi.org/project/pipkin/
pipkin is the command line utility. Thonny isn't my favorite IDE but it
does make life easy:
https://projects.raspberrypi.org/en/projects/getting-started-with-the-
pico/2
-- Regards,=dn