This repo pairs with my video on using the Raspberry Pi to control a single color LED strip with Homekit.
Coming soon ...
• BasementMaker Raspberry Pi Configurator (Recommended) > GitHub Repo
wget https://raw.githubusercontent.com/basementmaker/raspberrypi-configurator/master/pi-config.sh
chmod +x pi-config.sh
./pi-config.sh
or use the shorter URL version:
wget https://basementmaker.net/pi-config.sh
chmod +x pi-config.sh
./pi-config.sh
then
Select: Video Projects
then select: Raspberry Pi - HomeKit Controlled Single Color LED Strip [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-led-strip.git
cd raspberrypi-homekit-led-strip
npm install
sudo npm start