You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example project showcasing how to use a Raspberry Pi Pico, Adafruit's PDM MEMS Microphone Breakout, and Adafruit's 2.0" 320x240 Color IPS TFT Display with microSD Card Breakout to "See sound in real-time". 🔊 👀
This project aims to implement a speech command recognition system on an STM32F407 Discovery board. The system is designed to predict two keywords, "yes" and "no," while classifying other sounds as "noise." It utilizes embedded audio processing and deep learning techniques to achieve efficient speech recognition on a microcontroller platform.
An example project with STM32F411 (aka. Blackpill) to create an USB AUDIO 1.0 device that recognised by the host as a USB Speaker and outputs received audio stream on I2S. Additionally there's a nice pair of emulated analog VU meters on a small 1BPP display. Drivers included for multiple display tipes.