Icona Kendali Relay 1 Chanel Arduino Bluetooth

1.0 by Agung Hari Wahyudi


May 27, 2019

Informazioni su Kendali Relay 1 Chanel Arduino Bluetooth

Applicazione per controllare il relè 1 canale con Arduino e 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);

}

}

}

Novità nell'ultima versione 1.0

Last updated on May 27, 2019

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

Traduzione in caricamento...

Informazioni APP aggiuntive

Ultima versione

Richiedi aggiornamento Kendali Relay 1 Chanel Arduino Bluetooth 1.0

È necessario Android

4.0 and up

Available on

Ottieni Kendali Relay 1 Chanel Arduino Bluetooth su Google Play

Mostra Altro

Kendali Relay 1 Chanel Arduino Bluetooth Screenshot

Commento Loading...
Ricerca...
Iscriviti ad APKPure
Sii il primo ad accedere alla versione anticipata, alle notizie e alle guide dei migliori giochi e app Android.
No grazie
Iscrizione
Abbonato con successo!
Ora sei iscritto ad APKPure.
Iscriviti ad APKPure
Sii il primo ad accedere alla versione anticipata, alle notizie e alle guide dei migliori giochi e app Android.
No grazie
Iscrizione
Successo!
Ora sei iscritto alla nostra newsletter.