กลับไปหน้ารวมไฟล์
el_ro_eye-4a5502-en.md
EL_ROI Hardware Prototype

El_Ro_I is powered by Arduino Nano. A Passive Infra Red (PIR) sensor detects thermal radiation from the surrounding environment. Upon detection, it triggers the playback of a song or melody to interrupt our mind. This prototype is also being developed to alert Deaf people shortly. Development is ongoing.

Technical Implementation: Sensing and Response

The project demonstrates a simple yet effective interaction between sensor input and audio output:

  • Sensing Layer: The Passive Infrared (PIR) Sensor acts as the project's "eye," detecting changes in infrared radiation caused by moving warm bodies (like a person).
  • Processing Layer: The Arduino Nano microcontroller reads the digital signal from the PIR sensor. When a HIGH signal is detected (motion), it executes the pre-programmed response logic.
  • Actuation Layer: Using the tone() function and a connected speaker or buzzer, the Arduino generates specific frequencies to play musical notes and melodies.
El_Ro_Eye is seeing me and Sang a natural scale

El_Ro_Eye sang "CBAGFEDC", "CDEFGABC". In my regional language, it is heard as "Sa, Ni, Tha, Pa, Ma, Ga, Ri Sa", "Sa, Ri, Ga, Ma, Pa, Tha, Ni, sa". These melodies were generated using the Arduino's tone() function, which controls the pitch and duration of the sound output.

Hardware Infrastructure

  • Arduino Nano: The compact "brain" of the project, responsible for reading the sensor and controlling the audio output.
  • PIR Sensor: Provides reliable, passive motion detection without emitting any energy itself.
  • Buzzer/Speaker: Converts the electrical signals from the Arduino into audible sound.
  • Power Source: A battery or USB power supply is essential for providing stable voltage to the Arduino and its components.

Interaction Step-by-Step

The El_Ro_Eye process is straightforward:

  1. Hardware Initialization: Connect the PIR sensor and buzzer to the correct digital pins on the Arduino Nano.
  2. Software Setup: In the setup() function, the PIR sensor pin is configured as an INPUT and the buzzer pin as an OUTPUT.
  3. Execution Loop: In the loop() function, the Arduino constantly checks the PIR sensor's state. When motion is detected, it calls a function to play the programmed melody sequence.
  4. Feedback: The system provides immediate auditory feedback through the buzzer, confirming detection.
EL_RoI Sing a song when it detected me.....

Future Expansion

  • Visual Feedback Integration: Add an LED or a small OLED display to show the system status (e.g., "Standby," "Motion Detected").
  • Multi-Melody Library: Program different songs or alert patterns to play based on the time of day or sensor trigger count.
  • Wireless Alert System: Integrate a WiFi module (like ESP8266) or GSM module to send notifications to a smartphone when motion is detected, enhancing its utility as an alert device for the Deaf.
  • Advanced Sensing: Combine the PIR sensor with other sensors, like a ultrasonic sensor for distance measurement, to create more complex interaction logic.

El_Ro_Eye is a perfect introductory project for enthusiasts looking to explore interactive electronics, sensor integration, and embedded audio, with a meaningful application in assistive technology.

ข้อมูล Frontmatter ดั้งเดิม

apps:
  - "1x Arduino IDE"
author: "shassandanish1"
category: "Sensors & Environment"
components:
  - "1x Arduino UNO"
  - "1x Ultrasonic Sensor (HC-SR04)"
  - "1x L298N Motor Driver Module"
  - "2x DC Geared Motors with Wheels"
  - "1x SG90 Micro Servo"
  - "1x Robot Chassis Kit"
  - "10x Jumper wires (generic)"
  - "1x 9V Battery or Li-ion Pack (7.4V)"
  - "1x Micro-USB Cable"
description: "A fun and basic Arduino-powered obstacle detection car that uses an ultrasonic sensor and simple motor control to navigate spaces."
difficulty: "Intermediate"
documentationLinks: []
downloadableFiles:
  - "https://projects.arduinocontent.cc/826847cb-e478-430e-bc07-a56b21b35e04.ino"
  - "https://projects.arduinocontent.cc/826847cb-e478-430e-bc07-a56b21b35e04.ino"
encryptedPayload: "U2FsdGVkX18mxbGEQBcjIKZ9+j0MukX1Ja239wKCwais1Ifk3MbXGJn26j4mm/J1bGG6r7jkBlyAeFPst4MNgqh9mIy0fQrb+aSDheMy+7k="
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/el_ro_eye-4a5502_cover.jpg"
lang: "en"
likes: 1
passwordHash: "7bf74df5be0c40ae4b6362a84dbc28a669368bee8a04049e5ef4c163f3a3faab"
price: 1120
seoDescription: "An intuitive and simple Arduino obstacle avoidance car for beginners interested in robotics and sensor-to-motion projects."
tags:
  - "robot"
  - "autonomous"
  - "obstacle-avoidance"
  - "car"
  - "arduino"
  - "beginners"
title: "El_Ro_Eye"
tools: []
videoLinks:
  - "https://www.youtube.com/embed/CNsbOv7EBhk"
views: 3753