• Arduino Voice Control 1
  • Arduino Voice Control 2
  • Arduino Voice Control 3
  • Arduino Voice Control 4

Arduino Voice Control

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);
}

Category : Tools

Related searches

Reviews (30)

Dan. D. Feb 12, 2019     

Great app. works perfect. Is there a way to voice activate it instead of pressing the button on screen ? so it could be totally hands free once Bluetooth is paired.

Dip. B. Feb 9, 2020     

Good job! Used the app and works fine! Also thank you for add-free app! Hope you will make the app fully voice command based and hand free operation once the Bluetooth is connected. Wish you good luck!

ray. Nov 19, 2020     

Regarding the last review I posted, the issue was not with the app; just the user, lol! I was able to test it, and the app works great!

Shu. S. Jul 2, 2020     

Can it connect to nodemcu... Via wifi... I will appreciate very much if you modify it... And also a trigger command will make it better..🙂

que. h. Dec 18, 2018     

When i read the buffer of my bluetooth modules i read nothing. How can i catch the data send by the app on my phone .

djg. May 27, 2021     

this is a good app! 👍 but language change does not affect on recognation. :( I switched to RU but still recognise as EU

Jem. G. Apr 30, 2019     

Just like the question of your other app user, is there a way to voice activate this app rather than pressing the button? Thank you.

A. G. u. Nov 24, 2018     

Very good app But further the language option only shows the initials of language , language name can be specified

ros. o. May 4, 2019     

hai this app is good was working perfectly until i updated my android to pi now the app is not working please send an update and fix this problem

Ros. O. Nov 27, 2021     

can't you make the app function without a Bluetooth

Sho. M. Nov 10, 2018     

This app is very useful for me.....but this app doesn't run in android oreo

Jam. T. Sep 29, 2020     

Nice app i rate four star i would love it more if the recoding botton is auto

nie. n. Dec 25, 2018     

awesome app ..... can we have Indonesian language ? .... thanks

A. G. u. Sep 27, 2018     

Could anyone tell me what is the end of line character for the code to be written in Arduino using this app?

m•a. Apr 21, 2021     

It doesn't work, terrible app! 😒

Mua. S. May 5, 2019     

Is this App works in english language ?? if yes can you show demo

RON. S. Oct 24, 2018     

How can I change the interface of the app? Or modify it???

Tec. E. Dec 22, 2020     

This app is not working pl update. Thanku

you. k. Jun 28, 2020     

It say runtime errir end the application

kev. a. Dec 6, 2018     

How to use to detect a digit numbers?

Hut. T. May 10, 2021     

I am giving 1 star because it eont connect dont install

Sha. O. Sep 15, 2020     

I connected and its telling me error

Net. G. Sep 22, 2020     

Waste of time and mb dont download this app

Ash. E. May 9, 2020     

Its a very great app

Abh. Oct 19, 2019     

Mc bd this doesn't work Idotic app

A. G. u. Oct 7, 2018     

It's very nice

Dur. D. Apr 4, 2020     

Ver poor connection

Ale. M. Mar 21, 2018     

This app is very very useful for arduino users.Also how did you create the app using "App inventor" or "Android studio"

TAG. R. K. Mar 20, 2020     

Best app

A. G. u. Feb 25, 2018     

Can anyone tell me , can I use this for wifi module too?