1/8
Bluetooth Control for Arduino screenshot 0
Bluetooth Control for Arduino screenshot 1
Bluetooth Control for Arduino screenshot 2
Bluetooth Control for Arduino screenshot 3
Bluetooth Control for Arduino screenshot 4
Bluetooth Control for Arduino screenshot 5
Bluetooth Control for Arduino screenshot 6
Bluetooth Control for Arduino screenshot 7
Bluetooth Control for Arduino Icon

Bluetooth Control for Arduino

merahkemarun
Trustable Ranking Iconਭਰੋਸੇਯੋਗ
1K+ਡਾਊਨਲੋਡ
2MBਆਕਾਰ
Android Version Icon3.2.x+
ਐਂਡਰਾਇਡ ਵਰਜਨ
1.1(28-11-2016)ਤਾਜ਼ਾ ਵਰਜਨ
-
(0 ਸਮੀਖਿਆਵਾਂ)
Age ratingPEGI-3
ਡਾਊਨਲੋਡ ਕਰੋ
ਵੇਰਵਾਸਮੀਖਿਆਵਾਂਵਰਜਨਜਾਣਕਾਰੀ
1/8

ਦਾ ਵੇਰਵਾ 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 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);


}




}



Bluetooth Control for Arduino - ਵਰਜਨ 1.1

(28-11-2016)
ਹੋਰ ਵਰਜਨ

ਅਜੇ ਤੱਕ ਕੋਈ ਸਮੀਖਿਆ ਜਾਂ ਰੇਟਿੰਗ ਨਹੀਂ ਹੈ! ਪਾਓਣ ਲਈ ਕਿਰਪਾ ਕਰਕੇ

-
0 Reviews
5
4
3
2
1
Info Trust Icon
ਚੰਗੀ ਐਪ ਦੀ ਗਾਰੰਟੀਇਸ ਐਪ ਨੇ ਵਾਇਰਸ, ਮਾਲਵੇਅਰ ਅਤੇ ਹੋਰ ਖਤਰਨਾਕ ਹਮਲੇ ਲਈ ਸੁਰੱਖਿਆ ਟੈਸਟ ਪਾਸ ਕਰ ਲਿਆ ਹੈ ਅਤੇ ਇਸ ਵਿਚ ਕੋਈ ਵੀ ਖਤਰੇ ਸ਼ਾਮਿਲ ਨਹੀਂ ਹਨ|

Bluetooth Control for Arduino - ਏਪੀਕੇ ਜਾਣਕਾਰੀ

ਏਪੀਕੇ ਵਰਜਨ: 1.1ਪੈਕੇਜ: dev.merahkemarun.arduinobluetoothrelay4ch
ਐਂਡਰਾਇਡ ਅਨੁਕੂਲਤਾ: 3.2.x+ (Honeycomb)
ਡਿਵੈਲਪਰ:merahkemarunਅਧਿਕਾਰ:10
ਨਾਮ: Bluetooth Control for Arduinoਆਕਾਰ: 2 MBਡਾਊਨਲੋਡ: 732ਵਰਜਨ : 1.1ਰਿਲੀਜ਼ ਤਾਰੀਖ: 2020-05-20 09:35:31ਘੱਟੋ ਘੱਟ ਸਕ੍ਰੀਨ: SMALLਸਮਰਥਿਤ ਸੀਪੀਯੂ:
ਪੈਕੇਜ ਆਈਡੀ: dev.merahkemarun.arduinobluetoothrelay4chਐਸਐਚਏ1 ਦਸਤਖਤ: 19:45:39:C1:AE:6F:CB:58:EF:51:3A:B4:B8:ED:A0:82:E7:69:E6:B3ਡਿਵੈਲਪਰ (CN): pujarਸੰਗਠਨ (O): merahkemarunਸਥਾਨਕ (L): ਦੇਸ਼ (C): IDਰਾਜ/ਸ਼ਹਿਰ (ST):

Bluetooth Control for Arduino ਦਾ ਨਵਾਂ ਵਰਜਨ

1.1Trust Icon Versions
28/11/2016
732 ਡਾਊਨਲੋਡ2 MB ਆਕਾਰ
ਡਾਊਨਲੋਡ ਕਰੋ
appcoins-gift
AppCoins GamesWin even more rewards!
ਹੋਰ
Tank Warfare: PvP Battle Game
Tank Warfare: PvP Battle Game icon
ਡਾਊਨਲੋਡ ਕਰੋ
Gods and Glory
Gods and Glory icon
ਡਾਊਨਲੋਡ ਕਰੋ
Klondike Adventures: Farm Game
Klondike Adventures: Farm Game icon
ਡਾਊਨਲੋਡ ਕਰੋ
Z Day: Hearts of Heroes
Z Day: Hearts of Heroes icon
ਡਾਊਨਲੋਡ ਕਰੋ
Furies: Last Escape
Furies: Last Escape icon
ਡਾਊਨਲੋਡ ਕਰੋ
Dragon saiyan
Dragon saiyan icon
ਡਾਊਨਲੋਡ ਕਰੋ
Heroes of War: WW2 army games
Heroes of War: WW2 army games icon
ਡਾਊਨਲੋਡ ਕਰੋ
Marvel Contest of Champions
Marvel Contest of Champions icon
ਡਾਊਨਲੋਡ ਕਰੋ
Last Day on Earth: Survival
Last Day on Earth: Survival icon
ਡਾਊਨਲੋਡ ਕਰੋ
Teen Patti Flush
Teen Patti Flush icon
ਡਾਊਨਲੋਡ ਕਰੋ
Magicabin: Witch's Adventure
Magicabin: Witch's Adventure icon
ਡਾਊਨਲੋਡ ਕਰੋ
The Ants: Underground Kingdom
The Ants: Underground Kingdom icon
ਡਾਊਨਲੋਡ ਕਰੋ

ਇੱਕੋ ਸ਼੍ਰੇਣੀ ਵਾਲਿਆਂ ਐਪਾਂ

ਤੁਹਾਨੂੰ ਇਹ ਵੀ ਪਸੰਦ ਹੋ ਸਕਦਾ ਹੈ...