GithubHelp home page GithubHelp logo

esp32cam-fpv-car's Introduction

esp32cam-fpv-car

硬件连接web成功时向websocket发送一个登录包json是

webSocket.sendTXT(" {\"action\":\"login\",\"username\":\"" + String(wusername) + "\",\"password\":\"" + String(wpassword) + "\",\"type\":\"cam\"}");

type是cam

web端登陆websocket后向服务器发一个登录包json是

 this.websocket.send('{"action":"login","username":"' + this.u + '","password":"' + this.p + '","type":"web"}');

我这提供的服务器只能一个硬件登陆,也只能一个控制端登录。

接线部分

电机驱动在这购买

https://item.taobao.com/item.htm?spm=a1z09.2.0.0.442b2e8dPcmqgz&id=40142079797&_u=b2jm2j62133

A1 -- gpio12

A2 -- gpio13

A3 -- gpio15

A4 -- gpio14

gpio2是蜂鸣器

其它io不要再接线了,因为接了后摄像头就不能用了

esp32cam-fpv-car's People

Contributors

jeiry avatar

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.