Skip to main content
Explorer
July 9, 2024
Question

AVAS - AEK-AUD-D903V1 Audio out on speaker via I2C

  • July 9, 2024
  • 3 replies
  • 1843 views

Hi, i have a AEK-AUD-D903V1 evaluation board, speaker. I want to play speaker only using I2C. is it possible How should i progress? Also, my MCU is not ST product

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
July 9, 2024

>>How should i progress?

Find other examples, and port to your platform. Read/Review the documentation for the IC

https://www.st.com/en/automotive-infotainment-and-telematics/fda903d.html

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
LCE
Principal II
July 10, 2024

"I2C only" - for control hopefully?

Or does it accept audio data via I2C? Which is very unusual, so you hopefully mean to transmit audio data via I2S ?

Anyway, as TDL said: RTFM ;) 

Andrew Neil
Super User
July 10, 2024

@Altun wrote:

I want to play speaker only using I2C. is it possible 


As the others have suggested, the datasheet will answer that; eg:

AndrewNeil_0-1720609672156.png

https://www.st.com/resource/en/datasheet/fda903d.pdf#page=9 

You can see that the I2C is not in the audio path

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Graduate
July 15, 2024

Thanks, I will check it.