- Arduino Nano
- 2 x Ultrasonic Sensors
- Gyro Sensor
- Servo Motor
- LED
- Bluetooth Module
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.
- 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.
- Connect the components according to the provided circuit diagram.
- Upload the provided Arduino sketch (code) to the Arduino Nano.
- Ensure all components are powered appropriately.
- Power on the system.
- The system will start monitoring its environment.
- If movement is detected, the verification process begins.
- If verified, an RF signal is sent.
- LED and buzzer indicators will provide alerts.
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.
This project is licensed under the MIT License.