1/4
Arduino Voice Control screenshot 0
Arduino Voice Control screenshot 1
Arduino Voice Control screenshot 2
Arduino Voice Control screenshot 3
Arduino Voice Control Icon

Arduino Voice Control

Cem PEHLİVAN
Trustable Ranking Iconਭਰੋਸੇਯੋਗ
1K+ਡਾਊਨਲੋਡ
3MBਆਕਾਰ
Android Version Icon2.1+
ਐਂਡਰਾਇਡ ਵਰਜਨ
1.2(25-05-2018)ਤਾਜ਼ਾ ਵਰਜਨ
-
(0 ਸਮੀਖਿਆਵਾਂ)
Age ratingPEGI-3
ਡਾਊਨਲੋਡ ਕਰੋ
ਵੇਰਵਾਸਮੀਖਿਆਵਾਂਵਰਜਨਜਾਣਕਾਰੀ
1/4

Arduino Voice Control ਦਾ ਵੇਰਵਾ

Bluetooth üzerinden Arduino'nuza sesli komutlar gönderin, işlemi tamamlayın ve Serial.print ile geri yanıt verin. Verdiğiniz yanıtı mobil cihazınızdan sesli olarak alacaksınız!


Örnek Arduino Kodu (Example Arduino Code):


String readString = "";


#define led 13 //


void setup() {


pinMode(led, OUTPUT);


digitalWrite(led, LOW);


Serial.begin(9600);


}


void loop() {


while (Serial.available()) {


char c = (char)Serial.read();


readString += c;


}


if (readString.length() > 0) {


if (readString == "aç") {


digitalWrite(led, HIGH);


Serial.print("açıldı");


}


else if (readString == "kapat") {


digitalWrite(led, LOW);


Serial.print("kapandı");


}


else if (readString == "ev kaç derece") {


//derece hesaplama işlemleri vb.


Serial.print("ev şuan 21 derece");


}


else if (readString == "İngilizce konuş") {


Serial.print("Hi, how are you?");


}


else {


Serial.print("Seni anlayamadım.");


}


readString = "";


}


delay(100);


}


Send your Arduino via Bluetooth, voice commands, and responds back to finish with Serial.print. You will receive your responses aloud from your mobile device!


Arduino Example Code (the Arduino Example Code):


ReadString String = "";


#define LED 13 //


void setup () {


  In pinmo (LED, OUTPUT);


  digitalwrit (LEDs, LOW);


  Serial.beg the (9600);


}


void loop () {


  while (Serial.availabl A ()) {


    char c = (char) Serial.read ();


    ReadString + = c;


  }


  if (readstring.length ()> 0) {


    if (ReadString == "open") {


      digitalwrit (LEDs, HIGH);


      Serial.print ( "opened");


    }


    else if (ReadString == "off") {


      digitalwrit (LEDs, LOW);


      Serial.print ( "closed");


    }


    else if (ReadString == "very few houses") {


      // degree calculation processing and so on.


      Serial.print ( "home now 21 degrees");


    }


    else if (ReadString == "speak English") {


      Serial.print ( "Hi, how are you?");


    }


    else {


      Serial.print ( "I do not understand you.");


    }


    ReadString = "";


  }


  delay (100);


}

Arduino Voice Control - ਵਰਜਨ 1.2

(25-05-2018)
ਹੋਰ ਵਰਜਨ
ਨਵਾਂ ਕੀ ਹੈ?Arduino'nuza sesli komut gönderebildiğiniz gibi sesli yanıt alabileceksiniz! Arduino'nuza sorular sorun ve gelen cevabı sesli dinleyin!You will receive an audio response as you can send voice commands to your Arduino! Ask your Arduino and listen to the answer!

ਅਜੇ ਤੱਕ ਕੋਈ ਸਮੀਖਿਆ ਜਾਂ ਰੇਟਿੰਗ ਨਹੀਂ ਹੈ! ਪਾਓਣ ਲਈ ਕਿਰਪਾ ਕਰਕੇ

