Block Programming With Raspberry Pi Pico: Step 1: BOM
Block Programming With Raspberry Pi Pico: Step 1: BOM
by Michal Choma
I nd out, how to program very fast and simple Raspberry Pi Pico. For programming exist block online editor, which o er
simple coding using blocks of code. For Pico I nd maker.playpiper.com, which is free. In this tutorial, I will show you how
to program simple tra c light with playpiper online editor.
http://www.youtube.com/video/838Qh3aewsY
Step 1: BOM
Step 2: Wiring
Circuit is simple, just connect digital pins with leds. Don´t forget on resistor, otherwise you can damage.
Connect longer legs of each led to digital pins (13,14,15).
Then connect to short legs of leds resistors, 330 ohms is ok. Then connect all resistors to G (Ground pin).
For programming on playpiper you will need chroome or edge. Firefox don´t work.
Open editor and click new project and create program from block.
1. at beginning you will add start block, which is necessary at every program.
2. add from loops - repeat forever violet block
3. from chip - turn pin green block
4. from chip - wait seconds green block
5. set all pins as in picture, set wait blocks as
Classic tra c light works a little di erent. When tra c light change from red to green, red and yellow light together. You
can check it in real.