Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't train Voice Recognition Module VR3 #9

Open
snz007 opened this issue Oct 12, 2017 · 4 comments
Open

can't train Voice Recognition Module VR3 #9

snz007 opened this issue Oct 12, 2017 · 4 comments

Comments

@snz007
Copy link

snz007 commented Oct 12, 2017

i got problem with my voice recognition module like that

capture

baud rate and pulse width unknown cause i cant train this module.
how i solve this problem?

@hbadotti
Copy link

Post your code, your board, your pinage.....

@VirtualEnder
Copy link

I'm running into the same issue. This using the sample code vr_sample_train.ino from https://github.com/elechouse/VoiceRecognitionV3/blob/master/examples/vr_sample_train/vr_sample_train.ino

Arduino Uno R3 wired as shown in the sample code. When I type settings in the serial monitor I get:

--------------------------------------------------------------------------------
settings
--------------------------------------------------------------------------------
Baud rate: UNKONOWN
Output IO Mode: UNKONOWN
Pulse Width: 20ms
Auto Load: enable
Group control by external IO: UNKNOWN STATUS

I can run through sigtrain and train, and it says

Output IO Mode: UNKONOWN
Pulse Width: 20ms
Auto Load: enable
Group control by external IO: UNKNOWN STATUS
--------------------------------------------------------------------------------
sigtrain 0 On
--------------------------------------------------------------------------------
Record:	0	Speak now
Record:	0	Speak again
Record:	0	Cann't matched
Record:	0	Speak now
Record:	0	Speak again
Record:	0	Success
Success: 1
Record 0	Trained
SIG: On
--------------------------------------------------------------------------------

But when I check the record it says:

--------------------------------------------------------------------------------
record 0
--------------------------------------------------------------------------------
Check 1 records.
0 record trained.
0	-->	Untrained
--------------------------------------------------------------------------------

And load fails as well. It appears that even though it says the training was successful, it isn't stored in the module. Any help would be appreciated.

@khaled312001
Copy link

I'm running into the same issue. This using the sample code vr_sample_train.ino from https://github.com/elechouse/VoiceRecognitionV3/blob/master/examples/vr_sample_train/vr_sample_train.ino

Arduino Uno R3 wired as shown in the sample code. When I type settings in the serial monitor I get:

--------------------------------------------------------------------------------
settings
--------------------------------------------------------------------------------
Baud rate: UNKONOWN
Output IO Mode: UNKONOWN
Pulse Width: 20ms
Auto Load: enable
Group control by external IO: UNKNOWN STATUS

I can run through sigtrain and train, and it says

Output IO Mode: UNKONOWN
Pulse Width: 20ms
Auto Load: enable
Group control by external IO: UNKNOWN STATUS
--------------------------------------------------------------------------------
sigtrain 0 On
--------------------------------------------------------------------------------
Record:	0	Speak now
Record:	0	Speak again
Record:	0	Cann't matched
Record:	0	Speak now
Record:	0	Speak again
Record:	0	Success
Success: 1
Record 0	Trained
SIG: On
--------------------------------------------------------------------------------

But when I check the record it says:

--------------------------------------------------------------------------------
record 0
--------------------------------------------------------------------------------
Check 1 records.
0 record trained.
0	-->	Untrained
--------------------------------------------------------------------------------

And load fails as well. It appears that even though it says the training was successful, it isn't stored in the module. Any help would be appreciated.

are you solve this problem?

@paisp
Copy link

paisp commented Feb 1, 2024

I'm running into the same issue. This using the sample code vr_sample_train.ino from https://github.com/elechouse/VoiceRecognitionV3/blob/master/examples/vr_sample_train/vr_sample_train.ino
Arduino Uno R3 wired as shown in the sample code. When I type settings in the serial monitor I get:

--------------------------------------------------------------------------------
settings
--------------------------------------------------------------------------------
Baud rate: UNKONOWN
Output IO Mode: UNKONOWN
Pulse Width: 20ms
Auto Load: enable
Group control by external IO: UNKNOWN STATUS

I can run through sigtrain and train, and it says

Output IO Mode: UNKONOWN
Pulse Width: 20ms
Auto Load: enable
Group control by external IO: UNKNOWN STATUS
--------------------------------------------------------------------------------
sigtrain 0 On
--------------------------------------------------------------------------------
Record:	0	Speak now
Record:	0	Speak again
Record:	0	Cann't matched
Record:	0	Speak now
Record:	0	Speak again
Record:	0	Success
Success: 1
Record 0	Trained
SIG: On
--------------------------------------------------------------------------------

But when I check the record it says:

--------------------------------------------------------------------------------
record 0
--------------------------------------------------------------------------------
Check 1 records.
0 record trained.
0	-->	Untrained
--------------------------------------------------------------------------------

And load fails as well. It appears that even though it says the training was successful, it isn't stored in the module. Any help would be appreciated.

are you solve this problem?

Hello @khaled312001 . I have the same problem. Are you solve the "untrained record"?I tried wid Arduino Uno and Megaa 2560. The problem was the dame in both boards. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants