A project I worked on for a company I worked at. This script installs the necessary prerequisites for a raspberry pi to use an IR Remote Shield to communicate with LED lights around the building. These lights will change based on the overall status of the company using the status.io API.
This is intended for Raspberry Pi 3 b+ devices using a GPIO IR Remote Shield. This program uses the following dependencies:
- crontab
- curl
- jq
- lirc
- ufw
- To install, run
sudo bash install.sh
LIRC will fail on initial install. It's installed twice in the script after fixing some files.
Maiko Tuitupou (maikotui)
- 0.1
- Initial Public Release after in-production testing
This project is not licensed. Do what you want with it :)
Inspiration, code snippets, etc.