Geing Started With Raspberry Pi Pico on Piper Make Block Coding
by WellActually in Circuits > Raspberry Pi
1274 Views, 10 Favorites, 0 Comments
Geing Started With Raspberry Pi Pico on Piper Make Block Coding
![images.png](/proxy/?url=https://content.instructables.com/FEB/C7JX/KYAJ3AOC/FEBC7JXKYAJ3AOC.png&filename=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](/proxy/?url=https://content.instructables.com/F01/F31S/KYAJ398F/F01F31SKYAJ398F.png&filename=Screenshot 2022-01-11 10.44.41 PM.png)
![Screenshot 2022-01-11 10.49.50 PM.png](/proxy/?url=https://content.instructables.com/F48/I87V/KYAJ39CN/F48I87VKYAJ39CN.png&filename=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](/proxy/?url=https://content.instructables.com/FZ6/5EW7/KYAJ39GG/FZ65EW7KYAJ39GG.png&filename=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](/proxy/?url=https://content.instructables.com/FH2/AZ8E/KYBK0WBX/FH2AZ8EKYBK0WBX.png&filename=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
- Go to the Chip tab and drag out "Start", “Turn pin 0 On”, get two of them, also get "Wait 1 second(s)"
- Go to the Loops tab and drag out “Repeat forever”
- Arrange the code as shown in the picture above
Great! You learned how to use Piper make in this short, 3 step course!