Files
Scanning the repository...
Last update 6 years 10 months
by Benjamin Guest
| Files | |
|---|---|
| eagle | |
| lib | |
| .gitignore | |
| LICENSE | |
| README.md | |
| setup.sh |
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/Arduinowithcd ~/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.shthis 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