Hi guys
Yesterday I tried my VR module. At first it wasn't recognizing any sound I would get Start....No Voice...Start...No Voice.
I stopped using the microphone you include and I used a different mic connected directly to the terminals provided on the board for VOC and GND. This worked and I was able to record 5 commands for group 1.
Then I used the module in a sketch and it worked.
Then I tried re-recording new commands always for group 1 (and i later even tried for group 2) but whenever I send the command, any command to the module now, all I get is @A @B @C, not in that order.
What has happened and how can I fix this?
Voice Recognition Module Not Responding properly
Re: Voice Recognition Module Not Responding properly
Here is a CoolTerm capture:
I also noticed my sketch does this:
in the setup and then I disconnected it and tested the module by powering it from a battery pack.
But I noticed the Serial Monitor output this just before I disconnected it:
I also noticed my sketch does this:
Code: Select all
Serial.write(0xAA);
Serial.write(0x37);
delay(1000);
Serial.write(0xAA);
Serial.write(0x21);
But I noticed the Serial Monitor output this just before I disconnected it:
Code: Select all
�7�!
- Attachments
-
- Screenshot 2015-12-03 11.47.15.png (87.12 KiB) Viewed 6917 times
-
- Posts: 1
- Joined: Fri Dec 11, 2015 4:49 pm
Re: Voice Recognition Module Not Responding properly
try changing the port speed to 9600 on the module by entering the command: AA 33