2023-11-17 10:44 PM - last edited on 2023-11-21 04:40 AM by Pierre SENNEQUIER
Hello, first post here.
I have Stm32 Nucleo board and I'm making some tests on this for the first time.
Is there a eay to record audio and play sound with this board? I also intend to store those recordings directly in a USB - A.
Any suggestions? If not with Nucleo, what do you recommend?
Thanks,
Ed.
2023-11-21 01:11 AM
Hello @Lalogarcia91
Which board are you using?
I would recommend starting with the Audio examples available under the STM32CubeXX firmware package which is relevant to your device.
As example, you will find the ready to use "Audio playback and record" application under:
You may update the application according to your needs. You find a readme file describing how to test the examples.
Hope this help!
Imen
2023-11-21 09:17 AM
Hello Imen, thanks for your time.
Currently I'm using a Nucleo-F401RE with STM32 Cube IDE.
No luck so far on audio rec, playback and storing recs in USB.
On the other hand, the links you posted take me to nowhere related to Audio as you mentioned.
I was about to buy a Discovery board to try get this thing running.
2024-11-19 04:32 AM
Hello, I also have the stm32F407 discovery model. When I hold down the first button with the help of the buttons on the card, I want it to record the sound to the USB for as long as it is pressed, and when I press the second button, I want it to output the recorded sound through the speaker. can you help me on this issue