Story
IntelliCollar is a compact, ESP32-powered wearable collar designed for pets to ensure their health, safety, and well-being. It integrates multiple sensors to monitor heart rate, movement, and GPS location in real-time. The collected data is transmitted wirelessly to a cloud dashboard or mobile app, enabling pet owners to act quickly in emergencies or health IntelliCollar is an advanced IoT-enabled pet collar that combines motion detection, heart rate monitoring, and real-time GPS tracking, all integrated into a compact ESP32-based wearable. The system is designed to provide pet owners with live health metrics and location updates, improving both animal welfare and peace of mind.
???? Core Features:
-
Heart Rate Monitoring
A digital pulse sensor captures the pet's heartbeats and calculates BPM in real-time, filtering out noise using timing logic. -
Activity Recognition (MPU6050)
The built-in accelerometer detects motion patterns to distinguish between active and resting states. It updates activity status and visualizes it on a live bar chart. -
GPS Tracking (TinyGPS++)
A GPS module continuously streams real-time coordinates. These are plotted dynamically using Google Maps on the web dashboard. -
Cloud Integration with Gemini Pro API
Users can input their pet's name and receive an AI-generated report including average heart rate, sleep needs, care tips, and fun facts—all generated via the Gemini Pro LLM API. -
Web Dashboard (ESP32 WebServer + HTML/JS)
A responsive web page displays:-
Live MPU6050 and GPS data
-
Real-time activity charts (via Chart.js)
-
Interactive Google Map integration
-
AI-generated care tips for the pet
-
Live data fetched every second via AJAX
-
-
LED Indicators
Simple visual status feedback using red and blue LEDs for system state or alerts.
deviations.