Difference between revisions of "Pico-Breadboard-Kit"

From SB-Components Wiki

(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...")
 
 
(8 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
<li> Programmable Buzzer.  </li>
 
<li> Programmable Buzzer.  </li>
 
<li> Dedicated 5v, 3v3, and Gnd Pins for easy interface.  </li>
 
<li> Dedicated 5v, 3v3, and Gnd Pins for easy interface.  </li>
 
+
</br>
 
=== Specifications ===
 
=== Specifications ===
 
<li> Operating Voltage - 3.3V DC </li>
 
<li> Operating Voltage - 3.3V DC </li>
Line 19: Line 19:
 
</div>
 
</div>
 
   <div class="large-4 column">
 
   <div class="large-4 column">
[[File:Pico_Breadboard.png]]
+
[[File:Pico_breadboard.png|thumb|left|alt=Pico Breadboard Kit| Buy it From : ''[https://shop.sb-components.co.uk/products/pico-breadboard-kit Click Here]'']]
 
   </div>
 
   </div>
 
</div>
 
</div>
  
 
== Pinout ==
 
== Pinout ==
[[File:Pico_Breadboard_Pinout.png]]
+
Led's, Buzzer and Switches are not internally connected with any GPIO of Raspberry Pi Pico, One can use any available GPIO pin of Raspberry Pi Pico with the help of jumper wires.
  
 
== Installation ==
 
== Installation ==
Line 31: Line 31:
 
<li> Connect USB cable on Raspberry Pi Pico USB port. </li>
 
<li> Connect USB cable on Raspberry Pi Pico USB port. </li>
 
<li> Use jumper cables to connect Switches , Led's and Buzzer with Raspberry Pi Pico GPIO headers. </li>
 
<li> Use jumper cables to connect Switches , Led's and Buzzer with Raspberry Pi Pico GPIO headers. </li>
<li> Now use example code "Test.py" from pico breadboard kit's github repository in any micropython supported ide (preferred thonny ide).<li>
+
<li>Open Thonny IDE and Choose interpreter as MicroPython (Raspberry Pi pico). </li>
 +
[[File:Thonny-interpreter.PNG|600px]]
 +
<li> Now use example code "Test.py" from pico breadboard kit's github repository in thonny IDE. </li>
 +
 
 
Source code : https://github.com/sbcshop/Raspberry-Pi-Pico-Breadboard-Kit
 
Source code : https://github.com/sbcshop/Raspberry-Pi-Pico-Breadboard-Kit
<li> Copy paste code in ide and choose interpreter as MicroPython (Raspberry Pi pico). </li>
+
 
 +
<li> Copy and paste code in thonny ide.</li>
 +
[[File:Pico_breadboard_thonny.PNG|600px]]
 +
<li>Choose interpreter as MicroPython (Raspberry Pi pico). </li>
 
[[File:Thonny-interpreter.PNG|600px]]
 
[[File:Thonny-interpreter.PNG|600px]]
 
<li> Click on green play button to run example on Pico Breadboard Kit. </li>
 
<li> Click on green play button to run example on Pico Breadboard Kit. </li>

Latest revision as of 05:24, 18 May 2021

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.)
  • Pico Breadboard Kit
    Buy it From : Click Here

    Pinout

    Led's, Buzzer and Switches are not internally connected with any GPIO of Raspberry Pi Pico, One can use any available GPIO pin of Raspberry Pi Pico with the help of jumper wires.

    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.
  • Open Thonny IDE and Choose interpreter as MicroPython (Raspberry Pi pico).
  • Thonny-interpreter.PNG

  • Now use example code "Test.py" from pico breadboard kit's github repository in thonny IDE.
  • Source code : https://github.com/sbcshop/Raspberry-Pi-Pico-Breadboard-Kit

  • Copy and paste code in thonny ide.
  • Pico breadboard thonny.PNG

  • 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