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 Simplicity Studio project that implements a TFLite Micro voice-controlled LED demo on EFR32MG26 using Micrium OS.

  • Application (new):
    • Introduces voice keyword spotting demo that listens for "on"/"off" and toggles LED0.
    • Core logic in voice_control_light.cc/.h: Micrium OS task, periodic feature update, TFLite inference, command recognition (RecognizeCommands), LED control, sleeptimer/power manager integration.
    • App entry in app.c/.h and system main.c wiring via sl_main_*.
    • Adds command post-processing in recognize_commands.cc/.h and project readme.md.
  • Project/configuration:
    • Adds Simplicity Studio project files (.project, .cproject, .slcp, .slps, .pintool, .projectlinkstore).
    • Configures SDK components (audio feature generation, TFLite Micro, Micrium OS, clock/power/IO, printf) and model asset config/tflite/keyword_spotting_on_off_v2.tflite.
    • Sets GCC toolchain options, include paths, and links CMSIS-DSP, CMSIS-NN, and TFLM libs.

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:35
@github-actions
Copy link


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. For privacy information, see our Privacy Notice. You can sign the CLA by just posting a Pull Request Comment same as the below format.


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

or

I have read the CLA Document and I hereby sign the CLA behalf of my company, e-mail: example@example.com

Signature is valid for 6 months.


This bot will be retriggered when the Contributor License Agreement comment has been provided. Posted by the CLA Assistant Lite bot.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant