I2S with mongoose os

If you are asking a question, please follow this template:

  1. My goal is: How to work with I2S sensor in mongoose os
  2. My actions are: Tried searching in API reference.
  3. The result I see is: I didn’t find any API reference for I2S
  4. My expectation & question is: If someone knows how to use I2S interface devices in mongoose OS please let me know.

Regards
Lokesh CJ

Providing there exists a manufacturer API for that, you can use it (e.g.: Espressif’s ESP32 IDF)

@scaprile you are saying that we will be getting the specific library code from manufacture?

You can use the I2S driver from esp-idf, assuming you are using ESP32.

@nliviu Thank you for the help.