Difference between revisions of "Pico-Dual-Channel-Relay-Hat"

From SB-Components Wiki

Line 1: Line 1:
 +
<div class="row">
 +
  <div class="large-8 column">
 
== Pico Dual Channel Relay HAT ==
 
== Pico Dual Channel Relay HAT ==
 
Pico Dual Channel Relay HAT is a Two-Channel high-quality relay with loads up to 250V AC/ 7A, 30V DC/ 10A to provide a way to control the high voltage/current devices. It comes with a Female Pin Header, to easily connect with Raspberry Pi Pico via effortless stacking.  
 
Pico Dual Channel Relay HAT is a Two-Channel high-quality relay with loads up to 250V AC/ 7A, 30V DC/ 10A to provide a way to control the high voltage/current devices. It comes with a Female Pin Header, to easily connect with Raspberry Pi Pico via effortless stacking.  
Line 17: Line 19:
 
<li> Switching Voltage(VDC)  -  10A/ 30V </li>
 
<li> Switching Voltage(VDC)  -  10A/ 30V </li>
 
<li> Dimensions - 21mm x 58mm </li>
 
<li> Dimensions - 21mm x 58mm </li>
 +
 +
</div>
 +
  <div class="large-4 column">
 +
[[File:Pico_Dual_relay.png]]
 +
  </div>
 +
</div>
  
 
== Pinout ==
 
== Pinout ==

Revision as of 13:11, 7 May 2021

Pico Dual Channel Relay HAT

Pico Dual Channel Relay HAT is a Two-Channel high-quality relay with loads up to 250V AC/ 7A, 30V DC/ 10A to provide a way to control the high voltage/current devices. It comes with a Female Pin Header, to easily connect with Raspberry Pi Pico via effortless stacking.

Features

  • Two High-Quality Relays with loads of 7A/ 250 VAC and 10A/ 30 VDC.
  • 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.
  • Opto-Isolated

  • Specifications

  • Channel - 2 CH
  • Operating Voltage - 5V
  • Switching Voltage (VAC) - 7A/ 250V
  • Switching Voltage(VDC) - 10A/ 30V
  • Dimensions - 21mm x 58mm
  • Pico Dual relay.png

    Pinout

    Pico 3v Relay Pinout.png

    Installation

    MicroPython

  • Stack Raspberry Pi Pico on female header of Pico Dual channel Relay HAT.
  • Connect USB cable on Raspberry Pi Pico USB port.
  • Now use example code "test.py" from Pico Dual channel Relay HAT's github repository in any micropython supported ide (preferred thonny ide). Source code : https://github.com/sbcshop/Pico-dual-channel-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 Dual channel Relay HAT.
  • Thonny play.PNG

    Resources