About 470,000 results
Open links in new tab
  1. ESP32 CAM Based Surveillance Robot using Arduino IDE - IoT …

    Nov 25, 2019 · This web controlled surveillance car is built using the ESP32-CAM module. Apart from the ESP32-Camera module, here we will use two DC motor with Robot chassis and L293D motor driver module to build this Robotic car.

  2. Arduino ESP32 All in One Robot (Obstacle Avoiding, Line …

    An Arduino/ESP32 based robot that is able to avoid obstacle, track lines, follow and show real-time video from a camera. This robot cab be controlled through Bluetooth (connected to Arduino) or WIFI (ESP32 board connected to Arduino). I hope to do a step by step guide on making this robot in a very easy way.

  3. ESP32-CAM Video Surveillance Robot - Arduino Project Hub

    Build your own video surveillance robot and control it through the Internet with iPhone. 1/* 2ESP32-CAM Remote Control 3*/45const char * ssid ="Your_WIFI_Network";6const char * password ="Your password";78 #include "esp_wifi.h"9 #include "esp_camera.h"10 #include < WiFi. h>11 #include "soc/soc.h"12 #include "soc/rtc_cntl_reg.h"1314//15// WARNING!!!

  4. How to Make DIY ESP32 Cam Surveillance Robot - Hackster.io

    Aug 6, 2022 · The DIY ESP32 Cam Surveillance Car is a great way to start building your own surveillance car. This project uses the ESP32 camera module to create a low-cost, low-power, and high-quality surveillance car.

  5. AI Powered Robot Using ESP32 and Arduino - Instructables

    The AIBOT uses an ESP32-CAM as its main controller and two arduino nanos for its voice and servo movements. Another ESP32 is used for AI interactions. You can Interface with AIBOT through its application via wifi and of course it has live video streaming .

  6. How to make a surveillance robotic car using ESP 32 cam board

    Jan 12, 2023 · In this article, I am going to share a very interesting project using an esp32 cam module. It is a surveillance robotic car. You can control this robot using your smartphone or computer using a WiFi network. This is an Esp32 camera project so we can watch the live-streaming video from the Esp32 cam module.

  7. Tracking and Search Function with ESP32 and arduino robot

    Mar 30, 2023 · Design and Building of a Smart Platform with ESP32 Cam to achieve the Mode Tracking for search and Following the Face. In this tutorial, we will show you how to achieve the search and follow Mode of the Smart Robot Car and make it follow the target to move forward.

  8. Program ESP32-CAM using Arduino UNO - Electronics Projects

    Jun 22, 2020 · Here, we will discuss how to program ESP32-CAM using Arduino UNO. I will not use any FTDI or other USB to TTL converter to program the esp32 camera module. Here I have used only ESP32CAM Arduino UNO. As you can see, we can easily connect the ESP32-CAM module with Arduino UNO to upload code from Arduino IDE. …

  9. ESP32-CAM Simple Surveillance RC Robot - GitHub

    Use Arduino IDE serial monitor tool to capture the serial data from ESP32-CAM module on starting up to get the camera IP address. Use your webbrowser to connect to the that IP. The part contains my code is released under BSD 2-Clause License. Regarding other libraries used in this project, please follow the respective Licenses.

  10. ESP32-CAM Video Surveillance Robot | Everything ESP - Maker Pro

    Feb 29, 2020 · Build your own video surveillance robot and control it through the Internet with iPhone. Imagine if you have a robot that has camera on board and can be controlled through the Internet. It would open a lot of opportunities of using it. For example, you could send the robot to the kitchen to check if you accidentally left the kettle on the stove!

Refresh