Arducam-Mini With ESP8266 Wi-Fi Is Amazing

by janisalnis in Circuits > Arduino

13751 Views, 45 Favorites, 0 Comments

Arducam-Mini With ESP8266 Wi-Fi Is Amazing

Arducam ESP8266 WiFi upload to server PIR motion detector.png
2016.03.08_12-32-15.jpg

This instructable is about Arduino camera module.

Attached pdf file describes

  1. How to attach ArduCAM-Mini to Arduino-Nano and transfer pictures to a PC.
  2. How to attach ArduCAM-Mini to ESP8266 Wi-Fi module and show pictures on webserver.
  3. How to program ESP8266 to upload pictures to a webserver using http POST file method.
  4. How to run circuit from batteries and activate power when PIR detector senses motion.

Zip file contains

  1. ArduCAM libraries used from github
  2. A sketch for http POST file to be programmed to ESP from Arduino IDE.
  3. Webserver directory with a php script to receive pictures and a php script to generate picture list.