ApkDownload

Kendali Relay 1 Chanel Arduino Bluetooth APK

最新バージョン 1.0 for Windows
更新しました 2019年May27日

情報

バージョン 1.0 (#1)

更新しました 2019年May27日

APKファイルサイズ 4.3 MB

Android 要件 Android 4.0+ (Ice Cream Sandwich)

開発元 Agung Hari Wahyudi

カテゴリー ツール (アプリケーション)

アプリケーションのID com.appybuilder.agunghariwahyudi002.Relay1Chanel

開発者ノート ArduinoとBluetooth HC05でリレー1チャンネルを制御するためのアプリケーション

スクリーンショット画像

画像をクリックするとフルサイズで表示されます

新機能

Kendali Relay 1 Chanel Arduino Bluetooth 1.0の新機能

Kendali Relay 1 Chanel Arduino Bluetooth

説明

配線図
Bluetooth HC05を搭載したArduino
Arduino ---------- Bluetooth HC05
Tx ---------------- Rx
Rx ---------------- Tx
5V ---------------- 5V
GND --------------- GND

1シャネルリレー付きArduino
Arduino ---------------リレー
2 -----------------リレー1
5V ---------------- 5V
GND --------------- GND

リレーはアクティブLOWを使用


Arduinoのスケッチ

int Bluetoothデータ。

void setup(){
  Serial.begin(9600);
  pinMode(2、OUTPUT); //リレー1
  digitalWrite(2、HIGH);
}

void loop(){
 if(Serial.available()){
   DataBluetooth = Serial.read();
   
   //リレー1をオンにする
   if(Bluetoothデータ== 'A'){
     digitalWrite(2、LOW);
       }
       
    //リレー1をオフにする
    if(Bluetoothデータ== 'B'){
     digitalWrite(2、HIGH);
       }
   }
}

評価とレビュー

評価: 5.0 / 5 · Less than 100 票

(*) 必要とされている

旧バージョン

Kendali Relay 1 Chanel Arduino Bluetooth 1.0 APK (#1, 4.3 MB)