Search found 8 matches

by phatta
Fri Apr 30, 2021 3:44 am
Forum: General Discussion
Topic: Low Power Example
Replies: 3
Views: 19310

Re: Low Power Example

Never Knew that I could bump into Spammers on a techinal forum as well. :lol:
by phatta
Mon Apr 19, 2021 6:31 pm
Forum: General Discussion
Topic: Implementing period sleep and wake up in qf_ssi_ai_app Project
Replies: 0
Views: 21025

Implementing period sleep and wake up in qf_ssi_ai_app Project

Hello,

I want to create a timer so that the quickfeather board wake ups every 10 minutes , performs audio recognition and goes back to sleep again.
How do I achieve that in the qf_ssi_ai_app Project?
Please Help !
by phatta
Wed Apr 14, 2021 3:33 am
Forum: General Discussion
Topic: Low Power Example
Replies: 3
Views: 19310

Re: Low Power Example

Has been over two weeks, still no reasonable response. !
by phatta
Wed Mar 24, 2021 5:07 pm
Forum: General Discussion
Topic: Low Power Example
Replies: 3
Views: 19310

Low Power Example

Is anyone aware of low power example applicatio/guide for quick feather board ? Or How do I configure it into low power mode ? As in , is it something to do with the configuration macros (example ENABLE_LPSD macro) defined in the Fw_global_config.h file ? I did go through the low power data sheet [/...
by phatta
Tue Mar 23, 2021 6:26 pm
Forum: General Discussion
Topic: Audio Recognition Mode not displaying result
Replies: 2
Views: 16533

Re: Audio Recognition Mode not displaying result

Thanks alot.The real problem was I had assigned "UART_ID_HW" macro to both "UART_ID_SSI" and "DEBUG_UART" in the Fw_global_config.h file.
by phatta
Wed Mar 10, 2021 5:37 pm
Forum: General Discussion
Topic: Audio Streaming QuickFeather Board
Replies: 3
Views: 17197

Re: Audio Streaming QuickFeather Board

I'm able to now stream the audio data, however when using knowledge pack to recognise sound it doesn't work. There seems to be no output on the Uart terminal. Seems to work when the model is directly flashed through bin file.
Any idea on what's going on ?
by phatta
Wed Mar 10, 2021 4:18 pm
Forum: General Discussion
Topic: Audio Recognition Mode not displaying result
Replies: 2
Views: 16533

Audio Recognition Mode not displaying result

Hello, I'm working on a prototype for audio recognition using quick feather development board. The problem I'm facing is that the Knowledge Pack results are being printed to UART console when downloaded as binary, but not when downloaded as a library and integrating with the "qf_ssi_ai_app"...
by phatta
Tue Jan 19, 2021 3:54 am
Forum: General Discussion
Topic: Audio Streaming QuickFeather Board
Replies: 3
Views: 17197

Audio Streaming QuickFeather Board

Has anyone come across example firmware that can be used to stream audio data from the quickfeather board ?