1/4
Arduino Remote Control using Phone Bluetooth. screenshot 0
Arduino Remote Control using Phone Bluetooth. screenshot 1
Arduino Remote Control using Phone Bluetooth. screenshot 2
Arduino Remote Control using Phone Bluetooth. screenshot 3
Arduino Remote Control using Phone Bluetooth. Icon

Arduino Remote Control using Phone Bluetooth.

ampower
Trustable Ranking Iconယံုၾကည္ရေသာ
1K+ေဒါင္းလုဒ္မ်ား
2.5MBအရြယ္အစား
Android Version Icon4.0.1 - 4.0.2+
Android ဗားရှင်း
7(12-03-2020)နောက်ဆုံး ဗားရှင်း
-
(0 ျပန္လည္သံုးသပ္မႈမ်ား)
Age ratingPEGI-3
ေဒါင္းလုဒ္
အေသးစိတ္မ်ားျပန္လည္သံုးသပ္မႈမ်ားဗားရွင္းမ်ားအချက်အလက်
1/4

Arduino Remote Control using Phone Bluetooth. ၏ ရွင္းလင္းခ်က္

To see how to use this App click here. It is tutorial with a sample project. You can use the App for your own projects.


For this App to work you need to put a Arduino sketch in your Arduino device. To download the Arduino Sketch click here.


Learn various Arduino Commands by Chatting with Arduino. Program and set Arduino Pin functions by sending commands remotely without downloading code.


App is used to program (change pin settings) of Arduino remotely using Bluetooth. You do not need to download programs to change pin settings like pin mode. You can do it remotely using this app.


Its a great tool to learn Arduino in the most fun way by chatting with Arduino.


You can use the sample sketch given here. This sketch can be customized/changed to suit your needs, language and enhance your experience.


[Arduino Sketch]

/******Sketch for App*******/


#include <SoftwareSerial.h> // import the serial library


SoftwareSerial chat(10, 11); // RX, TX


void setup() {

chat.begin(9600);

}


void loop() {

if (chat.available()){

String readStr = "";

readStr=chat.readString();

//pinMode

if(readStr.startsWith("pinMode")){

String pin=readStr.substring(readStr.indexOf("(")+1,readStr.indexOf(","));

int pinNo=pin.toInt();

String mode=readStr.substring(readStr.indexOf(", ")+2,readStr.indexOf(")"));

if(mode=="INPUT"){

pinMode(pinNo, INPUT);}

if(mode=="OUTPUT"){

pinMode(pinNo, OUTPUT);}

if(mode=="INPUT_PULLUP"){

pinMode(pinNo, INPUT_PULLUP);}

chat.println("done");

}

//digitalWrite

if(readStr.startsWith("digitalWrite")){

String pin=readStr.substring(readStr.indexOf("(")+1,readStr.indexOf(","));

int pinNo=pin.toInt();

String value=readStr.substring(readStr.indexOf(", ")+2,readStr.indexOf(")"));

if(value=="HIGH"){

digitalWrite(pinNo, HIGH);}

if(value=="LOW"){

digitalWrite(pinNo, LOW);}

chat.println("done");

}

//digitalRead

if(readStr.startsWith("digitalRead")){

String pin=readStr.substring(readStr.indexOf("(")+1,readStr.indexOf(","));

int pinNo=pin.toInt();

int val=digitalRead(pinNo);

if(val==1){

chat.println("it's HIGH");}

if(val==0){

chat.println("it's LOW");}

}

//analogWrite

if(readStr.startsWith("analogWrite")){

String pin=readStr.substring(readStr.indexOf("(")+1,readStr.indexOf(","));

int pinNo=pin.toInt();

String val=readStr.substring(readStr.indexOf(", ")+2,readStr.indexOf(")"));

int value=val.toInt();

if(pinNo==10 || pinNo==11){

chat.println("You were trying to write on pins which are used by bluetooth RX/TX");// analog write/PWM on pins used by bluetooth can interrupt communication.

}else{

analogWrite(pinNo, value);

chat.println("done");

}

}


//tone

if(readStr.startsWith("tone")){

String pin=readStr.substring(readStr.indexOf("(")+1,readStr.indexOf(","));

int pinNo=pin.toInt();

String frq=readStr.substring(readStr.indexOf(", ")+2,readStr.indexOf(")"));

int frequency=frq.toInt();

String dur=readStr.substring(readStr.lastIndexOf(", ")+2,readStr.indexOf(")"));

int temp=dur.toInt();

long duration=temp*1000;

if(pinNo==10 || pinNo==11){

chat.println("You were trying to write on pins which are used by bluetooth RX/TX");// analog write/PWM on pins used by bluetooth can interrupt communication.

}else{

tone(pinNo, frequency, duration);

chat.println("done");

}

}

//analogRead

if(readStr.startsWith("analogRead")){

String pin=readStr.substring(readStr.indexOf("(")+1,readStr.indexOf(","));

int pinNo=pin.toInt();

int val=analogRead(pinNo);

chat.println("it's " + String(val));

}


}


}

