Bluetooth Control for Arduino 1.1 Apk

Bluetooth Control for Arduino 1.1 icon
Category: Tools
Requires: Android 3.2 and up
Curent version: 1.1
Updated: 30.05.2016
Price: Free
Size: 1.88 Mb
Download: 56

Rate saved, Thank!

4.3 (1 votes)

Description of Bluetooth Control for Arduino

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 <SoftwareSerial.h>
SoftwareSerial mySerial(10, 11); //Pin10 RX , Pin 11 TX connected to--> Bluetooth TX,RX

#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
if( mySerial.available() >0 ) {
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);
}

}

Read more...

Images

Share this App

Also from merahkemarun

Desain Taman dan Teras 1.5 Apk

Desain Taman dan Teras

Category: Tools
Free
Download Apk
Mengenal Buah Bahasa Inggris 1.4 Apk

Mengenal Buah Bahasa Inggris

Category: Education
Free
Download Apk
Surat Al Waqiah mp3 1.6 Apk

Surat Al Waqiah mp3

Category: Education
Free
Download Apk
Nama Binatang Bahasa Inggris 1.3 Apk

Nama Binatang Bahasa Inggris

Category: Education
Free
Download Apk

Similar apps

Arduino Bluetooth Control 4.2 Apk

Arduino Bluetooth Control

Tools
broxcode
4.41 Mb
Download Apk
Arduino Bluetooth  Controller 2.8 Apk

Arduino Bluetooth Controller

Education
Ioannis Tzanellis
1.66 Mb
Download Apk
RemoteXY: Arduino control 4.10.1 Apk

RemoteXY: Arduino control

Tools
Shemanuev Evgeny
4.42 Mb
Download Apk
Bluetooth CHAT REMOTE CONTROL 1.0 Apk

Bluetooth CHAT REMOTE CONTROL

Communication
DMITRIY OSIPOV
3.22 Mb
Download Apk
Bluetooth Control 8.0 Apk

Bluetooth Control

Entertainment
Kuritre Game
2.09 Mb
Download Apk
Remote Control Arduino Free package: name='arduino.ethernet.remote.control' versionCode='3' versionName='' platformBuildVersionName=''install-location:'internalOnly'sdkVersion:'4'targetSdkVersion:'14'uses-permission: name='android.permission.INTERNET'uses-permission: name='andr Apk

Remote Control Arduino Free

Productivity
Excontrol Automatización y Domotica
0.81 Mb
Download Apk
Arduino Control Car 1.0 Apk

Arduino Control Car

Communication
DINASTIA TECNOLOGICA
1.45 Mb
Download Apk
BlueUino - Bluetooth Arduino 3.8 Apk

BlueUino - Bluetooth Arduino

Education
Himansh Studios
5.82 Mb
Download Apk
Arduino bluetooth controller 1.3 Apk

Arduino bluetooth controller

Tools
Giumig Apps
8.16 Mb
Download Apk
Bluetooth remote control 2.2 Apk

Bluetooth remote control

Tools
Lê Đình
0.51 Mb
Download Apk
Arduino Uno Port Control 2.2 Apk

Arduino Uno Port Control

Tools
Erdem Aslan
1.22 Mb
Download Apk
About Privacy Policy Feedback Report a policy violation