Difference between revisions of "Home-Automation-HAT"

From SB-Components Wiki

Line 34: Line 34:
 
<table class="wikitable">
 
<table class="wikitable">
 
<tr> <th> Relays  </th> <th>BOARD </th> <th> BCM</th> </tr>
 
<tr> <th> Relays  </th> <th>BOARD </th> <th> BCM</th> </tr>
<tr><td> Relay 1 </td> <td> 29  </td> <td> GPIO 5  </td></tr>
+
<tr><td> Relay 1 </td> <td> 35 </td> <td>  GPIO 19 </td></tr>
<tr><td> Relay 2 </td> <td>  31 </td> <td> GPIO </td></tr>
+
<tr><td>  Relay 2 </td> <td> 33  </td> <td>  GPIO 13 </td></tr>
<tr><td>  Relay 3 </td> <td> 33  </td> <td>  GPIO 13 </td></tr>
 
<tr><td>  Relay 4 </td> <td> 35  </td> <td>  GPIO 19 </td></tr>
 
<tr><td>  Relay 5 </td> <td> 37  </td> <td>  GPIO 26 </td></tr>
 
<tr><td>  Relay 6 </td> <td> 40  </td> <td>  GPIO 21 </td></tr>
 
 
</table>
 
</table>
  

Revision as of 05:42, 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

  • Compatible with Raspberry Pi 4, 3B+,3,2,Zero
  • Relay Status Indicator
  • Comes With Development Resources, including examples in Python
  • COM, NO(Normally Open) & NC(Normally Closed) are available for each relay
  • Connectivity of Relay With RPi Without GPIO
  • Connectivity Using Stack Method
  • Onboard Power LED Indicator
  • Make Your Home IoT Enabled
  • Relay Control Pins Selection Jumper

Specifications

  • Operating Voltage - 220V AC (Via Terminal Block)
  • External Load - 250 VAC/7A, 30 VDC/10A
  • Relay Channels - 2
  • Trigger Signal - 3.3/5V
  • Optocoupler - (CTR: 50~600% at IF= 5mA, VCE = 5V)
  • External Power Supply - Via Terminal Block
  • GPIO - 40 Pins Stacking Header
  • Load Connector - Screw Terminal Block for each Relay(Output)
File:Home-auto-hat.png
Buy it From : [ Click Here]

Pinout

Relays BOARD BCM
Relay 1 35 GPIO 19
Relay 2 33 GPIO 13

Installation

Python

Resources

Github