/********end of sketch**********/

ဒီ App ကိုကလစ် သုံးစွဲဖို့ဘယ်လိုကြည့်ပါရန်။ ဒါဟာ သင်ခန်းစာဖြစ်ပါတယ် နမူနာစီမံကိန်းအားအတူ။ သင်သည်သင်၏ကိုယ်ပိုင်စီမံကိန်းများကိုများအတွက် App ကိုသုံးနိုင်သည်။


ဒီ App ကိုအလုပ်လုပ်ဘို့အသင့် Arduino device အတွက်တစ်ဦး Arduino ပုံကြမ်းထားရန်လိုအပ်ပါတယ်။ အဆိုပါ Arduino Sketch ကိုဒေါင်းလုဒ်လုပ်ရန်ဤနေရာတွင် ကိုကလစ်နှိပ်ပါ။


Arduino နှင့်အတူချတ်တို့ကအမျိုးမျိုးသော Arduino Commands များကိုလေ့လာပါ။ ကုဒ်ဒေါင်းလုပ်မပါဘဲအဝေးမှ command များကိုပေးပို့ခြင်းအားဖြင့် Arduino Pin လုပ်ဆောင်ချက်များကိုအစီအစဉ်နှင့်ထားကြ၏။


App ကိုအဝေးကနေဘလူးတုသ်ကို အသုံးပြု. Arduino ၏အစီအစဉ် (အပြောင်းအလဲ pin ကို setting များကို) ကိုအသုံးပြုသည်။ သငျသညျ pin ကို mode ကိုနဲ့တူ pin ကို setting များကိုပြောင်းလဲပစ်ရန်အစီအစဉ်များကိုဒေါင်းလုဒ်လုပ်ရန်မလိုအပ်ပါ။ သငျသညျဒီ app ကိုသုံးပြီးအဝေးမှကလုပ်နိုင်ပါတယ်။


Arduino နှင့်အတူ chatting အားဖြင့်အများဆုံးပျော်စရာလမ်းအတွက် Arduino သင်ယူဖို့၎င်း၏အလွန်ကြီးစွာသောကိရိယာတခုဖြစ်တယ်။


သင်ဒီမှာပေးထားသောနမူနာပုံကြမ်းကိုသုံးနိုင်သည်။ ဤသည်ပုံကြမ်းစိတ်ကြိုက်နိုင်ပါတယ် /, သင့်လိုအပ်ချက်နှင့်ကိုက်ညီဘာသာစကားနှင့်သင့်အတွေ့အကြုံကိုမြှင့်တင်ရန်ပြောင်းလဲသွားတယ်။


[Arduino Sketch]

App ကို ******* ဘို့ / ****** Sketch /


#include & lt; SoftwareSerial.h & GT; // အဆိုပါအမှတ်စဉ်စာကြည့်တိုက်သို့တင်သွင်း


SoftwareSerial ချက်တင် (10, 11); // RX, TX


ပျက်ပြယ် setup ကို () {

  chat.begin (9600);

}


