bitstuffing / esp32-telecam

This project use a chinese ESP32-CAM with Telegram to take photos and videos and send it to a remote Telegram bot without SD card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 TeleCam

This project is based on PlatformIO and a chinese cheap ESP32-CAM to get a video and photos sender on this device.

In the last 0.1 revision this project was supporting networking and Telegram bots. Now it supports a dashboard and remote server connections.

Current features

  • Wifi AP with web configurator like all IoT
  • Web servo motion ( dashboard with servo driver )
  • Sleeping mode to improve battery life
  • LED status (sleeping, working...)
  • User privilege control (no intrussions will request the control of the hardware)

Future Features

  • Motion and focus detected target following
  • Hardware trigger (motion, light, water, distance...)
  • Battery monitor
  • REST API & native mobile apps

3D web model (OnShape CAD)

You're free to change and print the 3D model following the next link:

https://cad.onshape.com/documents/77f04ae4b5fcef7d9e99be35/w/0d8533bbdae142046f8fdeea/e/9711b1c9e78f932d2447bd4e?renderMode=0&uiState=638a0af07e7369624d2191ba

There is an assembled piece with target ESP32-CAM. You can print and fork it.

Preview

ESP32-TELECAM

Configuration

Use the web panel (dashboard) from your browser to configure dashboard. Default credentials are "admin" / "12345678"

Licence

Some parts are licenced under GNU GPLv3 (also avi video encoder), and other parts has been adapted by @bitstuffing to the community under CC 4.0. You must reference the authors before use it and don't use in a business environment without explicit permision of the author.

Based on the work of:

This project has been adapted to PlatformIO and developed by @bitstuffing, but all works have started from some repositories (to be mentioned):

https://github.com/jameszah/ESP32-CAM-Video-Telegram

https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot

About

This project use a chinese ESP32-CAM with Telegram to take photos and videos and send it to a remote Telegram bot without SD card


Languages

Language:C++ 77.0%Language:C 10.0%Language:HTML 9.1%Language:JavaScript 2.8%Language:CSS 1.2%