Voice recognition module v3 not working with arduino uno

I am using the voice recognition module with my Arduino Uno board. I tried using pins (2,3) and (4,5) and also (10,11). but whenever I am running the vr_sample_train file and opening the serial monitor to train commands. I am getting some weird symbols

this is exactly what I am getting:-

Elechouse Voice Recognitint this message

elp print this message

⸮⸮=e⸮ۛ⸮⸮,B˖K⸮⸮⸮M ޛ⸮⸮,⸮,⸮⸮⸮$⸮M 0⸮

My baud rate is 9600 baud
and also the result is different everytime in serial monitor

Looks like some baud rate is mismatched. Is your Serial Monitor set to the same baud rate as shown in the "Serial.begin()" line of the example sketch?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.