Difference between revisions of "Pico-3v-Relay-Hat"

From SB-Components Wiki

Line 1: Line 1:
 +
<div class="row">
 +
  <div class="large-8 column">
 
== Pico 3V Relay HAT ==
 
== Pico 3V Relay HAT ==
 
Pico 3V Relay HAT is a Two-Channel high-quality relay with the Switching Voltage(VAC) up to 2A/ 120V(Max), Switching Voltage(VDC) up to 2A/ 24V(Max), and an operating voltage of 3.3V. It comes with a Female Pin Header, to easily connect with Raspberry Pi Pico via effortless stacking.
 
Pico 3V Relay HAT is a Two-Channel high-quality relay with the Switching Voltage(VAC) up to 2A/ 120V(Max), Switching Voltage(VDC) up to 2A/ 24V(Max), and an operating voltage of 3.3V. It comes with a Female Pin Header, to easily connect with Raspberry Pi Pico via effortless stacking.
Line 15: Line 17:
 
<li> Switching Voltage(VDC)  -  2A/ 24V </li>
 
<li> Switching Voltage(VDC)  -  2A/ 24V </li>
 
<li> Dimensions - 21mm x 51 mm </li>
 
<li> Dimensions - 21mm x 51 mm </li>
 +
 +
</div>
 +
  <div class="large-4 column">
 +
[[File:Hardware.png]]
 +
  </div>
 +
</div>
  
 
== Pinout ==
 
== Pinout ==

Revision as of 09:12, 15 April 2021

Pico 3V Relay HAT

Pico 3V Relay HAT is a Two-Channel high-quality relay with the Switching Voltage(VAC) up to 2A/ 120V(Max), Switching Voltage(VDC) up to 2A/ 24V(Max), and an operating voltage of 3.3V. It comes with a Female Pin Header, to easily connect with Raspberry Pi Pico via effortless stacking.

Features

  • Two High-Quality Relays with switching voltage 2A/ 120V(Max), Switching Voltage(VDC) up to 2A/ 24V(Max).
  • 40 Pins Standard Raspberry Pi Pico header.
  • Stackable design for easy interfacing with Raspberry Pi Pico.
  • Compatible with Raspberry Pi Pico.
  • Indication LED for relay on/off status.
  • Specifications

  • Channel - 2 CH
  • Operating Voltage - 3.3V
  • Switching Voltage (VAC) - 2A/ 120V
  • Switching Voltage(VDC) - 2A/ 24V
  • Dimensions - 21mm x 51 mm
  • Hardware.png

    Pinout

    Pico 3v Relay Pinout.png

    Installation

    MicroPython

  • Stack Raspberry Pi Pico on female header of Pico 3V Relay HAT.
  • Connect USB cable on Raspberry Pi Pico USB port.
  • Now use example code "test.py" from Pico 3V Relay HAT's github repository in any micropython supported ide (preferred thonny ide).
  • Source code : https://github.com/sbcshop/Pico-3V-Relay-HAT
  • Copy paste code in thonny ide and choose interpreter as MicroPython (Raspberry Pi pico).
  • Thonny-interpreter.PNG

  • Click on green play button to run example of Pico 3V Relay HAT.
  • Thonny play.PNG

    Resources