Added Automation HAT

This commit is contained in:
Phil Howard 2016-09-21 19:04:34 +01:00
parent 63cc3129ea
commit a18cec9a77
3 changed files with 95 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -0,0 +1,94 @@
<!--
---
name: Automation HAT
class: board
type: adc,io,motor
formfactor: HAT
manufacturer: Pimoroni
description: An all-in-one home automation and control board
url: http://shop.pimoroni.com/products/automation-hat
github: https://github.com/pimoroni/automation-hat
buy: http://shop.pimoroni.com/products/automation-hat
image: 'automation-hat.png'
pincount: 40
eeprom: yes
power:
'2':
'17':
pin:
'3':
mode: i2c
'5':
mode: i2c
'bcm13':
name: Relay 1
mode: output
active: high
'bcm19':
name: Relay 2
mode: output
active: high
'bcm16':
name: Relay 3
mode: output
active: high
'bcm5':
name: Output 1
mode: output
active: high
'bcm12':
name: Output 2
mode: output
active: high
'bcm6':
name: Output 3
mode: output
active: high
'bcm26':
name: Input 1
mode: input
active: high
'bcm20':
name: Input 2
mode: input
active: high
'bcm21':
name: Input 3
mode: input
active: high
i2c:
'0x54':
name: LED Driver
device: sn3218
'0x48':
name: Analog Input
device: ads1015
install:
'devices':
- 'i2c'
'apt':
- 'python-smbus'
- 'python3-smbus'
- 'python-dev'
- 'python3-dev'
'python':
- 'automationhat'
'python3':
- 'automationhat'
-->
#Automation HAT
Automation HAT is a home monitoring and automation controller for the Raspberry Pi; with relays, analog channels, powered outputs, and buffered inputs. All 24V tolerant.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/automationhat | bash
```
Then import it into your Python script and start tinkering:
```bash
import automationhat
automationhat.relay.one.on()
```

View File

@ -58,6 +58,7 @@ overlays:
- explorer-hat
- explorer-hat-pro
- explorer-phat
- automation-hat
- blinkt
- enviro-phat
- phat-dac