Difference between revisions of "Circuitpython"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
Copy the .uf2 into the folder of the board.
 
Copy the .uf2 into the folder of the board.
  
 +
[https://learn.adafruit.com/welcome-to-circuitpython/installing-circuitpython more detailed description on the installation process at adafruit.com]
  
 
= Install the Mu Editor =
 
= Install the Mu Editor =

Revision as of 10:07, 22 June 2024

Introduction and step by step tutorial from Adafruit

Installing CircuitPython

Go to circuitpython.org/downloads and download the version for your board.

Connect the board to the computer (e.g. Raspberry PI Pico) and the folder RPI-RP2 shows ups in your file system.

Copy the .uf2 into the folder of the board.

more detailed description on the installation process at adafruit.com

Install the Mu Editor

Follow the instructions for installting the Mu Editor.

  • Install it on your system
  • On first start up select CircuitPython as Mode
  • Test if it works in the CircuitPython REPL console