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

درباره‌ی Andruino Bluetooth Free

Now you can use this app to connect to your Andruino board via 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);

}

بارگذاری ترجمه...

اطلاعات تکمیلی برنامه

آخرین نسخه

وارد شوید undefined در undefined 1.4

بارگذاری شده توسط

Sonu Sardar

نیاز به اندروید

Android 2.3.4+

نمایش بیشتر

جدیدترین چیست در نسخه‌ی 1.4

Last updated on 24/07/2017

Privacy Policy.

نمایش بیشتر

Andruino Bluetooth Free اسکرین شات ها

در حال بارگذاری نظر...
زبان‌ها
اشتراک در APKPure
اولین کسی باشید که به نسخه اولیه، اخبار و راهنمای بهترین بازی ها و برنامه های اندروید دسترسی پیدا می کند.
نه، متشکرم
ثبت نام
با موفقیت مشترک شد!
اکنون به APKPure مشترک شده اید.
اشتراک در APKPure
اولین کسی باشید که به نسخه اولیه، اخبار و راهنمای بهترین بازی ها و برنامه های اندروید دسترسی پیدا می کند.
نه، متشکرم
ثبت نام
موفقیت!
شما الان عضو خبرنامه‌ی ما شدید.