Skip to content
asmaklad edited this page May 27, 2021 · 2 revisions

Welcome to the TeleView wiki!

TeleView:

A telegram-bot project to control an ESP32-Camera enabled board with many features.

Generic Features:

  • Sends Photo through telegram upon request.
  • The telegram bot responds to the ADMINID or UserID (find your telegram CHATID through https://web.telegram.org/#/im?p=@chatid_echo_bot )
  • Control options with Telegram :
    • Generic features: Camera Resolution, Camera-Flip ,Camera-Mirror ,image-resolution ,Time-Lapse and send photo.
    • Board Specific Features: Flash ,OLED display enable, OLED as Flash, Screen Flip,Motion Detector.
  • Telegram Keyboard.
  • AutoConnect / WiFi config feature (no hard coding of the WiFI SSID,Pass )
  • Web Portal :
    • to configure the control options and WiFi AP.
    • configure Telegram-BOT-Token, AdminID of the BOT
  • Web Server for /capture.jpg to make photo available through web. (configurable through Telegram menu)
  • The Device-Name (configurable) decides the hostname of the device on LAN/WiFi
  • Time Lapse feature every X min, chose 0 to disable Time-Lapse.
  • A deep sleep mode is possible with time-lapse and PIR motion detection.
  • Usual case , only the admin will be notified of the event "Alive", "motion detection" and "time-lapse" , but you can also enable alerting of the userId or you can also incorporate this bot in a group.
  • Supports multiple Admins and multiple Users through Telegram Groups (explained further below).
  • OTA Features (In progress).
  • Send photo by email feature.
  • tested with OV2640 & OV3660 resolutions.
Clone this wiki locally