Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Kendali Relay 1 Chanel Arduino Bluetooth icon

1.0 by Agung Hari Wahyudi


May 27, 2019

About Kendali Relay 1 Chanel Arduino Bluetooth

Application to control relay 1 channel with Arduino and Bluetooth HC05

Wiring Diagram

Arduino dengan Bluetooth HC05

Arduino----------Bluetooth HC05

Tx----------------Rx

Rx----------------Tx

5V----------------5V

GND---------------GND

Arduino dengan Relay 1 Chanel

Arduino---------------Relay

2-----------------Relay 1

5V----------------5V

GND---------------GND

Relay menggunakan aktif LOW

Sketch Arduino

int DataBluetooth;

void setup() {

Serial.begin(9600);

pinMode(2,OUTPUT); //Relay 1

digitalWrite(2,HIGH);

}

void loop() {

if (Serial.available()){

DataBluetooth=Serial.read();

// Menyalakan Relay 1

if(DataBluetooth=='A'){

digitalWrite(2,LOW);

}

//Mematikan Relay 1

if(DataBluetooth=='B'){

digitalWrite(2,HIGH);

}

}

}

What's New in the Latest Version 1.0

Last updated on May 27, 2019

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Translation Loading...

Additional APP Information

Latest Version

Request Kendali Relay 1 Chanel Arduino Bluetooth Update 1.0

Requires Android

4.0 and up

Available on

Get Kendali Relay 1 Chanel Arduino Bluetooth on Google Play

Show More

Kendali Relay 1 Chanel Arduino Bluetooth Screenshots

Comment Loading...
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.