CameraBoard

From Kevin Darrah Wiki
Jump to: navigation, search

...Back to Projects:

TrigCam.png

The Camera Board is an adapter to allow the ArduCam to pair up with the trigBoard. But really this project can be applied to any ESP8266 breakout, just as long as the connections match up.

CamBoardGerb.png

Schematic

Screen Shot 2018-03-03 at 3.14.06 PM.png

Assembly

The camera board installs in the same way the WeatherBoard did - just lay small pieces of wire or leads to connect the pads. Just keep in mind that you'll have to tie into pin 4 of the ESP-12 module. See the back side of the board below:

CameraFront.png

CameraBack.png

CODE

Built off the base code, this adds support for the Arducam: trigBoard_ArduCam_RELEASED_3_29_18

and the PHP code you upload to the server you want to store the images: frommicro.php

This will go into the folder where you want the images to be stored, just remember to add an images folder and an index.html file.  It should look like this:
CameraFolder.png

Tutorial