Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 601 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 601 Bytes

Echo Blinds

An Amazon Alexa skill server for controlling window blinds via GPIO pin controlled motors with a Raspberry Pi Zero.

Models for 3D printed parts can be found in the models directory.

Video demo: https://youtu.be/fgj6HONCQOs

Usage

# build for Linux & ARM
make build
# zip executables & required scripts
make package
# build, package and deploy to target host with install script
# note: must change "rpi_ip_address" value in Makefile first
make deploy