1/5
Bluetooth Smart Switch screenshot 0
Bluetooth Smart Switch screenshot 1
Bluetooth Smart Switch screenshot 2
Bluetooth Smart Switch screenshot 3
Bluetooth Smart Switch screenshot 4
Bluetooth Smart Switch Icon

Bluetooth Smart Switch

algologix
Trustable Ranking IconTrusted
1K+Downloads
2MBSize
Android Version Icon4.1.x+
Android Version
2.0(05-04-2020)Latest version
-
(0 Reviews)
Age ratingPEGI-3
Download
DetailsReviewsVersionsInfo
1/5

Description of Bluetooth Smart Switch

Source Code and Pin Mode


Arduino UNO to Bluetooth module PIN Mode : RX pin 10 and TX pin 11.


Code:

#include

SoftwareSerial mySerial(10, 11); //Pin 10=TX, Pin 11=RX Bluetooth TX,RX


#define relay1 2 //Relay IN1 connected to PinOut 2 Arduino

#define relay2 3 //Relay IN2 connected to PinOut 3 Arduino

#define relay3 4 //Relay IN3 connected to PinOut 4 Arduino

#define relay4 5 //Relay IN4 connected to PinOut 5 Arduino


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


/*

--->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

*/

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 Smart Switch - Version 2.0

(05-04-2020)
Other versions
What's newEnglish

There are no reviews or ratings yet! To leave the first one please

-
0 Reviews
5
4
3
2
1

Bluetooth Smart Switch - APK Information

APK Version: 2.0Package: com.algologixbd.lightcontrol
Android compatability: 4.1.x+ (Jelly Bean)
Developer:algologixPermissions:2
Name: Bluetooth Smart SwitchSize: 2 MBDownloads: 2Version : 2.0Release Date: 2024-06-14 10:34:45Min Screen: SMALLSupported CPU:
Package ID: com.algologixbd.lightcontrolSHA1 Signature: 95:08:43:C2:27:3D:9B:C0:2C:CE:82:FA:94:A3:68:48:1C:2D:8D:25Developer (CN): AndroidOrganization (O): Google Inc.Local (L): Mountain ViewCountry (C): USState/City (ST): CaliforniaPackage ID: com.algologixbd.lightcontrolSHA1 Signature: 95:08:43:C2:27:3D:9B:C0:2C:CE:82:FA:94:A3:68:48:1C:2D:8D:25Developer (CN): AndroidOrganization (O): Google Inc.Local (L): Mountain ViewCountry (C): USState/City (ST): California

Latest Version of Bluetooth Smart Switch

2.0Trust Icon Versions
5/4/2020
2 downloads2 MB Size
Download