Arduino voice control tutorial

preview_player
Показать описание
Control the arduino with voice recognition module V2.

The video is short, pause the parts with text.

Arduino code:

Accessport:

Voice module from ebay, V2 ~22$
Рекомендации по теме
Комментарии
Автор

Hello
When i click MONITOR in AccessPort it does not show any PORT option.
What should i do?

rishabhsingh
Автор

Hello! How do I open PORT 7 on the PC.... for AccessPort to work?

ghenry
Автор

Hello bro. 2 years ago I have done a project with that module. I just trying to do it again but there is a problem, in AccessPort after I send AA 11 and AA36 it not works and titling a massege ''Enter AT commends''. What the problem may be there???

evgeniilitvinenko
Автор

hola amigo una pregunta cuantos comandos permite grabar esa tarjeta ???

MundoDigitalX
Автор

Hey bud. Thanks to your video I was able to get it setup and working. The only problem I see is that the distance isn't very good with this MIC? Is there a way to increase the distance? Would another MIC pic up the sound better? I want to use it in a room but I currently have to be very close to it in order for it to work. Any help is appreciated. Thanks.

anthonychan
Автор

Hi planetleak, I have installed AccessPort after selected all configurations and when I try to write AA36 it is not respond me like Common Mode, there is like AA 36 respond. What do you think is a problem?

evgeniilitvinenko
Автор

when i speak it says start i speak it again it says start and start and start when i am trying to speak again and again...what is the happening? please

okusitinotahitua
Автор

nice...may i know how much cost for all you spend to make this?

syncategorematically
Автор

ı want to transmit my voice by using two arduino, two xbee rf module and ısd 1820 . İs it possible with ısd 1820. if it is possible how can ı do it thanks

canincebyk
Автор

Please help me how i connect module to arduino

gagandeepsinghmusic.
Автор

hi..i just want to know this can control by different people voice right.how can i want to design only my voice can access it..dependent speaker :)

izatisaleh
Автор

i'm not able to send... the button is grey... Am I going insane?

willobrien
Автор


would you assist me? programming i can't  make import the second group of voice recognition... i can only de first group:
int lamp1Pin = 9;
int lamp2Pin= 10;
int lamp3Pin = 11;
int motorPin = 8; byte
com = 0; //variavel que vai receber os dados(HEX) da placa de voz
void setup() {
  Serial.begin(9600);
  pinMode(lamp1Pin, OUTPUT);
  pinMode(lamp2Pin, OUTPUT);
  pinMode(lamp3Pin, OUTPUT);
  pinMode(motorPin, OUTPUT);
  delay(2000);
  Serial.write(0xAA);
  Serial.write(0x37);
  delay(1000);
  Serial.write(0xAA);
  Serial.write(0x21); //importa o grupo 1 e esta pronto para reconhecer a voz
//Serial.write(0xBB);
Serial.write(0x22); //importa o grupo 2 e esta pronto para reconhecer a voz....
thank you

pedromartins
join shbcf.ru