Has anyone else see a timing out behavior in the micro_speech example code? I have been leaving my model running and it has repeatedly stopped working after about 24 hours.
Symptoms:
-Device stops taking commands
-Built-in led (not the RGB led) blinks in a repeating pattern (4 long blinks, 4short blinks)
This behavior has been observed happening across all of the things I have tested:
-device powered by two different computers (USB port)
-two different devices (I have two nano ble sense boards)
-different versions of the micro_speech code (both the plain example code and versions in which I changed the model)
-reset of the device makes it work again, but behavior reappears after about 24 hrs
I did not observe this behavior with the hello_world example code. It is possible I didn’t wait long enough, but I am under the impression that it is not the general TFLiteMicro code that is doing this on my devices.
My current guess is it is something in the microphone library, but that is a wild guess. Anyway, just wondering if anyone had seen and fixed this as I might be overlooking something trivial and I don’t want to re-invent the wheel.
Thanks!