ပျက်ပြယ်ကွင်းဆက် () {

  လျှင် (chat.available ()) {

    string readStr = "";

    readStr = chat.readString ();

    // pinMode

    {(readStr.startsWith ( "pinMode")) လျှင်

      string pin ကို = readStr.substring (readStr.indexOf ( "(") + 1, readStr.indexOf ( ","));

      pinNo = pin.toInt int ();

      string mode ကို = readStr.substring (readStr.indexOf ( ",") + 2, readStr.indexOf ( ")"));

      {(mode ကို == "ထည့်သွင်းမှု") ပါလျှင်

        pinMode (pinNo, ထည့်သွင်းမှု);}

      လျှင် (mode ကို == "OUTPUT") {

        pinMode (pinNo, OUTPUT);}

      (mode ကို == "INPUT_PULLUP") {လျှင်

        pinMode (pinNo, INPUT_PULLUP);}

      chat.println ( "ပြီးပြီ");

    }

    // digitalWrite

    {(readStr.startsWith ( "digitalWrite")) လျှင်

      string pin ကို = readStr.substring (readStr.indexOf ( "(") + 1, readStr.indexOf ( ","));

      pinNo = pin.toInt int ();

      string value = readStr.substring (readStr.indexOf ( ",") + 2, readStr.indexOf ( ")"));

      {(တန်ဖိုးအား == "High") ပါလျှင်

        digitalWrite (pinNo, HIGH);}

      {(တန်ဖိုးအား == "LOW") ပါလျှင်

        digitalWrite (pinNo, LOW);}

      chat.println ( "ပြီးပြီ");

    }

    // digitalRead

    {(readStr.startsWith ( "digitalRead")) လျှင်

      string pin ကို = readStr.substring (readStr.indexOf ( "(") + 1, readStr.indexOf ( ","));

      pinNo = pin.toInt int ();

      int Val = digitalRead (pinNo);

      လျှင် (Val == 1) {

      chat.println ( "က HIGH ရဲ့");}

      လျှင် (Val == 0) {

      chat.println ( "ကနေ LOW ရဲ့");}

    }

    // analogWrite

    {(readStr.startsWith ( "analogWrite")) လျှင်

      string pin ကို = readStr.substring (readStr.indexOf ( "(") + 1, readStr.indexOf ( ","));

      pinNo = pin.toInt int ();

      string Val = readStr.substring (readStr.indexOf ( ",") + 2, readStr.indexOf ( ")"));

      int တန်ဖိုးကို = val.toInt ();

      {(pinNo == 10 || pinNo == 11) လျှင်

        chat.println ( "သင်ကဘလူးတုသ် RX / TX ကအသုံးပြုလျက်ရှိသောတံသင်အပေါ်ရေးသားဖို့ကြိုးစားနေခဲ့ကြ"); // Analog စရေး / PWM ဘလူးတုသ်အသုံးပြုသောတံသင်အပေါ်ဆက်သွယ်ရေးကြားဖြတ်နိုင်ပါတယ်။

      } အခြား {

        analogWrite (pinNo, တနျဖိုး);

        chat.println ( "ပြီးပြီ");

      }

    }


// သေံ

လျှင် (readStr.startsWith ( "သေံ")) {

string pin ကို = readStr.substring (readStr.indexOf ( "(") + 1, readStr.indexOf ( ","));

pinNo = pin.toInt int ();

string frq = readStr.substring (readStr.indexOf ( ",") + 2, readStr.indexOf ( ")"));

int အကြိမ်ရေ = frq.toInt ();

string dur = readStr.substring (readStr.lastIndexOf ( ",") + 2, readStr.indexOf ( ")"));

int အပူချိန် = dur.toInt ();

ရှည်လျားသောကြာချိန် = အပူချိန် * 1000;

{(pinNo == 10 || pinNo == 11) လျှင်

chat.println ( "သင်ကဘလူးတုသ် RX / TX ကအသုံးပြုလျက်ရှိသောတံသင်အပေါ်ရေးသားဖို့ကြိုးစားနေခဲ့ကြ"); // Analog စရေး / PWM ဘလူးတုသ်အသုံးပြုသောတံသင်အပေါ်ဆက်သွယ်ရေးကြားဖြတ်နိုင်ပါတယ်။

} အခြား {

သေံ (pinNo, အကြိမ်ရေ, ကြာချိန်);

chat.println ( "ပြီးပြီ");

}

}

    // analogRead

    {(readStr.startsWith ( "analogRead")) လျှင်

      string pin ကို = readStr.substring (readStr.indexOf ( "(") + 1, readStr.indexOf ( ","));

      pinNo = pin.toInt int ();

      int Val = analogRead (pinNo);

      chat.println (+ String (Val) "ရဲ့");

    }

    

  }

  

}

ပုံကြမ်း၏ / ******** အဆုံး ********** /


Arduino Remote Control using Phone Bluetooth. - ဗားရွင္း 7

(12-03-2020)
အျခား ဗားရွင္းမ်ား
ဘာအသစ္ရွိလဲ*Removed 2 minutes restriction of usage and added ads.*Added Advanced I/O function 'tone' used to generate different tones.*Added 'Share' button to share chat history using whatsapp, email, SMS, Bluetooth etc. It also gives option to store on Google Drive or other Storage apps.*Added Star(*) button to rate this app and write short reviews about what you like and what you do not. If you have issues and you do not write we will not be able to serve you better.

