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ਡਾਊਨਲੋਡ: 144ਵਰਜਨ : 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):

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

1.2Trust Icon Versions
25/5/2018
144 ਡਾਊਨਲੋਡ3 MB ਆਕਾਰ
ਡਾਊਨਲੋਡ ਕਰੋ
appcoins-gift
AppCoins GamesWin even more rewards!
ਹੋਰ
Stormshot: Isle of Adventure
Stormshot: Isle of Adventure icon
ਡਾਊਨਲੋਡ ਕਰੋ
Eternal Evolution
Eternal Evolution icon
ਡਾਊਨਲੋਡ ਕਰੋ
Last Land: War of Survival
Last Land: War of Survival icon
ਡਾਊਨਲੋਡ ਕਰੋ
Clash of Queens: Light or Dark
Clash of Queens: Light or Dark icon
ਡਾਊਨਲੋਡ ਕਰੋ
Westland Survival: Cowboy Game
Westland Survival: Cowboy Game icon
ਡਾਊਨਲੋਡ ਕਰੋ
The Lord of the Rings: War
The Lord of the Rings: War icon
ਡਾਊਨਲੋਡ ਕਰੋ
Idle Angels: Goddess' Warfare
Idle Angels: Goddess' Warfare icon
ਡਾਊਨਲੋਡ ਕਰੋ
Heroes of War: WW2 army games
Heroes of War: WW2 army games icon
ਡਾਊਨਲੋਡ ਕਰੋ
Mobile Legends: Bang Bang
Mobile Legends: Bang Bang icon
ਡਾਊਨਲੋਡ ਕਰੋ
Bloodline: Heroes of Lithas
Bloodline: Heroes of Lithas icon
ਡਾਊਨਲੋਡ ਕਰੋ
The Legend of Neverland
The Legend of Neverland icon
ਡਾਊਨਲੋਡ ਕਰੋ
Guns of Glory: Lost Island
Guns of Glory: Lost Island icon
ਡਾਊਨਲੋਡ ਕਰੋ

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

ਤੁਹਾਨੂੰ ਇਹ ਵੀ ਪਸੰਦ ਹੋ ਸਕਦਾ ਹੈ...