Hello,
I would like to run tensorflow lite micro examples, found in the following repository, on Xiao ESP32S3 Sense.
Unfortunately, it seems that the code in the repository targets the ESP32-S3-EYE board. When I flash the image on the XAIO ESP32S3, of the three example applications, only the hello_world worked.
hello_world (simple NN model) - works
micro_speech (keyword spotting from microphone) - boot, but mic doesn’t work
person_detection (person detection from camera) - keep rebooting itself due to PSRAM error.
Can you suggest what needs to be modified to support XIAO ESP32S3 Sense?
Thanks