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?
- Breadboard
- Arduino Pro Mini (or whatever)
- FTDI + USB (if you use arduino pro mini)
- HC05 as bluetooth module
- Jumper wire
- LED
- Buzzer
- 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