Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheuscavini/meaw-petfeeder-app
Mobile app for a programable pet food dispenser device. Check also: https://github.com/MatheusCavini/Meaw-PetFeeder-Firmware
https://github.com/matheuscavini/meaw-petfeeder-app
api-client app iot mobile pet-project pets react-native smarthome time-schedule
Last synced: 8 days ago
JSON representation
Mobile app for a programable pet food dispenser device. Check also: https://github.com/MatheusCavini/Meaw-PetFeeder-Firmware
- Host: GitHub
- URL: https://github.com/matheuscavini/meaw-petfeeder-app
- Owner: MatheusCavini
- Created: 2024-06-17T01:42:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T18:37:36.000Z (4 months ago)
- Last Synced: 2024-07-13T19:49:25.585Z (4 months ago)
- Topics: api-client, app, iot, mobile, pet-project, pets, react-native, smarthome, time-schedule
- Language: TypeScript
- Homepage:
- Size: 302 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meaw Pet Feeder: Mobile App
## Introduction
This project implements a mobile application, developed in React Native, for a pet feeding device, where the user can remotely schedule the times at which food portions need to be served.
The physical device serves an API, to which the app connects and makes requests.
**Make sure to also visit the device firmware respository:** [Meaw-PetFeeder-Firmware](https://github.com/MatheusCavini/Meaw-PetFeeder-Firmware)The project was created as part of the discipline "Embedded Systems" (PMR3402) for my Mechatronics Engineering course at Escola Politécnica da Universidade de São Paulo (USP).
## Demonstration
![photo-collage png](https://github.com/user-attachments/assets/f0876a33-8d56-4e1e-ba0d-1027161b68c4)Click the image below to check the video of the project on YouTube (automatic English subtitles available).
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/Ps0keci-ifc/0.jpg)](https://www.youtube.com/watch?v=Ps0keci-ifc)
## Features
• Connect to the physical device using a device ID code;
• Friendly interface;
• Program up to 30 daytimes at which food is to be served;
• Visualize all saved times;
• Erase existing times;
• Serve food at anytime by selecting "serve now";
• Get an alert when the food level in the reservoir is low.