1/2
Jarvis Bluetooth screenshot 0
Jarvis Bluetooth screenshot 1
Jarvis Bluetooth Icon

Jarvis Bluetooth

Maygatto
Trustable Ranking IconTrusted
1K+Downloads
6MBSize
Android Version Icon1.6+
Android Version
1.1(14-08-2017)Latest version
-
(0 Reviews)
Age ratingPEGI-3
Download
DetailsReviewsVersionsInfo
1/2

Description of Jarvis Bluetooth

Arduino, PIC gibi ve mikrodenetleyicilerle kurmuş olduğunuz devreleri Android cihazınızla Bluetooth protokolü aracılığıyla iletişim kurmasını sağlayan bir uygulamadır. Aç ve kapat komutları için 1-0 kodları yollar. Ev, işyeri aydınlatması, elektronik cihaz kontrolü gibi alanlarda kullanılabilir. Otomatik Kapı açmak gibi güvenlik gereken yerlerde kullanılmak isteniyorsa devrenizde kullandığınız bluetooth modülünün şifresini değiştirmeniz önerilir.

Örnek Arduino Uygulaması aşağıdadır.

char veri;

void setup() {

Serial.begin(9600);

pinMode(13,OUTPUT);

Serial.println("Jarvis BLUETOOTH Uzaktan Erisim Sistemi");

}

void loop() {

if (Serial.available()>0){


veri=Serial.read();

if(veri=='1'){

digitalWrite(13,HIGH);

}

if (veri=='0'){

digitalWrite(13,LOW);

}

}

delay(100);

}

Jarvis Bluetooth - Version 1.1

(14-08-2017)
Other versions
What's newThe text in the application was translated into english

There are no reviews or ratings yet! To leave the first one please

-
0 Reviews
5
4
3
2
1

Jarvis Bluetooth - APK Information

APK Version: 1.1Package: appinventor.ai_ridvangozupek83.JarvisBluetoothErisim
Android compatability: 1.6+ (Donut)
Developer:MaygattoPermissions:6
Name: Jarvis BluetoothSize: 6 MBDownloads: 1KVersion : 1.1Release Date: 2021-06-21 00:02:43Min Screen: SMALLSupported CPU:
Package ID: appinventor.ai_ridvangozupek83.JarvisBluetoothErisimSHA1 Signature: 12:90:FF:E3:25:34:62:AF:67:D0:07:1B:49:61:26:0E:94:21:B5:D9Developer (CN): ridvangozupek83@gmail.comOrganization (O): AppInventor for AndroidLocal (L): Country (C): USState/City (ST): Package ID: appinventor.ai_ridvangozupek83.JarvisBluetoothErisimSHA1 Signature: 12:90:FF:E3:25:34:62:AF:67:D0:07:1B:49:61:26:0E:94:21:B5:D9Developer (CN): ridvangozupek83@gmail.comOrganization (O): AppInventor for AndroidLocal (L): Country (C): USState/City (ST):

Latest Version of Jarvis Bluetooth

1.1Trust Icon Versions
14/8/2017
1K downloads6 MB Size
Download