Geing Started With Raspberry Pi Pico on Piper Make Block Coding

by WellActually in Circuits > Raspberry Pi

1250 Views, 10 Favorites, 0 Comments

Geing Started With Raspberry Pi Pico on Piper Make Block Coding

images.png

If you own a Chromebook, you know that the Raspberry Pi Pico can only run on Thonny through Linux. But what if you don't want to make your low-end laptop 2000 degrees by getting Linux. Then use Piper make, piper make is a pico compatible browser software that can be used to program, just like micropython.

Supplies

  • Pico
  • USB
  • Breadboard

Software Setup

Screenshot 2022-01-11 10.44.41 PM.png
Screenshot 2022-01-11 10.49.50 PM.png

First, go to https://make.playpiper.com/ and scroll down until you see “Set up my Pico” click it, and follow the instructions the website gives you.

Software Use

Screenshot 2022-01-11 10.54.08 PM.png

When you're done, scroll all the way up and click “New project,” Then, click “Connect” in the bottom left corner and follow the instruction there.

Blink Onboard LED

Screenshot 2022-01-12 12.21.21 PM.png

This is a step by step project, on the “Hello World,” of micropython, or in our case, block coding

  1. Go to the Chip tab and drag out "Start", “Turn pin 0 On”, get two of them, also get "Wait 1 second(s)"
  2. Go to the Loops tab and drag out “Repeat forever”
  3. Arrange the code as shown in the picture above

Great! You learned how to use Piper make in this short, 3 step course!