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".
İşte 2 Röle / 89c2051 Mikro denetleyici ve HC-05 Bluetooth Modülü kullanarak Aygıt için basit bir Android Bluetooth Uzaktan Kumanda Projesi.
Burada http://www.hobbyprojects.com/bluetooth-device-control/ devresi ve hex dosyasını indirebilirsiniz
Uygulama Talimatı:
1. İlk olarak HC-05 Bluetooth Modülü mobil ile eşleştirilmiş olduğundan emin olun. Eşleştirme için varsayılan parola "1234" veya "0000" dir. Bluetooth modülünün kılavuzuna bakın.
Aygıt 1 ON düğmesine bastığınızda 2. Bir devre ile bağlı Bluetooth Modülü veri "A" gönderir. Mikroişlemci o "A" olarak algılar Aygıt 1 röle AÇIK konuma getirir.
Aygıt 1 için düğmeye KAPALI bastığınızda 3. veriyi "a" Bluetooth Modülü bir devre ile bağlı gönderir. Mikroişlemci o "a" algılar Aygıt 1 röle kapanır.
Aygıt 2 ON düğmesine bastığınızda 4. Bir devre ile bağlı Bluetooth Modülü veri "B" gönderir. Mikroişlemci o "B" algılar Cihaz 2 röle AÇIK konuma getirir.
Aygıt 2 için düğmeye KAPALI bastığınızda 5. Bir devre ile bağlı Bluetooth Modülü veri "b" gönderir. Mikroişlemci o "b" algılar Cihaz 2 röle kapanır.