How to Use CircuitPython with Raspberry Pi Pico 2
Today, we’ll explore how to use CircuitPython with the new Raspberry Pi Pico 2, a powerful upgrade from the original. Let’s get started!
What is CircuitPython
CircuitPython is perfect for beginners and hobbyists, offering an easy-to-use programming experience with no desktop software installation required. Just plug in your Pico 2 and start coding using any text editor.
How to Use CircuitPython with Pico 2
Step-by-Step Guide
1. Install Mu Editor
- Download Mu Editor from codewith.mu and follow the installation instructions.
- Upon first launch, select "CircuitPython" mode.
2. Install CircuitPython on Pico 2
- Download the latest CircuitPython 9.2.0-beta.0 from CircuitPython.org.
- Hold the BOOTSEL button on the Pico 2 while connecting it to your computer via USB.
- Drag and drop the .UF2 file to the Pico 2 drive.
3. Start Coding
- Once installed, open Mu and begin writing code. It’s that easy!
Stay Tuned
We’ll dive into more Pico 2 projects soon, so keep an eye on this space!