Warning: Undefined property: WhichBrowser\Model\Browser::$name in /www/wwwroot/steprimo.com/config.php on line 30

Warning: Undefined property: WhichBrowser\Model\Device::$manufacturer in /www/wwwroot/steprimo.com/config.php on line 34

Warning: Undefined property: WhichBrowser\Model\Device::$model in /www/wwwroot/steprimo.com/config.php on line 35
Arduino USB and BT Terminal Download APK for Android
lang en

Arduino USB and BT Terminal
Arduino USB and BT Terminal
Download APK
Arduino USB and BT Terminal

Arduino USB and BT Terminal

Developer: kw5develop
App Size: Varies With Device
Release Date: Apr 21, 2019
Price: Free
1
6 Ratings
Size:
Varies With Device
Download APK
Google Play
Screenshots for App
Mobile

About: Arduino USB and BT Terminal

"Arduino USB Terminal" is an arduino microcontroller shell that will allow you to give instructions easily from your smartphone to your Arduino using the USB and / or bluetooth protocol.
In order to use this app you need:
1) Android smartphone that supports OTG protocol
2) OTG cable
3) Arduino


Arduino USB and BT Terminal



Below is a very simple sketch example to send characters to Arduino:

char ReadChar;

void setup() {
pinMode(13,OUTPUT);
Serial.begin(9600);

}

void loop() {
if(Serial.available()){
carattereLetto=Serial.read();
if(carattereLetto=='a'){
digitalWrite(13,HIGH);
}
else if(carattereLetto=='b'){
digitalWrite(13,HIGH);
delay(3000);
digitalWrite(13,LOW);
}
else{
digitalWrite(13,HIGH);
delay(1000);
digitalWrite(13,LOW);

}
}



}

Below is a very simple example sketch to receive characters from Arduino:

void setup() {
Serial.begin(9600);

}

void loop() {
Serial.println('a');
delay(1000);

}
Developer Apps:
Recent Releases

Reviews Arduino USB and BT Terminal


User Ratings
Name
Message
Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide