Andruino Bluetooth Free

Andruino Bluetooth Free

  • 2.7 MB

    Ukuran file

  • Android 2.3.4+

    Android OS

Tentang Andruino Bluetooth Free

Sekarang Anda dapat menggunakan aplikasi ini untuk terhubung ke papan Andruino Anda melalui bluetooth!

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

}

Tampilkan Selengkapnya

What's new in the latest 1.4

Last updated on 2017-07-25
Privacy Policy.
Tampilkan Selengkapnya

Video dan tangkapan layar

  • Andruino Bluetooth Free poster
  • Andruino Bluetooth Free screenshot 1

Versi lama Andruino Bluetooth Free

ikon APKPure

Pengunduhan Super cepat dan aman melalui aplikasi APKPure

Sekali klik untuk menginstal file XAPK/APK di Android!

Unduh APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies