Code Monkey home page Code Monkey logo

esp32cam_rctank's Introduction

ESP32-CAM_TANK

Esp32 controlling tracked vehicle while streaming video. Serial console tells you where to connect. And use your own wifi credentials, not mine.

Wiring: esp32cam.jpg For the $2 motor dirver search "L298N Motor Driver".

Control: DSC02367.jpg

Build: DSC02365.jpg ESP-Cam, motor driver, 5V switching regulator.

Extern antenna: DSC02372.jpg

ESP32CAM pinout: ESP32-CAM-pinout-new.png If you experience streaming problems or low wifi range try anther xclk frequency like 16mhz. Line: config.xclk_freq_hz = 16000000;

Be aware this motor driver is only good for up to 7.2V. On 12V systems you will have to replace the R and zehner diode making 5V with a small 7805.

Video: https://youtu.be/qUAGnk382mc


New simple version "ESP32webCAM_RCTANK" without the bulky script stuff, with auto reconnect and "scan wifi" to allow multiple AP's on different channels with same SSID: 625843.jpg


ESP32webCAM_RCTANKkbd is keyboard version, usre keyboard arrows or numpad to control.


Version ESP32webCAM_UDP uses UDP to control motors.This need a special UDP transmitter. See esp8266 based espnow_UDP_TX code in the source directory. Understand the RC does not go from TX to RX, but TX goes to your router and is then redispatched to RX. This is by far the smoothest control. Uses first aux channel for fwd/rev and second for light on/off.

https://www.youtube.com/shorts/Xo_1b1SBKy8

esp32cam_rctank's People

Contributors

pepethefroggie avatar williamsokol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

esp32cam_rctank's Issues

error

'dl_matrix3du_t' was not declared in this scope

May be with

#include "dl_lib.h" problem

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.