IoT Motion Detector for Disabilities
The primary objectives of the digital electronics group project involving IoT are to develop a device using IoT concepts, facilitate users with disabilities, specifically the deaf and blind, to see and hear, and verify the functionality of the device for the target users. The project aims to achieve these objectives by creating a motion detector device using a PIR sensor. The device detects motion and alerts users through the PushSafer application and an LED light, thereby providing sensory assistance to individuals with disabilities .
Arduino software aids in accomplishing the group's project goals by enabling the easy writing, checking, and uploading of source code to the board. It verifies the code for errors and compiles it if none are found, facilitating the creation of a functional device that integrates analog signal detection with digital alert systems like LEDs and the PushSafer application .
Designing IoT devices for users with sensory disabilities involves several key considerations: ensuring multi-sensory support for compensating sensory loss (e.g., visual and auditory alerts), user-friendly interfaces, intuitive operation, reliability in varied environments, and secure data transmission to protect user privacy. These considerations ensure that the designed devices effectively meet the users' needs and enhance their independence and safety .
The team utilized YouTube as an external resource to watch tutorials on constructing the circuit, providing them with visual guidance and technical insights necessary for successfully completing the project. By leveraging available online tutorials, they enhanced their understanding and refined their practical skills, which in turn contributed to the successful implementation of their project .
Digital collaboration tools contributed to the project's success by enabling effective communication, task distribution, and resource sharing among group members. Microsoft 365 was used for sharing document reports, Discord facilitated task division and discussions, and Wokwi allowed for digital simulation and code compilation. Together, these tools ensured efficient teamwork and successful completion of the project within the timeline .
The PushSafer application enhances the IoT device's functionality by sending notifications to users' phones when motion is detected. When the PIR motion sensor perceives motion, the device triggers the PushSafer app to send an alert. This system provides notifications not only through visual LED signals for the deaf but also auditory notifications for the blind, acting as an effective alert mechanism .
The project results and conclusions reflect the initial objectives by demonstrating the successful creation and functionality of the motion detection IoT device designed to aid users with disabilities. The team's problem-solving approach—using readily available components and technologies like Arduino, PIR sensors, and PushSafer—proved effective, confirming that digital signals can convey analog properties. The device consistently executed its intended function of alerting users to detected movements, thus fulfilling the project's objective of enhancing the sensory capabilities of its target audience .
The essential components for constructing the motion detection circuit include the PIR motion sensor and the LED. The PIR sensor detects motion and sends a signal to light up the LED, thus indicating detected motion. The integration of these components ensures that upon detecting motion, a signal activates the alert mechanisms: the LED flashes and the PushSafer app sends a notification, creating an interactive alert system ideal for aiding individuals with hearing and visual impairments .
The group's project innovation lies in its use of IoT to create an accessible alert system for individuals with disabilities. By integrating motion sensors, Arduino software, and notification apps, the project provides a multifaceted alert system that compensates for sensory deficits in both hearing and vision. This innovation has the potential to significantly enhance the autonomy and safety of users with disabilities by providing them with real-time notifications of their surroundings, thereby improving their quality of life .
Establishing a WiFi connection in the IoT device involves initialising the WiFi module in station mode, disconnecting any pre-existing connections, and attempting to connect to a specified SSID with a password. Once connected, the device retrieves an IP address and maintains the connection to support continuous data transmission to the PushSafer application, ensuring that notifications are sent promptly when motion is detected .