Andruino Bluetooth Free 1.4 Icon

Andruino Bluetooth Free

Leonardo Javier Russo Productivity
1
1 Ratings
100+
Downloads
1.4
version
Jul 24, 2017
release date
2.7 MB
file size
Free
Download

What's New

Bug fixes and performance improvements.

About Andruino Bluetooth Free Android App

Now you can use this app to connect to your Andruino board via bluetooth! You must be paired with the Arduino board. In most cases, the default PIN in a Arduino Bluetooth Module is 1234. You must use a HC-05 Bluetooth module.

-- THIS FREE VERSION HAS ADS IN ORDER TO SUPPORT DEVELOPMENT --

-----------------------------------------------------
Example Sketch:
-----------------------------------------------------
#include

SoftwareSerial bluetooth(10, 11);

void setup()
{
bluetooth.begin(9600);
}

void loop()
{
int incomingByte = 0;
String content = "";
char character;

while(bluetooth.available())
{
character = bluetooth.read();
content.concat(character);
}

if (content!="")
{
bluetooth.print(content);
}
delay(100);
}

Other Information:

Requires Android:
Android 2.3.4+
Other Sources:

Download

This version of Andruino Bluetooth Free Android App comes with one universal variant which will work on all the Android devices.

Variant
4
(Jul 24, 2017)
Architecture
universal
Minimum OS
Android 2.3.4+
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of Andruino Bluetooth Free Android App, We have 2 versions in our database. Please select one of them below to download.

Loading..