Comments on: Raspberry Pi Pico W: Getting Started with HTTP GET Requests (MicroPython) https://randomnerdtutorials.com/raspberry-pi-pico-w-http-requests-micropython/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 06 Aug 2024 12:23:15 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Wiesław https://randomnerdtutorials.com/raspberry-pi-pico-w-http-requests-micropython/#comment-945774 Tue, 06 Aug 2024 12:23:15 +0000 https://randomnerdtutorials.com/?p=159888#comment-945774 In reply to Sara Santos.

Thank you. Installing a newer version solved the problem.

]]>
By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pico-w-http-requests-micropython/#comment-945718 Tue, 06 Aug 2024 08:37:57 +0000 https://randomnerdtutorials.com/?p=159888#comment-945718 In reply to Wiesław.

Hi.
That module is included by default.
Make sure you installed the latest MicroPython firmware for the Raspberry Pi Pico W version.
If you mistakenly installed for the RPi Pico (without the W—without wireless capabilities), it won’t have the requests module by default.

Regards,
Sara

]]>
By: Wiesław https://randomnerdtutorials.com/raspberry-pi-pico-w-http-requests-micropython/#comment-944111 Thu, 01 Aug 2024 18:30:20 +0000 https://randomnerdtutorials.com/?p=159888#comment-944111 I use: MicroPython v1.19.1-88-g74e33e714 on 2022-06-30; Raspberry Pi Pico W with RP2040.
I don’t know how to install the module: requests.

MPY: soft reboot
Traceback (most recent call last):
File “”, line 5, in
ImportError: no module named ‘requests’

]]>