• SensoBotisasmartrobotdesignedformotionand object detection.
• UtilizesIRsensorsandmotionsensors.
• ControlledusinganArduinomicrocontroller.
• Displaysoutputandstatusonadigitaldisplay.
• Suitable for automation, security, and educational purposes.
Introduction
Overview
SensoBot is a compact, low-cost, and flexible robot designed to enhance automation through real-time object and motion detection using sensors and an Arduino microcontroller. It combines IR and PIR sensors for environmental awareness and supports various optional features like buzzers and wheels.
Key Components
IR Sensor: Detects nearby objects via reflected infrared light — used for obstacle avoidance.
PIR Sensor: Detects motion by sensing body heat — ideal for security and presence detection.
Arduino Microcontroller: Processes sensor data and controls outputs like displays or alarms.
Display Module: Shows real-time messages like “Motion Detected” or “Object Detected.”
Power Supply: Runs the circuit via battery or USB for portability.
Optional Add-ons: Buzzer, LED indicators, motor driver with wheels for mobility.
System Workflow
Sensors monitor surroundings.
On detection, signals are sent to Arduino.
Arduino processes data and displays status or triggers actions (e.g., alarm).