Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: How to Use CircuitPython with Raspberry Pi Pico 2  (Read 2133 times)

0 Members and 1 Guest are viewing this topic.

OpenELAB

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 16
  • Last login:December 06, 2024, 04:11:24 am
  • I want to build my own arcade controls!
How to Use CircuitPython with Raspberry Pi Pico 2
« on: November 04, 2024, 12:59:50 am »
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!