TensorFlow Lite - Micro Speech

Materials

• AmebaD [ AMB23 / AMB21 / AMB22 / AW-CU488 Thing Plus ] x 1
• Adafruit PDM MEMS microphone
• LED x 4

Example

Procedure

Connect the camera and the LEDs to the Ameba board as shown in the following diagram.

As AMB23 have a built-in microphone on the board, there is no need for any external microphone. For the LEDs, we will only connect two LEDs and then use the two onboard LEDs (Blue and Green).

Download the Ameba customized version of TensorFlow Lite for Microcontrollers library at https://github.com/ambiot/ambd_arduino/tree/master/Arduino_zip_libraries.
Follow the instructions at https://github.com/ambiot/ambd_arduino/tree/master/Arduino_zip_libraries to install it.
Ensure that the patch files found at https://github.com/ambiot/ambd_arduino/tree/master/Ameba_misc/ are also installed.
Open the example, “Files” -> “Examples” -> “TensorFlowLite_Ameba” -> “micro_speech”.

Upload the code and press the reset button on the Ameba board once the upload has completed.
Once it is running, you should see one of the LEDs flashing, indicating that it is processing audio. Saying the word “yes” will cause the green LED to light up. Saying the word “no” will cause the red LED to light up. If the word is not recognized, the blue LED will light up.
The inference results are also output to the Arduino Serial Monitor, which appears as follows:

If you are having trouble in getting the words recognized, here are some tips:
– Ensure that your surroundings are quiet with minimal noise.
– Experiment with varying the distance of the microphone, starting with it at arm’s length.
– Experiment with different tones and volume when saying the words.
– Depending on how you pronounce the words, the characteristics of the microphone used, getting one keyword recognized may be easier than the other.

Code Reference

More information on TensorFlow Lite for Microcontrollers can be found at: https://www.tensorflow.org/lite/microcontrollers

Please confirm that QQ communication software is installed