automation-hat icon indicating copy to clipboard operation
automation-hat copied to clipboard

Python library and examples for the Pimoroni Automation HAT, pHAT and HAT Mini

Results 11 automation-hat issues
Sort by recently updated
recently updated
newest added

relay.three works with the write command but it will not work with the toggle command. I've reinstalled everything and relay three will still not respond to the toggle command. Kevin

## Quick summary Going through the install tutorial and script a few things are missed 1. Module `ST7735` is not installed 2. SPI interface is not enabled or mentioned that...

You provide a python interface, but no C library etc. I'm trying to interface from C# via wiringPi by reverse engineering the python code, but cannot get images to appear....

enhancement

Hi, I have an automationHAT sitting on an RPi3 that's doing a bunch of stuff with relays. I need to hook a doorbell into the system and sense the button...

# Testing If you're a Bookworm / Pi 5 user running into virtual environment issues, you can try this library like so: ``` git clone https://github.com/pimoroni/automation-hat -b repackage cd automation-hat...

Using PiZeroW (I know, old but what I had..) Used following guide to install nodejs on PiZeroW: [https://hassancorrigan.com/blog/install-nodejs-on-a-raspberry-pi-zero/](https://hassancorrigan.com/blog/install-nodejs-on-a-raspberry-pi-zero/) Installed Pimoroni software as [documented on their site.](https://learn.pimoroni.com/article/getting-started-with-automation-hat-and-phat) Enabled I2C via sudo...

Below is the output when running curl https://get.pimoroni.com/automationhat | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 34800...

Was analog output support for A1-A3 never added on the automation hat mini because of an electrical issue or because of lack of software support? Having analog output on this...

Hello! I bought recently an AutomationHat to use the ADC channels. However, I see wrong data 0.03v or 4.7V spikes when measuring constant data. i thought this was fixed in...

HAT Mini was not working after install instructions. These steps were needed to get the IO and the relay running. I still can't get the display to work 1. pip3...