kitty-paparazzi
v0.0.2
Published
Spark + Tessel on a Sumobot-jr with a camera
Downloads
3
Maintainers
Readme
Kitty-Paparazzi
This is a little Kitty Paparazzo bot with a Spark Core AND a Tessel (+ Camera module) that travels around and automatically takes photos of kitties every few minutes.
TODO: Upload photos to @kittypaparazzi Twitter Account.
The Spark Core and the Tessel for the Kitty-Paparazzi bot travel on Makenai's Sumobot-Jr.
The code that controls the servos on the bot is also inspired by the spark-sumo code-example.
To Operate the Spark SumoBot
- Place a
.env
file in thespark
folder with the Spark Core Token information (seesample.env
)
cd spark`
npm install
node sumo-controller.js
To Start the Tessel Camera
cd tessel
npm install
tessel use camera.js