hi everyone, i have just brought a voice recognition module V3 from elechouse. I have tested the voice module its working well when training with only "on" and "off" single words. But for my project. i need to do recordings for "light on" and "light off". I tried it but the module gets confused with the word "light". It is not responding as expected. They say we can make groups on it with IDs. has anyone worked with this device and can help me out?
I made tests with arduino mega 2560 and arduino uno with the same error:
Check system settings error or timeout.
With Arduino mega 2560 R3 (Controler ATmega2560 and Interface USB/SERIAL: ATmega16U2 , using Sketch 1.8.5 I am using pins (10,11)
and
With Arduino UNO R3 Controler ATMEGA328 and Conversor USB/Serial: Atmega16u2, using Sketch 1.8.5 I am using pins (2,3)
Using different computers and Sketch versions. And with MEGA or UNO Arduino boards, I have the same error:
Check system settings error or timeout.
I have read the documentation and made a research and I see that are many cases in these situations but I not found any solution.