Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhamidjamil/watcher
Project use ultrasound and gyro sensor to observe movement in its surrounding, and if changes detected it warns via RF signals.
https://github.com/mhamidjamil/watcher
ai arduino gyro ml monitoring ultrasound
Last synced: 2 months ago
JSON representation
Project use ultrasound and gyro sensor to observe movement in its surrounding, and if changes detected it warns via RF signals.
- Host: GitHub
- URL: https://github.com/mhamidjamil/watcher
- Owner: mhamidjamil
- License: mit
- Created: 2022-10-26T19:54:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T15:14:56.000Z (10 months ago)
- Last Synced: 2024-10-17T17:09:58.694Z (3 months ago)
- Topics: ai, arduino, gyro, ml, monitoring, ultrasound
- Language: C++
- Homepage:
- Size: 3.63 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Watcher Arduino Project
## Components Used
- Arduino Nano
- 2 x Ultrasonic Sensors
- Gyro Sensor
- Servo Motor
- LED
- Bluetooth Module## Project Overview
The Watcher Arduino Project utilizes an Arduino Nano along with various sensors and components to create a monitoring system capable of detecting movement in its surroundings. The project employs two ultrasonic sensors, a gyro sensor, a servo motor, an LED, and a Bluetooth module to achieve its functionality.
## Functionality
- The system monitors its environment using two ultrasonic sensors.
- The servo motor allows the ultrasonic sensors to rotate and cover a 360-degree area.
- Movement detection is followed by a verification process.
- In case of detected movement, the system sends an RF signal.
- LED and buzzer indicators provide visual and auditory alerts.
- The gyro sensor provides orientation data.
- Bluetooth module enables wireless communication.## Setup
1. Connect the components according to the provided circuit diagram.
2. Upload the provided Arduino sketch (code) to the Arduino Nano.
3. Ensure all components are powered appropriately.## Usage
1. Power on the system.
2. The system will start monitoring its environment.
3. If movement is detected, the verification process begins.
4. If verified, an RF signal is sent.
5. LED and buzzer indicators will provide alerts.## Contributing
Contributions to the Watcher Arduino Project are welcome! If you have any ideas, improvements, or bug fixes, feel free to open an issue or submit a pull request.
## License
This project is licensed under the MIT License.