Files
README.mdView this project on CADLAB.io.
MotionSign
Controls sign activated by motion sensor.
Setup
Setting up Arduino and Compiling the Code (MAC)
- Clone this repo to
~/Documents/Arduino
withcd ~/Documents/Arduino && git clone git@github.com:bguest/MotionSign.git
- Change directory to MotionSign with
cd MotionSign
- Mod setup script
chmod +x setup.sh
- Run Setup
.\setup.sh
this will clone correct versions ofAdafruit_WS2801
- Download Arduino
- Launch Arduino
- Open MotionSign328
- Set board to
Arduino HUZZAH ESP8266
- Set cpu frequency to
80MHz
- Set upload speed to
115200
- Verify and Upload Code