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
Arduino USB and BT Terminal icon

Arduino USB and BT Terminal


kw5develop
1.3
  • Sep 7, 2019
    Update date
  • Everyone
  • Android 4.1+
    Android OS

About Arduino USB and BT Terminal

Turn your Android smartphone into a USB and BT terminal for Arduino.

"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

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);

}

Show More

Additional APP Information

Latest Version

1.3

Uploaded by

Pedro Loopes

Requires Android

Android 4.1+

Content Rating

Everyone

What's New in the Latest Version 1.3

Last updated on Sep 7, 2019

Added support for reading char or string from Arduino via USB

Show More

Arduino USB and BT Terminal Screenshots

Arduino USB and BT Terminal posterArduino USB and BT Terminal screenshot 1Arduino USB and BT Terminal screenshot 2Arduino USB and BT Terminal screenshot 3Arduino USB and BT Terminal screenshot 4Arduino USB and BT Terminal screenshot 5Arduino USB and BT Terminal screenshot 6Arduino USB and BT Terminal screenshot 7

Related Tags

Popular Articles In Last 24 Hours

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.