SunFounder Thales Kit for Raspberry Pi Pico, Release 1.0
Note:
Please ignore the warning that a drive was removed without being ejected, that’s supposed to happen!
When you dragged the MicroPython firmware file onto your Pico, you told it to flash the firmware onto its internal
storage. To do that, your pico switches out of the special mode you put it in with the ‘BOOTSEL’ button, flashes the
new firmware, and then load it (meaning that your Pico is now running MicroPython).
Congratulations: your’re now ready to get started with MicroPython on your Raspberry Pi Pico!
3.2 Thonny Python IDE
Before you can start to program Pico with MicroPython, you need an integrated development environment (IDE), here
we recommend Thonny. Thonny comes with Python 3.7 built in, just one simple installer is needed and you’re ready
to learn programming.
3.2.1 Download from Web
You can download it by visiting the Thonny website:
. Once open the page, you will see a light gray
box in the upper right corner, click on the link that applies to your operating system.
42
Chapter 3. For MicroPython User
Summary of Contents for Thales Kit
Page 1: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 Jimmy SunFounder Jun 04 2021 ...
Page 2: ......
Page 4: ...ii ...
Page 6: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 2 CONTENTS ...
Page 140: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 136 Chapter 3 For MicroPython User ...
Page 164: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 160 Chapter 4 For Arduino User ...