Skip to content

Voice Recognition Module V3 not recognized with Arduino Uno R4. #32

@KnowledgeSeekerOnGitHub

Description

When using sample_train i get the output :

`train--------------------------------------------------------------------------------
Command Format Error!

clear

Clear recognizer failed or timeout.

`

When using sample_control_led for simplicity the connection it is not recognised.

Output:
Elechouse Voice Recognition V3 Module Control LED sample Not find VoiceRecognitionModule. Please check connection and restart Arduino.

it is failing the
if(myVR.clear() == 0){ Serial.println("Recognizer cleared."); }else{ Serial.println("Not find VoiceRecognitionModule."); Serial.println("Please check connection and restart Arduino."); while(1); }
check

myVR.clear() == 0 is not being fulfilled

please help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions