Skip to content

Motion triggered camera trap that uploads images over Wi-Fi to a Node.js server.

License

Notifications You must be signed in to change notification settings

nootropicdesign/wifi-camera-trap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Wi-Fi Camera Trap

This project has 2 parts: Arduino code that runs on the ESP8266 and a Node.js based image server.

Arduino code dependencies:

The Arduino code uploads images to the image server. Specify your image server hostname in the Arduino code.

For the image server, you need a host to run it on. Just run

npm install
node app.js

The server runs on port 8000 and the uploaded images are accessible at

http://yourserver:8000/images

Full Project Description at nootropicdesign.com

About

Motion triggered camera trap that uploads images over Wi-Fi to a Node.js server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages