Giter VIP home page Giter VIP logo

tendollar-esp32-cam's Introduction

tendollar-esp32-cam

esp32-cam based on tendollarwebcam, using arduino ide

code based on https://github.com/geeksville/TenDollarWebcam

edit OV2640.cpp for resolution ( found UXGA just takes to much out of the esp32, with sxga it works at a few fps)

Changes:

factory reset button was incorrect, so device always came up in factory reset mode
easily change from autoip to manual by:
   uncomment ssid/password, wifibegin, 
   comment out WiFi.mode(WIFI_STA), and anotheything to do with autowifi (autowifi, a. etc)
included all the aditional libaries needed so no longer need platforio, and can just use Arduino IDE)

Follow https://github.com/geeksville/AutoWifi to conenct to wifi initially

tendollar-esp32-cam's People

Contributors

davidpilon avatar

Stargazers

 avatar Codenames avatar Pranav Gour avatar Abhijeet Singh avatar Ivan Semkin avatar 8iche avatar  avatar fbmnds avatar  avatar  avatar  avatar LinChe(Luke)(KSAC LC2716)(林澈) avatar  avatar Joe Pearson avatar  avatar  avatar gn0st1c avatar  avatar pizza avatar always be an engineer avatar  avatar LeRoy Miller avatar  avatar

Watchers

James Cloos avatar Jaime Sanchez avatar  avatar Beatpaul avatar  avatar

tendollar-esp32-cam's Issues

Wifi Station mode still goes into AutoWifi

I tried WIFI_STA mode, but got a message on serial about SmartConfig. Seems like the code below shouldn't be there for WIFI_STA mode (from line 192). After i commented it out, it worked.

AutoWifi a; 
#ifdef FACTORYRESET_BUTTON
pinMode(FACTORYRESET_BUTTON, INPUT);
//if(!digitalRead(FACTORYRESET_BUTTON))     // 1 means not pressed - this is incorrect
if(digitalRead(FACTORYRESET_BUTTON))     // 0 means not pressed
    a.resetProvisioning();
#endif

if(!a.isProvisioned())
    lcdMessage("Setup wifi!");
else
    lcdMessage(String("join ") + a.getSSID());

a.startWifi();

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.