0

I have this challenge of receiving data when I send a command to voice recognition v3 module. The UART connections are okay, but when I send a command I don't receive a response on the terminal.

The prolific USB-TTL with drivers installed blinks when I send a command but still I get no response. Please help with debugging.

ocrdu
1,7953 gold badges12 silver badges24 bronze badges
asked Oct 25, 2018 at 13:44
2
  • Can you be more specific about what you have done. E.g. show your code, circuit and the "commands" used. Commented Oct 25, 2018 at 15:51
  • I am using ACCESS PORT in trying to train the module as per the manual commands. But haven't achieved any success. Any suggestions please? Commented Oct 31, 2018 at 18:12

1 Answer 1

1

The module can't communicate with Serial Monitor over a USB to TTL Serial adapter. It uses binary communication. Use Arduino, Arduino library and one of the example sketches of the library to communicate with the VR module.

And read the manual.

answered Oct 25, 2018 at 17:30

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.