Geeetech Voice Module + Pro Micro = :(

Post Reply
pwhitrow
Posts: 1
Joined: Wed May 03, 2017 8:51 pm

Geeetech Voice Module + Pro Micro = :(

Post by pwhitrow » Wed May 03, 2017 9:00 pm

Hey all,

Looking for some advice please...

I'm trying to hook up the Geeetech Voice Module to the Pro Micro using the TX/RX pins on the Arduino (1 & 0 respectively) but am having no luck getting the module to work.

From the vr_sample_check_baud_rate example with pins changed:

Code: Select all

#include "VoiceRecognitionV3.h"  
/**        
 * Connection
 * Arduino    VoiceRecognitionModule
 * 2   ------->     TX
 * 3   ------->     RX
 */
VR myVR(0,1);    // 2:RX 3:TX, you can choose your favourite pins.
Gives a Serial output:
Check baud rate failed.
Please check the connection, and reset arduino

Tried using Softwareserial.h to assign other pins, still the same.

Is the Pro Micro even able to use this module? I can't find anything that helps, and have searched around a lot.

Any ideas/pointers/help ??

Image

Post Reply