Multi threads ADC read and saving it to a local file #13486
Unanswered
Alirezaaraby
asked this question in
RP2040 / Pico
Replies: 1 comment 3 replies
-
It could be difficult to make this work. I would consider an alternative approach: a MEMS microphone with an I2S interface such as this one. The RP2 has support for i2s and there is an asynchronous API. It should therefore be possible to concurrently acquire data and save it using suitable buffering and This is something I intended to do, but to date I haven't found time. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i want to make an audio recorder with raspberry pi pico and max 9814. But the problem is when i want to save the recorded audio into a .wav file it loses some parts of the audio because it runs on one core and i want to write a code to handle the process of saving data on another core.
Beta Was this translation helpful? Give feedback.
All reactions