My xiao nrf52840 module does not recognize voice

i did the same as this article Speech Recognition | Seeed Studio Wiki on the website, I changed the word I needed to be on and off but after following the steps My module cannot recognize speech. Below is the Serial Monitor screen and output
Library Arduino_TensorFlowLite has been declared precompiled:
Precompiled library in “/Users/mr9q2/Documents/Arduino/libraries/Arduino_TensorFlowLite/src/cortex-m4/fpv4-sp-d16-softfp” not found
Precompiled library in “/Users/mr9q2/Documents/Arduino/libraries/Arduino_TensorFlowLite/src/cortex-m4” not found
Sketch uses 181824 bytes (22%) of program storage space. Maximum is 811008 bytes.
Global variables use 74896 bytes (31%) of dynamic memory, leaving 162672 bytes for local variables. Maximum is 237568 bytes.
Upgrading target on /dev/cu.usbmodem14301 with DFU package /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/87EFD89B7829511C2531DE66996B3A34/micro_speech.ino.zip. Flow control is disabled, Single bank, Touch disabled
########################################
########################################
########################################
########################################
########################################
########################################
########################################
########################################
#####################################
Activating new firmware
Device programmed.

Here is a discussion about this error: micro_speech example breaks when feeding it trained model on Arduino · Issue #39938 · tensorflow/tensorflow · GitHub
You can check this out.

You can also take a look at this project: Voice Recognition Robo Car - Share Project - PCBWay

It’s a Voice Recognition Robo Car. This is a TinyML based project.

1 Like