diff --git a/resources/boards/automation-phat.png b/resources/boards/automation-phat.png new file mode 100644 index 0000000..716c028 Binary files /dev/null and b/resources/boards/automation-phat.png differ diff --git a/draft/boards/pisupply-papirus.png b/resources/boards/pisupply-papirus.png similarity index 100% rename from draft/boards/pisupply-papirus.png rename to resources/boards/pisupply-papirus.png diff --git a/src/de/settings.yaml b/src/de/settings.yaml index a302f7f..cc4bfc6 100644 --- a/src/de/settings.yaml +++ b/src/de/settings.yaml @@ -89,3 +89,5 @@ overlays: - icubex-pishield - adafruit-pitft-35-plus - pantilt-hat +- PaPiRus-Hat +- automation-phat diff --git a/draft/overlay/PaPiRus-Hat.md b/src/de/translate/PaPiRus-Hat.md similarity index 100% rename from draft/overlay/PaPiRus-Hat.md rename to src/de/translate/PaPiRus-Hat.md diff --git a/draft/overlay/automation-phat.md b/src/de/translate/automation-phat.md similarity index 100% rename from draft/overlay/automation-phat.md rename to src/de/translate/automation-phat.md diff --git a/src/en/overlay/PaPiRus-Hat.md b/src/en/overlay/PaPiRus-Hat.md new file mode 100644 index 0000000..dfc0f66 --- /dev/null +++ b/src/en/overlay/PaPiRus-Hat.md @@ -0,0 +1,97 @@ + +#PaPiRus ePaper eInk display +* Raspberry Pi HAT compliant design +* Interchangeable screen sizes (1.44", 2.0" or 2.7") +* 32MBit Flash Memory +* Battery Backed Real Time Clock (CR2032 battery included) +* Easy plug and play operation with onboard EEPROM +* Digital temperature sensor and thermal watchdog +* GPIO breakout connector and solder pads +* Optional reset pin header (for wake on alarm with RTC) +* 4 x optional slimline switches on top + +Before using PaPiRus, do not forget to enable the SPI interface! + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sSL https://goo.gl/i1Imel | sudo bash +``` diff --git a/src/en/overlay/automation-phat.md b/src/en/overlay/automation-phat.md new file mode 100644 index 0000000..7751b4b --- /dev/null +++ b/src/en/overlay/automation-phat.md @@ -0,0 +1,90 @@ + +#Automation pHAT + +Automation pHAT 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 pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/automationhat | bash +``` + +Then import it into your Python script and start tinkering: + +```bash +import automationhat +automationhat.relay.one.on() +``` diff --git a/src/en/settings.yaml b/src/en/settings.yaml index fe6ebbb..27361ab 100644 --- a/src/en/settings.yaml +++ b/src/en/settings.yaml @@ -89,3 +89,5 @@ overlays: - icubex-pishield - adafruit-pitft-35-plus - pantilt-hat +- PaPiRus-Hat +- automation-phat diff --git a/src/es/settings.yaml b/src/es/settings.yaml index 5e09182..ba1f262 100644 --- a/src/es/settings.yaml +++ b/src/es/settings.yaml @@ -89,3 +89,5 @@ overlays: - icubex-pishield - adafruit-pitft-35-plus - pantilt-hat +- PaPiRus-Hat +- automation-phat diff --git a/src/es/translate/PaPiRus-Hat.md b/src/es/translate/PaPiRus-Hat.md new file mode 100644 index 0000000..dfc0f66 --- /dev/null +++ b/src/es/translate/PaPiRus-Hat.md @@ -0,0 +1,97 @@ + +#PaPiRus ePaper eInk display +* Raspberry Pi HAT compliant design +* Interchangeable screen sizes (1.44", 2.0" or 2.7") +* 32MBit Flash Memory +* Battery Backed Real Time Clock (CR2032 battery included) +* Easy plug and play operation with onboard EEPROM +* Digital temperature sensor and thermal watchdog +* GPIO breakout connector and solder pads +* Optional reset pin header (for wake on alarm with RTC) +* 4 x optional slimline switches on top + +Before using PaPiRus, do not forget to enable the SPI interface! + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sSL https://goo.gl/i1Imel | sudo bash +``` diff --git a/src/es/translate/automation-phat.md b/src/es/translate/automation-phat.md new file mode 100644 index 0000000..7751b4b --- /dev/null +++ b/src/es/translate/automation-phat.md @@ -0,0 +1,90 @@ + +#Automation pHAT + +Automation pHAT 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 pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/automationhat | bash +``` + +Then import it into your Python script and start tinkering: + +```bash +import automationhat +automationhat.relay.one.on() +``` diff --git a/src/fr/settings.yaml b/src/fr/settings.yaml index d8cd152..bd9c787 100644 --- a/src/fr/settings.yaml +++ b/src/fr/settings.yaml @@ -89,3 +89,5 @@ overlays: - icubex-pishield - adafruit-pitft-35-plus - pantilt-hat +- PaPiRus-Hat +- automation-phat diff --git a/src/fr/translate/PaPiRus-Hat.md b/src/fr/translate/PaPiRus-Hat.md new file mode 100644 index 0000000..dfc0f66 --- /dev/null +++ b/src/fr/translate/PaPiRus-Hat.md @@ -0,0 +1,97 @@ + +#PaPiRus ePaper eInk display +* Raspberry Pi HAT compliant design +* Interchangeable screen sizes (1.44", 2.0" or 2.7") +* 32MBit Flash Memory +* Battery Backed Real Time Clock (CR2032 battery included) +* Easy plug and play operation with onboard EEPROM +* Digital temperature sensor and thermal watchdog +* GPIO breakout connector and solder pads +* Optional reset pin header (for wake on alarm with RTC) +* 4 x optional slimline switches on top + +Before using PaPiRus, do not forget to enable the SPI interface! + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sSL https://goo.gl/i1Imel | sudo bash +``` diff --git a/src/fr/translate/automation-phat.md b/src/fr/translate/automation-phat.md new file mode 100644 index 0000000..7751b4b --- /dev/null +++ b/src/fr/translate/automation-phat.md @@ -0,0 +1,90 @@ + +#Automation pHAT + +Automation pHAT 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 pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/automationhat | bash +``` + +Then import it into your Python script and start tinkering: + +```bash +import automationhat +automationhat.relay.one.on() +``` diff --git a/src/it/settings.yaml b/src/it/settings.yaml index 5a50be8..ca1a701 100644 --- a/src/it/settings.yaml +++ b/src/it/settings.yaml @@ -89,3 +89,5 @@ overlays: - icubex-pishield - adafruit-pitft-35-plus - pantilt-hat +- PaPiRus-Hat +- automation-phat diff --git a/src/it/translate/PaPiRus-Hat.md b/src/it/translate/PaPiRus-Hat.md new file mode 100644 index 0000000..dfc0f66 --- /dev/null +++ b/src/it/translate/PaPiRus-Hat.md @@ -0,0 +1,97 @@ + +#PaPiRus ePaper eInk display +* Raspberry Pi HAT compliant design +* Interchangeable screen sizes (1.44", 2.0" or 2.7") +* 32MBit Flash Memory +* Battery Backed Real Time Clock (CR2032 battery included) +* Easy plug and play operation with onboard EEPROM +* Digital temperature sensor and thermal watchdog +* GPIO breakout connector and solder pads +* Optional reset pin header (for wake on alarm with RTC) +* 4 x optional slimline switches on top + +Before using PaPiRus, do not forget to enable the SPI interface! + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sSL https://goo.gl/i1Imel | sudo bash +``` diff --git a/src/it/translate/automation-phat.md b/src/it/translate/automation-phat.md new file mode 100644 index 0000000..7751b4b --- /dev/null +++ b/src/it/translate/automation-phat.md @@ -0,0 +1,90 @@ + +#Automation pHAT + +Automation pHAT 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 pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/automationhat | bash +``` + +Then import it into your Python script and start tinkering: + +```bash +import automationhat +automationhat.relay.one.on() +``` diff --git a/src/tr/settings.yaml b/src/tr/settings.yaml index a041020..fe36bef 100644 --- a/src/tr/settings.yaml +++ b/src/tr/settings.yaml @@ -89,3 +89,5 @@ overlays: - icubex-pishield - adafruit-pitft-35-plus - pantilt-hat +- PaPiRus-Hat +- automation-phat diff --git a/src/tr/translate/PaPiRus-Hat.md b/src/tr/translate/PaPiRus-Hat.md new file mode 100644 index 0000000..dfc0f66 --- /dev/null +++ b/src/tr/translate/PaPiRus-Hat.md @@ -0,0 +1,97 @@ + +#PaPiRus ePaper eInk display +* Raspberry Pi HAT compliant design +* Interchangeable screen sizes (1.44", 2.0" or 2.7") +* 32MBit Flash Memory +* Battery Backed Real Time Clock (CR2032 battery included) +* Easy plug and play operation with onboard EEPROM +* Digital temperature sensor and thermal watchdog +* GPIO breakout connector and solder pads +* Optional reset pin header (for wake on alarm with RTC) +* 4 x optional slimline switches on top + +Before using PaPiRus, do not forget to enable the SPI interface! + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sSL https://goo.gl/i1Imel | sudo bash +``` diff --git a/src/tr/translate/automation-phat.md b/src/tr/translate/automation-phat.md new file mode 100644 index 0000000..7751b4b --- /dev/null +++ b/src/tr/translate/automation-phat.md @@ -0,0 +1,90 @@ + +#Automation pHAT + +Automation pHAT 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 pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/automationhat | bash +``` + +Then import it into your Python script and start tinkering: + +```bash +import automationhat +automationhat.relay.one.on() +```