Access Granted Power

Published May 19, 2024
 23 hours to build
 Intermediate

The Password-Activated Power Supply Control System is a smart solution designed to conserve electricity by regulating power flow through authentication. Users enter a specific password via a keypad, granting access to the power supply. This system enhances energy efficiency by ensuring electricity is only utilized when necessary, making it ideal for both residential and industrial applications.

display image

Components Used

Arduino UNO
Arduino UNO
1
Relay Module Single Channel
Relay Module Single Channel
1
LED 3mm
LED 3mm
1
12v adapter
The 12V adapter converts AC mains electricity to a stable 12V DC output.
1
led tube light
1
240 V power
1
Description

Introduction:

In an era where sustainability and resource conservation are paramount, innovative solutions that merge technology with environmental consciousness are not just desirable but imperative. The Password-Activated Power Supply Control System represents a pioneering approach to energy management, offering a sophisticated yet accessible means to regulate electricity consumption.

This project addresses the pressing need to curb wastage of electrical energy in both domestic and industrial settings. By integrating a simple yet effective authentication mechanism, it empowers users to exert precise control over when and where power is allocated, thereby fostering a culture of responsible energy usage.

In this comprehensive exploration, we delve into the intricacies of the Password-Activated Power Supply Control System, elucidating its design, components, operation, and potential applications. From its foundational principles to its practical implementation, this project epitomizes the intersection of technological innovation and environmental stewardship, offering a tangible pathway towards a more sustainable future.

 

Objective: The objective of this project is to create a system that conserves electricity by controlling the flow of power based on the entry of a specific password. By requiring authentication before power is supplied, the system ensures that electricity is only used when necessary, thus contributing to energy conservation efforts.

Components:

Microcontroller Unit (MCU): The heart of the system, the MCU is responsible for controlling the overall operation. It receives input from the user, processes it, and controls the power supply accordingly. Popular choices for MCUs include Arduino boards, Raspberry Pi, or other microcontrollers.
ARDUINO UNO: Arduino Uno Rev. 3, ATmega328, USB bei reichelt elektronik

Power Supply Unit: This unit provides electrical power to the connected devices. It can be a standard AC/DC adapter or a battery depending on the application.
SWI12-E Series

Keypad or Input Device: A keypad or any other input device is used for entering the password. It can be a physical keypad, touchscreen, or any other input method depending on the design requirements.
4x4 Matrix Membrane Keypad - Parallax

Display (Optional): A display unit such as an LCD or LED display can be incorporated to provide feedback to the user, such as prompts for entering the password or status messages.

Relay Module: The relay module acts as a switch to control the flow of electricity. When activated by the MCU, it either connects or disconnects the power supply to the output devices.
Arduino Belajar Membuat Rangkaian Relay Module 1 Channel Dengan Proteus ...

Operation:

  1. Initialization: Upon power-up, the system initializes and awaits user input.
  2. Password Entry: The user is prompted to enter the password via the keypad or input device.
  3. Authentication: The entered password is compared against a predefined password stored in the system's memory.
  4. Authorization: If the entered password matches the predefined password, the MCU sends a signal to the relay module to allow the power supply to flow.
  5. Power Supply: With the authorization granted, the power supply is connected, allowing electricity to flow to the output devices.
  6. Usage: The connected devices can now be powered and utilized.
  7. Timeout or Deactivation: After a predefined period of inactivity or when the user chooses to deactivate the system, the MCU sends a signal to the relay module to disconnect the power supply, thus conserving electricity.

Benefits:

  1. Energy Conservation: By controlling when power is supplied, the system helps conserve electricity, especially in scenarios where devices are not in constant use.
  2. Security: The password authentication adds a layer of security, preventing unauthorized access to the power supply.
  3. Customization: The system can be customized with additional features such as time-based activation, multiple user passwords, or remote access depending on the specific requirements.

Applications:

  1. Home Automation: Control power supply to appliances or lighting systems.
  2. Office and Industrial Settings: Manage power supply to machinery or equipment.
  3. Educational Purposes: Learn about microcontroller programming, electronics, and energy conservation principles.
Codes

Downloads

code Download
Comments
Ad