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

From SB-Components Wiki

 
Line 21: Line 21:
 
</div>
 
</div>
 
   <div class="large-4 column">
 
   <div class="large-4 column">
[[File:Pico_Single_relay.png]]
+
[[File:Pico_Single_relay.png|thumb|left|alt=Pico Single Channel relay HAT| Buy it From : ''[https://shop.sb-components.co.uk/products/pico-single-channel-relay-hat Click Here]'']]
 
   </div>
 
   </div>
 
</div>
 
</div>

Latest revision as of 05:29, 18 May 2021

Pico Single Channel Relay HAT

Pico Single Channel Relay HAT is a single channel High-quality relay with loads upto 7A/ 250 VAC and 10A/ 30VDC. It comes with a Female Pin Header, to easily connect with Raspberry Pi Pico via effortless stacking.

Features

  • One High-Quality Relay 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 - 1 CH
  • Operating Voltage - 5V
  • Switching Voltage (VAC) - 7A/ 250V
  • Switching Voltage(VDC) - 10A/ 30V
  • Dimensions - 21mm x 51 mm
  • Pico Single Channel relay HAT
    Buy it From : Click Here

    Pinout

    Pico Single Relay Pinout.png

    Installation

    MicroPython

  • Stack Raspberry Pi Pico on female header of Pico Single channel Relay HAT.
  • Pico single relay stackable2.png

  • Connect USB cable on Raspberry Pi Pico USB port.
  • Open Thonny IDE and Choose interpreter as MicroPython (Raspberry Pi pico).
  • Thonny-interpreter.PNG

  • Now use example code "test.py" from Pico Single channel Relay HAT's github repository in any micropython supported ide (preferred thonny ide). Source code : https://github.com/sbcshop/Pico-Single-channel-Relay-HAT
  • Copy and paste code in thonny ide.
  • Pico single relay thonny.PNG

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

    Resources