You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SecureIT is an IoT-based smart surveillance and access control system integrating:
ESP32-CAM live video streaming
PIR-based motion detection with Telegram alerts
Remote relay and environmental control
ESP8266 smart lock with Telegram PIN challenge
Web dashboard with real-time access logs
Node.js logging server
System architecture
ESP32-CAM handles:
Live MJPEG streaming
Motion-triggered image capture
Telegram command interface
Environmental monitoring (DHT11)
Remote relay control
ESP8266 handles
Button-triggered dynamic PIN challenge
Telegram-based authentication
Servo-based locking mechanism
Event logging to Node server
Node.js server
Stores logs (FIFO, last 10 entries)
Serves web dashboard
Displays real-time access history
Features
Live camera feed
Flash-enabled image capture
Motion detection alerts
Smart relay control
Telegram-based secure authentication
Real-time access log dashboard
Lightweight MJPEG streaming
WiFi reconnection handling
About
This Arduino sketch transforms an ESP32-CAM into a versatile, Wi-Fi-enabled security and monitoring device controlled entirely through a Telegram bot. It captures and sends images upon motion detection or user request, provides real-time temperature and humidity data, and allows for remote control of a connected light.