Difference between revisions of "Home-Automation-HAT"

From SB-Components Wiki

(Created page with "<div class="row"> <div class="large-8 column"> == PiRelay 6 == PiRelay 6 channel is a relay shield that can control up to 6 appliances/devices with photo-coupling isolation...")
 
Line 1: Line 1:
 
<div class="row">
 
<div class="row">
 
   <div class="large-8 column">
 
   <div class="large-8 column">
== PiRelay 6 ==
+
== Home Automation HAT ==
PiRelay 6 channel is a relay shield that can control up to 6 appliances/devices with photo-coupling isolation on a load of 250V AC/7 A, 30V DC/10 A, and a trigger voltage of 3.3 V. It helps the user to enhance the intelligence of the devices. It comprises an “Optocoupler” that allows the circuit to transmit an electrical signal between two isolated circuits through light energy. Optocoupler helps the user to prevent the high voltages in one part of the circuit from affecting the other part of the circuit which provides safety to the system.  
+
Home Automation HAT is a Home monitoring and automation controller HAT for the Raspberry Pi that can control up to 2 appliances/devices on a load of 250 VAC/7A, 30 VDC/10A, photo-coupling isolation Optocoupler EL357NC, allowing users to safely control high voltages or current devices. Home-Automation HAT makes appliances smart, which users can operate via the PiRelay app on their electronic device.
  
It provides a better connection of Pi Relay 6 with the Raspberry Pi that gets enabled from the standardized shield form factor. One can enable the IoT technology of their home appliances using Pi Relay 6 channel that will make their life efficient.
+
=== Features ===
  
=== Features ===
 
* 6 High-quality Relay and loads up to 250VAC/7A, 30VDC/10A.
 
* Optocoupler
 
* Standardized shield shape and design.
 
* LED working status indicators for each Relay.
 
* Pin Stacking Header for accessing GPIO of RPi.
 
* Compatible with Raspberry Pi 4, 3B+, 3,2, Zero
 
  
 
=== Specifications ===
 
=== Specifications ===
* Channel - 6 CH
+
 
* Operating Voltage - 5V
 
* AC Control Voltage - 7A / 250V
 
* DC Control Voltage - 10A / 30V
 
* Dimensions - 56.01 mm x 85.01 mm
 
  
 
</div>
 
</div>
Line 40: Line 29:
 
== Installation ==
 
== Installation ==
 
==== Python ====
 
==== Python ====
* Stack PiRelay-6 HAT on Raspberry Pi 40 Pin GPIO header.
 
* Make sure all six delection jumpers are connected.
 
* Open Terminal and clone/download the repository by typing below command in terminal:
 
 
<source lang="shell"> git clone https://github.com/sbcshop/Pirelay-6-Channel.git </source>
 
 
* Your code will be downloaded to '/home/pi' directory. Use 'ls' command to check the list of directories and 'cd' command to enter directory.
 
<source lang="shell"> cd Pirelay-6-Channel </source>
 
* 'test.py' is example code for PiRelay-6. Run test file and play with PiRelay-6 by running below python command.
 
<source lang="shell"> python3 test.py </source>
 
 
* You can also use any other GPIO of Raspberry Pi by removing the jumpers and connecting the relay pin directly to the Raspberry Pi GPIO header using jumper cables or wire.
 
 
<b> GPIO 4 Relay Not working Fix </b>
 
 
* Click on <b> Start button >> Preferences >> Raspberry Pi Configuration</b>, Then click on Interfaces Tab and make sure 1-Wire is disabled.
 
* Click on the OK button then reboot Raspberry pi.
 
  
https://github.com/sbcshop/PiRelay-V2/raw/main/Images/Relay4Fix.PNG
 
  
 
== Resources ==
 
== Resources ==

Revision as of 05:37, 28 September 2021

Home Automation HAT

Home Automation HAT is a Home monitoring and automation controller HAT for the Raspberry Pi that can control up to 2 appliances/devices on a load of 250 VAC/7A, 30 VDC/10A, photo-coupling isolation Optocoupler EL357NC, allowing users to safely control high voltages or current devices. Home-Automation HAT makes appliances smart, which users can operate via the PiRelay app on their electronic device.

Features

Specifications

Pirelay 6
Buy it From : Click Here

Pinout

Relays BOARD BCM
Relay 1 29 GPIO 5
Relay 2 31 GPIO 6
Relay 3 33 GPIO 13
Relay 4 35 GPIO 19
Relay 5 37 GPIO 26
Relay 6 40 GPIO 21

Installation

Python

Resources

Github