Skip to content

This project focuses on creating a voice-controlled lighting system to enhance user convenience.

Notifications You must be signed in to change notification settings

Gtindi/voice_activation_light_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Voice Activation Light System

This project focuses on creating a voice-controlled lighting system to enhance user convenience using Arduino programming language.

Background

Voice-activated systems provide an intuitive and hands-free approach to interact with electronic devices. This project focuses on creating a voice-controlled lighting system to enhance user convenience.

System Components:

  1. Arduino Mega / Arduino Uno
  2. HC-05 Bluetooth Module
  3. Breadboard
  4. LED Lights/ Light Bulbs
  5. Jumper Wires
  6. Resistors
  7. Android app `Arduino BlueControl` available on google playstore
  • The objective of this application (Arduino BlueControl) is to identify voice commands and transmit them through Serial Communication HC-05 to the Arduino Board. Make sure that your HC-05 Bluetooth module is appropriately paired with the device from which you intend to send commands. Double-check the Bluetooth pairing settings on your device and ensure a stable connection with the HC-05 module.

NB: Before uploading the sketch below, ensure that you disconnect the RX and TX connections from the Arduino to avoid potential uploading errors.

Circuit Diagram:

circuit

Conclusion

After uploading the sketch, the Arduino-based voice activation light system is ready to receive commands. The system utilizes an HC-05 Bluetooth module to wirelessly receive voice commands from a paired device. The Arduino processes these commands, controlling the state of four different colored LEDs. The voice commands, such as 'on,' 'off,' or specific colors, trigger corresponding actions to illuminate or turn off the LEDs. The system establishes a seamless interaction between the user and the Arduino, providing a versatile and engaging voice-controlled lighting experience.

About

This project focuses on creating a voice-controlled lighting system to enhance user convenience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published