-
0 Reviews
5
4
3
2
1
Info Trust Icon
ਚੰਗੀ ਐਪ ਦੀ ਗਾਰੰਟੀਇਸ ਐਪ ਨੇ ਵਾਇਰਸ, ਮਾਲਵੇਅਰ ਅਤੇ ਹੋਰ ਖਤਰਨਾਕ ਹਮਲੇ ਲਈ ਸੁਰੱਖਿਆ ਟੈਸਟ ਪਾਸ ਕਰ ਲਿਆ ਹੈ ਅਤੇ ਇਸ ਵਿਚ ਕੋਈ ਵੀ ਖਤਰੇ ਸ਼ਾਮਿਲ ਨਹੀਂ ਹਨ|

Arduino Voice Control - ਏਪੀਕੇ ਜਾਣਕਾਰੀ

ਏਪੀਕੇ ਵਰਜਨ: 1.2ਪੈਕੇਜ: appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol
ਐਂਡਰਾਇਡ ਅਨੁਕੂਲਤਾ: 2.1+ (Eclair)
ਡਿਵੈਲਪਰ:Cem PEHLİVANਅਧਿਕਾਰ:5
ਨਾਮ: Arduino Voice Controlਆਕਾਰ: 3 MBਡਾਊਨਲੋਡ: 183ਵਰਜਨ : 1.2ਰਿਲੀਜ਼ ਤਾਰੀਖ: 2020-05-19 00:37:30ਘੱਟੋ ਘੱਟ ਸਕ੍ਰੀਨ: SMALLਸਮਰਥਿਤ ਸੀਪੀਯੂ:
ਪੈਕੇਜ ਆਈਡੀ: appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrolਐਸਐਚਏ1 ਦਸਤਖਤ: 35:D6:27:DE:F8:71:82:79:86:4E:04:27:A0:F1:77:8A:8C:6B:E4:52ਡਿਵੈਲਪਰ (CN): cempehlivan92@gmail.comਸੰਗਠਨ (O): AppInventor for Androidਸਥਾਨਕ (L): ਦੇਸ਼ (C): USਰਾਜ/ਸ਼ਹਿਰ (ST): ਪੈਕੇਜ ਆਈਡੀ: appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrolਐਸਐਚਏ1 ਦਸਤਖਤ: 35:D6:27:DE:F8:71:82:79:86:4E:04:27:A0:F1:77:8A:8C:6B:E4:52ਡਿਵੈਲਪਰ (CN): cempehlivan92@gmail.comਸੰਗਠਨ (O): AppInventor for Androidਸਥਾਨਕ (L): ਦੇਸ਼ (C): USਰਾਜ/ਸ਼ਹਿਰ (ST):

Arduino Voice Control ਦਾ ਨਵਾਂ ਵਰਜਨ

1.2Trust Icon Versions
25/5/2018
183 ਡਾਊਨਲੋਡ3 MB ਆਕਾਰ
ਡਾਊਨਲੋਡ ਕਰੋ
appcoins-gift
AppCoins GamesWin even more rewards!
ਹੋਰ
Joker Order
Joker Order icon
ਡਾਊਨਲੋਡ ਕਰੋ
Marvel Contest of Champions
Marvel Contest of Champions icon
ਡਾਊਨਲੋਡ ਕਰੋ
Legend of Mushroom
Legend of Mushroom icon
ਡਾਊਨਲੋਡ ਕਰੋ
Matchington Mansion
Matchington Mansion icon
ਡਾਊਨਲੋਡ ਕਰੋ
Forge Shop - Business Game
Forge Shop - Business Game icon
ਡਾਊਨਲੋਡ ਕਰੋ
Eternal Evolution
Eternal Evolution icon
ਡਾਊਨਲੋਡ ਕਰੋ
Mobile Legends: Adventure
Mobile Legends: Adventure icon
ਡਾਊਨਲੋਡ ਕਰੋ
Bus Simulator : Ultimate
Bus Simulator : Ultimate icon
ਡਾਊਨਲੋਡ ਕਰੋ
Age of Kings: Skyward Battle
Age of Kings: Skyward Battle icon
ਡਾਊਨਲੋਡ ਕਰੋ
The Ants: Underground Kingdom
The Ants: Underground Kingdom icon
ਡਾਊਨਲੋਡ ਕਰੋ
Logic Master 1 Mind Twist
Logic Master 1 Mind Twist icon
ਡਾਊਨਲੋਡ ਕਰੋ
Bed Wars
Bed Wars icon
ਡਾਊਨਲੋਡ ਕਰੋ

ਇੱਕੋ ਸ਼੍ਰੇਣੀ ਵਾਲਿਆਂ ਐਪਾਂ