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 Bluetooth Control icon

1.10 by Mango Developers


Oct 4, 2015

About Arduino Bluetooth Control

Allows you to control Embedded Sys. like arduino/Raspberry Pi via bluetooth.

This app allows you to control any Robot or Embedded Sys. interfaced bluetooth using Serial Port Profile(SPP).

Full source code now available at http://aman-tugnawat.github.io/androbot/

This is a simple app for beginners learning to use Arduino/Any Development using Serial communication and control their project from their Android Smartphone/Tablet.

Understanding how the app sends data:

The app uses separate Thread with a loop to send data continuously after every 100ms (this would be user configurable in further versions of the app) in form of a byte*.

*(Which could be type-casted to int as well char as per convenience)

Which key/button would send will send which byte can be seen in the table:

Key 1 2 3 4 5 6 7

Data(char) “1” “2” “3” “4” “5” “6” “7”

Data(int ) 48 49 50 51 52 53 54

Data(byte) 48 49 50 51 52 53 54

The key/button no. can be seen in image shown on top i.e. the promo image.

For example:

If the key 1 is pressed on the screen. The data send would be single char i.e.“1” which could be type casted and used to establish control over Arduino as follows:

Int read;

read=Serial.Read();

if(read==48){

//Write your Code for what to do

}

About the App Documentation can be found at this link:

https://goo.gl/ir4sok

Sample Arduino Source Code can be downloaded from this link:

https://goo.gl/NK6fP1

I will be adding adding further functionality based on user reviews like accelerometer,GPS , PWM ,Serial terminal etc so if you have any specific need please do write an review.

Please rate the app 5 stars if you find my work helpful.

In case you have any issues with app please write a review or mail me regarding it before giving low rating.

What's New in the Latest Version 1.10

Last updated on Oct 4, 2015

Added Serial Terminal to send and receive data over Bluetooth .

Translation Loading...

Additional APP Information

Latest Version

Request Arduino Bluetooth Control Update 1.10

Uploaded by

Adnan Ahmed Siam

Requires Android

Android 4.0+

Show More

Arduino Bluetooth Control Screenshots

Comment Loading...
Languages
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.
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
Success!
You're now subscribed to our newsletter.