Bluetooth Control for Arduino 1.1



Publisher Description



Arduino Bluetooth Relay 4CH App is android application which is used to control 4 channel relay module via Bluetooth with Bluetooth serial communication module support HC-05, HC-06, or HC-07, Using Arduino or AVR

i am test with arduino UNO and serial commnunication library to connected RX pin 10 and TX pin 11.
you can use arduino uno or arduino leonardo etc...

Fitur App:
-control 4 channel on/off ralay
-control All channel ON
-control All channel OFF
-download file Program Arduino_Bluetooth_Ralay_4ch.ino
-download file Tutorial PDF with schemmatic

Download File:
-arduino project ZIP : https://goo.gl/Vq1n9D
-tutorial & schematic wiring PDF : https://goo.gl/b2UVY1

or you can
Copy program here to Arduino IDE

/*
Relay IN1 connected to PinOut 2 Arduino
Relay IN2 connected to PinOut 3 Arduino
Relay IN3 connected to PinOut 4 Arduino
Relay IN4 connected to PinOut 5 Arduino
--->you can connected to relay modul 4 channel

Serial data sending from Arduino Bluetooth Relay 4CH.apk
data '1'-'4' to on is Ralay CH 1-4
data 'A'-'D' to off is Ralay CH 1-4
data '9' to on ALL CH 1-4
data 'I' to off ALL CH 1-4
*/

#include

#define relay1 2
#define relay2 3
#define relay3 4
#define relay4 5

char val;
void setup() {
pinMode(relay1,OUTPUT);
pinMode(relay2,OUTPUT);
pinMode(relay3,OUTPUT);
pinMode(relay4,OUTPUT);
digitalWrite(relay1,HIGH);
digitalWrite(relay2,HIGH);
digitalWrite(relay3,HIGH);
digitalWrite(relay4,HIGH);
mySerial.begin(9600);
Serial.begin(9600);
}

void loop() {
//cek data serial from bluetooth android App

val = mySerial.read();
Serial.println(val);
}
//Relay is on
if( val == '1' ) {
digitalWrite(relay1,LOW); }
else if( val == '2' ) {
digitalWrite(relay2,LOW); }
else if( val == '3' ) {
digitalWrite(relay3,LOW); }
else if( val == '4' ) {
digitalWrite(relay4,LOW); }
//relay all on
else if( val == '9' ) {
digitalWrite(relay1,LOW);
digitalWrite(relay2,LOW);
digitalWrite(relay3,LOW);
digitalWrite(relay4,LOW);
}
//relay is off
else if( val == 'A' ) {
digitalWrite(relay1,HIGH); }
else if( val == 'B' ) {
digitalWrite(relay2,HIGH); }
else if( val == 'C' ) {
digitalWrite(relay3,HIGH); }
else if( val == 'D' ) {
digitalWrite(relay4,HIGH); }
//relay all off
else if( val == 'I' ) {
digitalWrite(relay1,HIGH);
digitalWrite(relay2,HIGH);
digitalWrite(relay3,HIGH);
digitalWrite(relay4,HIGH);
}

}



About Bluetooth Control for Arduino

Bluetooth Control for Arduino is a free app for Android published in the System Maintenance list of apps, part of System Utilities.

The company that develops Bluetooth Control for Arduino is merahkemarun. The latest version released by its developer is 1.1. This app was rated by 1 users of our site and has an average rating of 3.0.

To install Bluetooth Control for Arduino on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2016-05-30 and was downloaded 621 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the Bluetooth Control for Arduino as malware as malware if the download link to dev.merahkemarun.arduinobluetoothrelay4ch is broken.

How to install Bluetooth Control for Arduino on your Android device:

  • Click on the Continue To App button on our website. This will redirect you to Google Play.
  • Once the Bluetooth Control for Arduino is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
  • A pop-up window with the permissions required by Bluetooth Control for Arduino will be shown. Click on Accept to continue the process.
  • Bluetooth Control for Arduino will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  3.0/5     1
Downloads: 621
Updated At: 2024-04-23
Publisher: merahkemarun
Operating System: Android
License Type: Free