Difference between revisions of "Circuitpython"
Line 12: | Line 12: | ||
If you need more help, here is a [https://learn.adafruit.com/welcome-to-circuitpython/installing-circuitpython more detailed description on the installation process at adafruit.com] | If you need more help, here is a [https://learn.adafruit.com/welcome-to-circuitpython/installing-circuitpython more detailed description on the installation process at adafruit.com] | ||
+ | |||
+ | = CircuitPy Drive = | ||
+ | |||
+ | After installing CircuitPython on the board and reconnecting the board, it should show up as a USB drive on your computer with the name CircuitPy. | ||
+ | |||
+ | Here you can directly access the code you write and data you safe from your programs. | ||
+ | |||
= Install the Mu Editor = | = Install the Mu Editor = | ||
Line 24: | Line 31: | ||
* Test if it works in the CircuitPython REPL console | * Test if it works in the CircuitPython REPL console | ||
+ | |||
+ | = CircuitPy Drive = | ||
+ | |||
+ | After installing |
Revision as of 09:20, 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.
Now you should be able to connect to the board and use the editor.
If you need more help, here is a more detailed description on the installation process at adafruit.com
CircuitPy Drive
After installing CircuitPython on the board and reconnecting the board, it should show up as a USB drive on your computer with the name CircuitPy.
Here you can directly access the code you write and data you safe from your programs.
Install the Mu Editor
Follow the instructions for installting the Mu Editor.
- download software from codewith.mu
- Install it on your system
- On first start up select CircuitPython as Mode
- Test if it works in the CircuitPython REPL console
CircuitPy Drive
After installing