espressif / esp-adf

Espressif Audio Development Framework
Other
1.49k stars 667 forks source link

More documentation on developing drivers for custom hardware? (AUD-5225) #1158

Open Spiffkey opened 4 months ago

Spiffkey commented 4 months ago

Is your feature request related to a problem? Please describe.

I'm having trouble using an I2S mic and DAC as input and output, respectively. Specifically, I'm trying to utilize a pcm5102 and INMP441 connected to the same I2S bus. Despite attempting to follow the HFP and A2DP example, I've had little success.

My main issue stems from the lack of documentation on integrating custom hardware with ESP-ADF. The documentation simply states that I can develop a driver to support communication with my specific chip, but it lacks clear instructions on how to proceed.

Describe the solution you'd like

I'm looking for clear documentation or examples on developing drivers for custom hardware. This guidance would greatly assist in integrating a broader range of codecs with ESP-ADF.

Describe alternatives you've considered

None that are relevant

Additional context

None