Skip to content

Soft-Collection/ESP32_Camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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