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
  • I have not worked with WM8960 before, so I can't comment on how to use this apart from interfacing from the nRF52. You should contact the manufacturer of the device regarding how to use it.

    If it supports both recording audio from mic and playing audio on speaker, you need to connect both SDIN and SDOUT pins.

    I2S is not intended for use with NEOPIXEL, it is just possible to make the I2S peripheral output signals that can control the NEOPIXEL by connecting the SDOUT pin. When using I2S for audio, WS (LRCK), CLK, and SD pin is required.

Children
Related