သုံးသပ္ခ်က္ သို႔မဟုတ္ အဆင့္သတ္မွတ္ခ်က္မ်ား မရွိေသးပါ။ ပထမဆုံး ျပဳလုပ္ရန္အတြက္ ကို ထည့္သြင္းေပးပါ။

-
0 Reviews
5
4
3
2
1
Info Trust Icon
ေကာင္းမြန္ေသာအက္ပ္ျဖစ္ေၾကာင္း အာမခံသည္ဤအက္ပ္သည္ ဗိုင္းရပ္စ္၊ ေမးလ္၀ဲႏွင့္ အျခားမသမာေသာ တိုက္ခိုက္မႈမ်ားအတြက္ လံုၿခံဳေရးစစ္ေဆးခ်က္ကို ေအာင္ျမင္ခဲ့ၿပီး မည္သည့္အႏၲရာယ္မွ် မရွိပါ။

Arduino Remote Control using Phone Bluetooth. - APK သတင္းအခ်က္အလက္

APK ဗားရွင္း: 7package: com.mpawer.arduino.WhatsUpArduino
အန္းဒ႐ိုက္ ကိုက္ညီမႈ: 4.0.1 - 4.0.2+ (Ice Cream Sandwich)
ထုတ္လုပ္သူ:ampowerကိုယ္ေရးလံုၿခံဳမႈ မူ၀ါဒ:https://sites.google.com/view/ampower-apps/privacypolicyခြင့္ျပဳခ်က္မ်ား:8
အမည္: Arduino Remote Control using Phone Bluetooth.အရြယ္အစား: 2.5 MBေဒါင္းလုဒ္မ်ား: 6ဗားရွင္း : 7ျဖန္႔ခ်ိသည့္ ရက္စြဲ: 2020-03-12 16:39:16စခရင္အေသး: SMALLအေထာက္အပံ့ေပးနိုင္ေသာ စီပီယူ:
ပက္ေက့ဂ်္အိုင္ဒီ: com.mpawer.arduino.WhatsUpArduinoSHA1 လက္မွတ္: 8B:F1:72:0F:F3:CD:B0:51:C4:64:04:63:1B:18:FF:69:3C:64:F2:00ထုတ္လုပ္သူ (CN): AM POWERအဖြဲ႕အစည္း (O): AMPOWERေဒသဆိုင္ရာ (L): Mumbaiနိုင္ငံ (C): 91ျပည္နယ္/ၿမိဳ႕ေတာ္ (ST): Maharashtra

Arduino Remote Control using Phone Bluetooth. ၏ ေနာက္ဆုံးဗားရွင္း

7Trust Icon Versions
12/3/2020
6 ေဒါင္းလုဒ္မ်ား2.5 MB အရြယ္အစား
ေဒါင္းလုဒ္

အျခား ဗားရွင္းမ်ား

2Trust Icon Versions
20/2/2018
6 ေဒါင္းလုဒ္မ်ား3 MB အရြယ္အစား
ေဒါင္းလုဒ္
appcoins-gift
AppCoins GamesWin even more rewards!
ေနာက္ထပ္
The Lord of the Rings: War
The Lord of the Rings: War icon
ေဒါင္းလုဒ္
Marvel Contest of Champions
Marvel Contest of Champions icon
ေဒါင္းလုဒ္
Cooking Diary® Restaurant Game
Cooking Diary® Restaurant Game icon
ေဒါင္းလုဒ္
Matchington Mansion
Matchington Mansion icon
ေဒါင္းလုဒ္
Heroes of War: WW2 army games
Heroes of War: WW2 army games icon
ေဒါင္းလုဒ္
Seekers Notes: Hidden Objects
Seekers Notes: Hidden Objects icon
ေဒါင္းလုဒ္
Magicabin: Witch's Adventure
Magicabin: Witch's Adventure icon
ေဒါင္းလုဒ္
Eternal Evolution
Eternal Evolution icon
ေဒါင္းလုဒ္
Legend of Mushroom
Legend of Mushroom icon
ေဒါင္းလုဒ္
busca palabras: sopa de letras
busca palabras: sopa de letras icon
ေဒါင္းလုဒ္
The Ants: Underground Kingdom
The Ants: Underground Kingdom icon
ေဒါင္းလုဒ္
Cops N Robbers:Pixel Craft Gun
Cops N Robbers:Pixel Craft Gun icon
ေဒါင္းလုဒ္