Electronic Sthetoscope using esp32 a1s audio development kit #30
-
Hi everyone, I need your help about my questions if you'd like to help me: Can I stream the sensor data and audio with acceptable quality simultaneously with esp32 a1s? If it is possible, how can I do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If you are only interrested in 10-1000 Hz you can use the smallest sampling rate that these boards support which is 8000 Hz. If you use the sound only for making it audible, and you don’t use it for further signal processing, I would expect that no filter is needed and you can plan to add a software low pass filter as a future improvement. I never did any I2C on an AudioKit, so I am not sure about any obstacles there. |
Beta Was this translation helpful? Give feedback.
-
No worries. Just start simple and if you run into limitations you still have plenty of options to improve:
My major worry is I2C since I heard that some people were struggling... |
Beta Was this translation helpful? Give feedback.
No worries. Just start simple and if you run into limitations you still have plenty of options to improve:
My major worry is I2C since I heard that some people were struggling...