Arduino Bluetooth Sesle Kontro
Install Now
Arduino Bluetooth Sesle Kontro
Arduino Bluetooth Sesle Kontro

Arduino Bluetooth Sesle Kontro

Control your Arduino apps by voice using a bluetooth module.

Developer: Ctrl Bizde
App Size: Varies With Device
Release Date: Nov 19, 2019
Price: Free
Price
Free
Size
Varies With Device

Screenshots for App

Mobile
Developed to manage your Arduino applications via voice commands via bluetooth module. Complete the circuit, run the app, turn on the bluetooth connection, connect to the bluetooth device and start managing your Arduino app! Visit our site for sample codes and Arduino circuits

Example Code:
#define ledKirmizi 3 // We have defined our led
String value = "";

void setup () {
pinMode (ledRed, OUTPUT);
Serial.beg the (9600);
 }

void loop () {
 // if it receives incoming data, we receive it.
 while (Serial.available ()) {
 char c = (char) Serial.read ();
 value + = c;
 }

 if (value.length ()> 0) {
 
 if (value == "open")
 {
digitalwrit A (ledkirmiz is HIGH);
 }
 if (value == "close") {
digitalwrit A (ledkirmiz is LOW);
 }
value = "";
 }
  delay (100);
}
Show More
Show Less
Arduino Bluetooth Sesle Kontro Arduino Ses Kontrol Bluetooth 2.0 Update
2019-11-19 Version History
Arduino'ya sesle komut gönderebilirsiniz.
Telefonunuzun bluetooth bağlanızı açın ve bluetooth cihazına bağlanın.

~Ctrl Bizde
More Information about: Arduino Bluetooth Sesle Kontro
Price: Free
Version: Arduino Ses Kontrol Bluetooth 2.0
Downloads: 111
Compatibility: Android 2.1
Bundle Id: appinventor.ai_ctrlbizdee.ArduinoSesKontrolBluetooth
Size: Varies With Device
Last Update: 2019-11-19
Content Rating: Everyone
Release Date: Nov 19, 2019
Content Rating: Everyone
Developer: Ctrl Bizde


Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide