This shows you the differences between two versions of the page.
iothings:proiecte:2025sric:automatic_cat_feeder [2025/05/29 11:02] ioana.popescu1905 [ESP 32 Automatic Cat Feeder] |
iothings:proiecte:2025sric:automatic_cat_feeder [2025/05/29 11:08] (current) ioana.popescu1905 [Results] |
||
---|---|---|---|
Line 19: | Line 19: | ||
The system operates in two main modes, which can be adjusted remotely via the Blynk mobile application or web dashboard: | The system operates in two main modes, which can be adjusted remotely via the Blynk mobile application or web dashboard: | ||
* **Proximity-Based Feeding (V0):** When enabled, the distance sensor monitors for movement within a predefined range (<10 cm). If the cooldown period has passed, the system automatically activates the servo to dispense food when the cat is nearby. Proximity-based feeding can be enabled or disabled within the Blynk architecture. | * **Proximity-Based Feeding (V0):** When enabled, the distance sensor monitors for movement within a predefined range (<10 cm). If the cooldown period has passed, the system automatically activates the servo to dispense food when the cat is nearby. Proximity-based feeding can be enabled or disabled within the Blynk architecture. | ||
- | * **Manual Feeding via Mobile App / Web Dashboard (V1):** Users can trigger the feeder remotely using the Blynk app or web dashboard. This mode allows feeding on demand, regardless of proximity and is definitely useful when the user is away from home. | + | * **Manual Feeding via Mobile App / Web Dashboard (V1):** Users can trigger the feeder remotely by using the Blynk app or web dashboard. This mode allows feeding on demand, regardless of proximity and is definitely useful when the user is away from home. |
====== Hardware ====== | ====== Hardware ====== | ||
<note tip>__**Hardware Components**__ | <note tip>__**Hardware Components**__ | ||
Line 116: | Line 116: | ||
</code> | </code> | ||
====== Challenges ====== | ====== Challenges ====== | ||
- | One of the main challenges was integrating and configuring the device with Blynk. Beyond just authentication, some interesting steps included creating dashboards for both web and mobile, as well as setting up the synchronized data streams, specifically virtual pins V0 and V1. | + | One of the main challenges was integrating and configuring the device with Blynk. Beyond just authentication, some interesting steps included creating dashboards for both web and mobile, as well as setting up the synchronized data streams, specifically the virtual pins V0 and V1. |
{{ :iothings:proiecte:2025sric:denisablynk.jpg?200 |}}{{ :iothings:proiecte:2025sric:denisablynk3.png?700 |}} | {{ :iothings:proiecte:2025sric:denisablynk.jpg?200 |}}{{ :iothings:proiecte:2025sric:denisablynk3.png?700 |}} | ||
- | Additionally, I was able to implement several automations, such as notifications when motion is detected by the cat, and scheduling feedings at specific times. | + | Additionally, I was able to implement several automations, such as notifications when motion is detected by the cat or scheduling feedings at specific time intervals. |
{{ :iothings:proiecte:2025sric:denisablynk2.png?400 |}} | {{ :iothings:proiecte:2025sric:denisablynk2.png?400 |}} | ||
Line 130: | Line 130: | ||
====== Results ====== | ====== Results ====== | ||
__**Final Product**__ | __**Final Product**__ | ||
+ | |||
{{ :iothings:proiecte:2025sric:whatsapp_image_2025-05-28_at_23.40.30.jpeg?500 |}} | {{ :iothings:proiecte:2025sric:whatsapp_image_2025-05-28_at_23.40.30.jpeg?500 |}} | ||
__**Demo**__ | __**Demo**__ | ||
- | https://youtu.be/T-SIp3h5ZdU | + | |
+ | [[https://youtu.be/T-SIp3h5ZdU|ESP32 Automatic Cat Feeder]] | ||
====== Conclusions ====== | ====== Conclusions ====== | ||
The ESP32 Automatic Cat Feeder project successfully demonstrates how IoT technology can enhance everyday pet care by combining hardware control with cloud-based connectivity. Through the integration of sensors, actuators, and the Blynk platform, the system provides flexible, remote and automated feeding options. The addition of voice assistant control further elevates the user experience by enabling hands-free operation. | The ESP32 Automatic Cat Feeder project successfully demonstrates how IoT technology can enhance everyday pet care by combining hardware control with cloud-based connectivity. Through the integration of sensors, actuators, and the Blynk platform, the system provides flexible, remote and automated feeding options. The addition of voice assistant control further elevates the user experience by enabling hands-free operation. |