Skip to content

Conversation

@SriCharithaIndaram
Copy link

@SriCharithaIndaram SriCharithaIndaram commented Nov 24, 2025

Description

Related Issue

Closes #<issue_number>

Changes Made

Checklist

Screenshots (if applicable)

Additional Notes


Note

Adds a new TFLite Micro-based voice control app that recognizes “on/off” to toggle LED0 on EFR32MG26, including full project/config setup.

  • New application: ml_voice_control_light
    • Core logic: voice_control_light.cc/.h creates a Micrium OS task, runs audio feature generation + TFLM inference, and toggles LED0 on recognized "on/off".
    • Command recognition: recognize_commands.cc/.h implements result post-processing and suppression logic.
    • App entry: app.c/.h and main.c integrate with sl_main init/loop.
    • Project/config:
      • IDE/build setup: .cproject, .project, .projectlinkstore, .slps, pin config .pintool.
      • SLC manifest: ml_voice_control_light.slcp (components, defines, buffers, arena size).
      • Documentation: readme.md.
      • Links SDK resources (AIML extension, CMSIS DSP/NN, drivers, services).

Written by Cursor Bugbot for commit 0c25cc9. This will update automatically on new commits. Configure here.

@SriCharithaIndaram SriCharithaIndaram requested a review from a team as a code owner November 24, 2025 09:45
@github-actions
Copy link

github-actions bot commented Nov 24, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@SriCharithaIndaram
Copy link
Author

I have read the CLA Document and I hereby sign the CLA behalf on myself, e-mail : indaramsricharitha2903@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant