Note
Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts.
Why Join?
Expert Support: Solve post-sale issues and technical challenges with help from our community and team.
Learn & Share: Exchange tips and tutorials to enhance your skills.
Exclusive Previews: Get early access to new product announcements and sneak peeks.
Special Discounts: Enjoy exclusive discounts on our newest products.
Festive Promotions and Giveaways: Take part in giveaways and holiday promotions.
👉 Ready to explore and create with us? Click [here] and join today!
FAQ
Arduino
- Code upload failed in Arduino IDE?
Check that your Pico is correctly recognised by the Arduino IDE, the port should be COMXX (Raspberry Pi Pico), for instructions please refer to 1.3 Setting Up the Raspberry Pi Pico 2 W (Important).
Check that the Board(Raspberry Pi Pico) or port(COMXX (Raspberry Pi Pico))is selected correctly.
If your code is OK and you have selected the correct board and port, but the upload is still not successful. At this point you can click on the Upload icon again, when the progress below shows “Upload…”, unplug the USB cable, then press and hold the BOOTSEL button to plug it in and the code will be uploaded successfully.
MicroPython
- How to open and run the code?
For detailed tutorials, please refer to Open and Run Code Directly.
- How to upload library to Raspberry Pi Pico 2 W?
For detailed tutorials, please refer to 1.4 Upload the Libraries to Pico.
- NO MicroPython(Raspberry Pi Pico 2 W) Interpreter Option on Thonny IDE?
Check that your Pico 2 W is plugged into your computer via a USB cable.
Check that you have installed MicroPython for Pico 2 W (1.3 Install MicroPython on Your Pico).
The Raspberry Pi Pico 2 W interpreter is only available in version 3.3.3 or higher version of Thonny. If you are running an older version, please update (1.2 Install and Introduce Thonny IDE).
If the Li-po Charger module is plugged into the breadboard at this point, unplug it first and then re-plug the Pico 2 W into the computer.
- Cannot open Pico 2 W code or save code to Pico 2 W via Thonny IDE?
Check that your Pico 2 W is plugged into your computer via a USB cable.
Check that you have selected the Interpreter as MicroPython (Raspberry Pi Pico).
- Can Raspberry Pi Pico2 W be used on Thonny and Arduino at the same time?
NO, you need to do some different operations.
If you used it on Arduino first, and now you want to use it on Thonny IDE, you need to 1.3 Install MicroPython on Your Pico on it.
If you used it on Thonny first, and now you want to use it on Arduino IDE, you need to 1.3 Setting Up the Raspberry Pi Pico 2 W (Important).