About 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);
} Arduino, the circuit as you have established with PIC microcontrollers and is an application that allows you to communicate with your Android device via Bluetooth protocol. 1-0 codes for roads open and close commands. Home, office lighting, used in areas such as electronic devices control. If it is desired to be used where needed, such as security doors open automatically in your circuit it is recommended that you change the password you use the bluetooth module.
Example Arduino application is below.
char data;
void setup () {
Serial.beg's (9600);
In pinmo (13, OUTPUT);
Serial.println ( "Jarvis BLUETOOTH Remote Access System");
}
void loop () {
if (Serial.availabl to ()> 0) {
Yield = Serial.read ();
if (data == '1') {
A digitalwrit (13, HIGH);
}
if (data == '0') {
A digitalwrit (13, LOW);
}
}
delay (100);
}
Download and install
Jarvis Bluetooth version 1.1 on your
Android device!
Downloaded 1,000+ times, content rating: Everyone
Android package:
appinventor.ai_ridvangozupek83.JarvisBluetoothErisim, download Jarvis Bluetooth.apk
by K####:
What a **** app I hated it