Here is a simple Android Bluetooth Remote Control Project for 2 Relays / Device using 89c2051 Micro-controller and HC-05 Bluetooth Module.
You can download circuit and hex file here http://www.hobbyprojects.com/bluetooth-device-control/
App Instructions:
1. First make sure your HC-05 Bluetooth Module is paired with your mobile. The default password for pairing is "1234" or "0000". Check the manual of Bluetooth module.
2. When you press ON button for Device 1 it sends the data "A" to Bluetooth Module connected with a circuit. Microcontroller turns ON the Device 1 relay when it detects "A".
3. When you press OFF button for Device 1 it sends the data "a" to Bluetooth Module connected with a circuit. Microcontroller turns OFF the Device 1 relay when it detects "a".
4. When you press ON button for Device 2 it sends the data "B" to Bluetooth Module connected with a circuit. Microcontroller turns ON the Device 2 relay when it detects "B".
5. When you press OFF button for Device 2 it sends the data "b" to Bluetooth Module connected with a circuit. Microcontroller turns OFF the Device 2 relay when it detects "b".
Ecco un semplice progetto di Bluetooth Remote Control Android per 2 Relè / dispositivo utilizzando 89C2051 micro-controllore e modulo Bluetooth HC-05.
È possibile scaricare circuito e file hex qui http://www.hobbyprojects.com/bluetooth-device-control/
Istruzioni App:
1. Per prima cosa assicurarsi che il HC-05 Modulo Bluetooth è accoppiato con il cellulare. La password predefinita per l'associazione è "1234" o "0000". Controllare il manuale del modulo Bluetooth.
2. Quando si preme il tasto ON per il dispositivo 1 invia i dati "A" per il modulo Bluetooth collegato ad un circuito. Microcontroller si attiva il relè dispositivo 1 quando rileva "A".
3. Quando si preme il pulsante per il dispositivo 1 OFF invia i dati "a" per modulo Bluetooth collegati con un circuito. Microcontrollore si disattiva il relè dispositivo 1 quando rileva "a".
4. Quando si preme il tasto ON per il dispositivo 2 invia i dati "B" per il modulo Bluetooth collegato ad un circuito. Microcontroller si accende il relè 2 unità quando rileva "B".
5. Quando si preme il pulsante per il dispositivo 2 OFF invia i dati "b" per modulo Bluetooth collegato ad un circuito. Microcontroller si spegne il relè dispositivo 2 quando rileva "b".