Giter Site home page Giter Site logo

appillustrator / esparducam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kanflo/esparducam

0.0 2.0 0.0 1.2 MB

An ESP8266 development board for the Arducam Mini module, and more.

License: MIT License

C 3.10% Makefile 0.01% C++ 0.47% Eagle 95.81% Python 0.61%

esparducam's Introduction

Esparducam

A low cost network camera for the ESP8266

This repository contains code and schematics to build a development board joining the ESP8266 with the Arducam Mini module. Build surveillance cameras, read your water meter, attach one to your kite.

Esparducam board

The board design allows for small breakout boards to be attached. There currently is a breakout board the the RFM69C, an ESP12 board with pogo pins and one for swappable ESP12 modules.

Oh, the accompanying blog posts are here and here.

###Usage

Clone the ESP Open RTOS repository. See the documentation for how to add your SSID name and password.

git clone --recursive https://github.com/Superhouse/esp-open-rtos.git

Add nedded extra modules to ESP Open RTOS ("EOR"):

cd esp-open-rtos/extras
git clone https://github.com/kanflo/eor-spi.git spi
git clone https://github.com/kanflo/eor-spi.spiflash spiflash
git clone https://github.com/kanflo/eor-past.git past

Set the environment variable $EOR_ROOTto point to your EOR repository:

export EOR_ROOT=/path/to/esp-open-rtos

Clone this repository, make and flash:

git clone https://github.com/kanflo/esparducam.git
cd esparducam
make -j8 && make flash

When flashing has completed, open a serial terminal to learn the IP number of your board. Open a web brower, point it to your IP and an image should be captured and displayed. While in the serial terminal, type help for a list of supported commands.

Start the python script server.py and type upload:<your IP> to capture, upload and display an image on your computer.

If you connect a PIR module [eBay] to the JST connector you can use the command motion:on:<your ip> to have the board capture and upload an image when motion is detected.

###Limitations

This is work in progress and there is currently very little error handling. Simultaneous clients will break the camera demo.

Licensed under the MIT license. Have fun!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.