This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF Connect/Zephyr I2S support

Are I2S drivers present in the nRF Connect SDK for the nRF9160 and/or nRF52840?

Parents
  • This may be a stupid question, but you are referring to I2S (Inter-IC Sound) & not I2C, right? We do have an example in the standard nRF5 SDK that works with I2S (see link). 

    Zephyr does have an i2s driver here (more documentation here). Not sure whether we have an example for that in Nordic Connect SDK yet. It does not seem that we have implemented our own driver for this yet (not sure whether we will or not). The latest documentation regarding NCS can be found here.

Reply
  • This may be a stupid question, but you are referring to I2S (Inter-IC Sound) & not I2C, right? We do have an example in the standard nRF5 SDK that works with I2S (see link). 

    Zephyr does have an i2s driver here (more documentation here). Not sure whether we have an example for that in Nordic Connect SDK yet. It does not seem that we have implemented our own driver for this yet (not sure whether we will or not). The latest documentation regarding NCS can be found here.

Children
Related