Skip to content

Commit 47329d0

Browse files
Merge pull request #3937 from raspberrypi/develop
deploy to production
2 parents e73d86e + 5b2aecf commit 47329d0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@ image::images/MicroPython-640x360-v2.gif[]
66

77
Download the correct MicroPython UF2 file for your board:
88

9-
* https://micropython.org/download/rp2-pico/rp2-pico-latest.uf2[Raspberry Pi Pico]
9+
* https://micropython.org/download/rp2-pico/rp2-pico-latest.uf2[Pico]
1010
11-
* https://micropython.org/download/rp2-pico-w/rp2-pico-w-latest.uf2[Raspberry Pi Pico W] with Wi-Fi and Bluetooth LE support
12-
//(with https://makeblock-micropython-api.readthedocs.io/en/latest/public_library/Third-party-libraries/urequests.html[urequests] and https://docs.micropython.org/en/latest/reference/packages.html[upip] preinstalled)
11+
* https://micropython.org/download/rp2-pico-w/rp2-pico-w-latest.uf2[Pico W]
1312
14-
//* https://datasheets.raspberrypi.com/soft/micropython-firmware-pico-w-130623.uf2[Raspberry Pi Pico W] with Wi-Fi and Bluetooth LE support
13+
* https://micropython.org/download/RPI_PICO2/RPI_PICO2-latest.uf2[Pico 2]
1514
16-
//IMPORTANT: Until Bluetooth support is integrated into the upstream repo you should download the beta https://datasheets.raspberrypi.com/soft/micropython-firmware-pico-w-130623.uf2[UF2 firmware] which has both Wi-Fi and Bluetooth support built in. Documentation introducing working with Wi-Fi and Bluetooth on Raspberry Pi Pico W with C/{cpp} or MicroPython is presented in the https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf[Connecting to the Internet with Raspberry Pi Pico W] book. Full details of https://github.com/bluekitchen/btstack#supported-protocols-and-profiles[supported Bluetooth protocols and profiles] are Blue Kitchen https://github.com/bluekitchen/btstack[BTStack] Github repository.
15+
* https://downloads.raspberrypi.com/micropython/mp_firmware_unofficial_latest.uf2[Pico 2 W]
1716
18-
To work with Wi-Fi and Bluetooth on Raspberry Pi Pico W with C/{cpp} or MicroPython, see the https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf[Connecting to the Internet with Raspberry Pi Pico W] book. For details about https://github.com/bluekitchen/btstack#supported-protocols-and-profiles[supported Bluetooth protocols and profiles], see the Blue Kitchen https://github.com/bluekitchen/btstack[BTStack] Github repository.
17+
For more information about using Wi-Fi and Bluetooth on Raspberry Pi Pico W-series devices with C/{cpp} or MicroPython, see https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf[Connecting to the Internet with Raspberry Pi Pico W-series].
1918

20-
NOTE: MicroPython distributions for other RP2040-based boards are available on the https://micropython.org/download/[MicroPython download page].
19+
For more information about https://github.com/bluekitchen/btstack#supported-protocols-and-profiles[supported Bluetooth protocols and profiles], see the Blue Kitchen https://github.com/bluekitchen/btstack[BTStack] Github repository.
20+
21+
NOTE: MicroPython distributions for other RP2040- and RP2350-based boards are available on the https://micropython.org/download/[MicroPython download page].
2122

2223
To program your device, follow these steps:
2324

@@ -27,4 +28,4 @@ To program your device, follow these steps:
2728

2829
. Access the REPL via USB Serial.
2930

30-
The https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf[Raspberry Pi Pico Python SDK] book contains step-by-step instructions for connecting to your Pico and programming it in MicroPython using both the command line and the https://thonny.org/[Thonny] IDE.
31+
The https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf[Raspberry Pi Pico-series Python SDK] book contains step-by-step instructions for connecting to your Pico and programming it in MicroPython using both the command line and the https://thonny.org/[Thonny] IDE.

0 commit comments

Comments
 (0)