Andruino Bluetooth Free

Andruino Bluetooth Free Free App

Rated 1.00/5 (1) —  Free Android application by Leonardo Javier Russo

Advertisements

About Andruino Bluetooth Free

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

How to Download / Install

Download and install Andruino Bluetooth Free version 1.5.1 on your Android device!
Downloaded 100+ times, content rating: Everyone
Android package: ar.com.lrusso.andruinobluetooth.free, download Andruino Bluetooth Free.apk

All Application Badges

Free
downl.
Android
2.3.3+
For everyone
Android app

App History & Updates

What's Changed
Privacy Policy.
Version update Andruino Bluetooth Free was updated to version 1.5.1
More downloads  Andruino Bluetooth Free reached 100 - 500 downloads
More downloads  Andruino Bluetooth Free reached 50 - 100 downloads

Oh snap! No comments are available for Andruino Bluetooth Free at the moment. Be the first to leave one!

Share The Word!


Rating Distribution

RATING
1.05
1 users

5

4

3

2

1