Soft-Collection / ESP32_Camera

ESP32 Camera

Home Page:http://www.soft-collection.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connection Diagram

ESP32_Camera

Get images and short videos from the camera to your Telegram Bot.

Setup

There are two modes:

  • Setup Mode
  • Normal Mode

In order to enter the Setup Mode you need to push the reset button after first LED blink at the beginning. You have 3 seconds to accomplish this goal before second LED blink. If you are in Setup Mode, you need to connect from your mobile phone to the camera directly using WiFi connection. HostName=esp32_cam, SSID=esp32_cam_ap, Password=12345678. When you are connected to the camera, enter it using web browser and enter the following data:

  • SSID
  • Password
  • Hostname
  • Telegram Bot Token

When all the data entered, push reset button again and the camera will connect to the WiFi router in Normal Mode.

Telegram

  • Use /get_image to get an image from the camera.
  • Use /get_video to get a short video from the camera.

Connection Diagram

Parts

Qty Product Description
1 ESP32-Cam Main board + Camera

Notes

ArduinoJson must be installed.

Set desired upload_port in the file platformio.ini file.

Connection Diagram

Connection Diagram

About

ESP32 Camera

http://www.soft-collection.com


Languages

Language:C 47.0%Language:C++ 44.9%Language:HTML 8.1%