Skip to content

Little arduino project, providing voice control to turn on and off devices. As first simulation, I use LED 5mm and active buzzer. It can be used for any AC electronic devices 220V, you need relay as switch.

Notifications You must be signed in to change notification settings

mahaamesha/Voice-Switch-with-HC05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Voice-Switch-with-HC05

by Ma Haamesha

Little arduino project, providing voice control to turn on and off devices. As first simulation, I use LED 5mm and active buzzer. It can be used for any AC electronic devices 220V, you need relay as switch. Use ESP8266 and provide it internet acces and you can control it everywhere as simple IoT system.

What you need?

  1. Breadboard
  2. Arduino Pro Mini (or whatever)
  3. FTDI + USB (if you use arduino pro mini)
  4. HC05 as bluetooth module
  5. Jumper wire
  6. LED
  7. Buzzer
  8. Resistor 220 Ohm

Software: Arduino IDE

// Arduino All device connected to digital pin

// Bluetooth RX --> TX Arduino TX --> RX Arduino +5V --> VCC GND --> GND

NOTE: Dont forget to unplug RX TX pin when upluading the code

About

Little arduino project, providing voice control to turn on and off devices. As first simulation, I use LED 5mm and active buzzer. It can be used for any AC electronic devices 220V, you need relay as switch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages