Skip to content

Raspberry Pi Pico Breadboard Kit is a multi-purpose Kit that consists of a “400 points half-size breadboard” on top, a Programmable Buzzer, 4 Programmable LEDs, 4 Push buttons, and dedicated 5V, 3v3, and GND pins at a single place.

Notifications You must be signed in to change notification settings

d-c/Raspberry-Pi-Pico-Breadboard-Kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Pico Breadboard Kit

Raspberry Pi Pico Breadboard Kit is a multi-purpose Kit that consists of a “400 points half-size breadboard” on top, a Programmable Buzzer, 4 Programmable LEDs, 4 Push buttons, and dedicated 5V, 3v3, and GND pins at a single place.

How to use ?

Board Details :

  • Push buttons : Not pressed = Logic 0 , Pressed = Logic 1 (INPUT)
  • Led : LED On = 1, LED Off = 0 (OUTPUT)
  • Buzzer : Buzzer On = 1, Buzzer Off = 0 (OUTPUT)

Requirements

Steps :

  • Connect Raspberry Pi Pico on female header of Pico Breadboard Kit.
  • Connect USB cable on Raspberry Pi Pico USB port.
  • Use jumper cables to connect Switches , Led's and Buzzer with Raspberry Pi Pico GPIO headers.
  • Now use example code "Test.py" from pico breadboard kit's github repository in any micropython supported ide (preferred thonny ide).
  • Copy paste code in ide and choose interpreter as MicroPython (Raspberry Pi pico).
  • Click on green play button to run example on Pico Breadboard Kit.

Note: External components can be connected with Pico Breadboard kit via 400 points breadboard.

About

Raspberry Pi Pico Breadboard Kit is a multi-purpose Kit that consists of a “400 points half-size breadboard” on top, a Programmable Buzzer, 4 Programmable LEDs, 4 Push buttons, and dedicated 5V, 3v3, and GND pins at a single place.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%