Pico-Breadboard-Kit

From SB-Components Wiki

Revision as of 10:34, 21 April 2021 by Sbcshop (talk | contribs) (Created page with "<div class="row"> <div class="large-8 column"> == Pico Breadboard Kit == Raspberry Pi Pico Breadboard Kit is a multi-purpose Kit that consists of a “400 points half-size b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Features

  • Four independent controlled LEDs.
  • Four independent controlled Push Buttons.
  • Compatible with Pico.
  • A 400 points half-size breadboard.
  • Programmable Buzzer.
  • Dedicated 5v, 3v3, and Gnd Pins for easy interface.
  • Specifications

  • Operating Voltage - 3.3V DC
  • Communication Interface - GPIO Header
  • Dimensions: 85mm × 133 mm (Approx.)
  • Pinout

    File:Pico Breadboard Pinout.png

    Installation

    MicroPython

  • 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).
  • Source code : https://github.com/sbcshop/Raspberry-Pi-Pico-Breadboard-Kit
  • Copy paste code in ide and choose interpreter as MicroPython (Raspberry Pi pico).
  • Thonny-interpreter.PNG

  • Click on green play button to run example on Pico Breadboard Kit.
  • Thonny play.PNG

    Resources