Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

nRF52 with WM8960 CODEC

Hi,

I am trying to interface WM8960 CODEC with nRF52832 using (I2S and I2C) .

Problem I am having is with TWI scanner  and also sending data to the know i2c address . have error code of 1

but as same board . testing with Arduino uno and STM32 boards . the twi scanning gives me result 0x1a (7 bit address)

i am not know why nRF doesn't read the CODEC module address

Parents Reply
  • Hi Jørgen,

    I have tested and in twi scanner it is not responding. and If i tried to write the data with the given format the i2c line works.

    Have you work with this WM8960 CODEC module

    I am trying to connect I2S line to tap audio from MIC and transmit to speaker.

    Previously i worked with I2S for NEOPIXEL where i have connect only the SDIN pin

    But here i found

    WS,I2S_CLK, SDIN, SDOUT

    in WM8960 i found WS,CLK, TXSDA, RXSDA.

    I am confusing with pin connection to tap audio signal and also i need to generate audio to the speaker so. as like NEOPIXEL i just need to connect only SDIN to the TXSDA ?

Children
Related