Esp8266 DPS310 sensor integration

Hello All,
I am trying to integrate the Infineon DSP310 sensor with Esp8266/Esp32 using Mongoose OS. I have been able to get this working using Arduino IDE and libraries.

Does anyone have experience with this component with Mongoose OS that could give me some guidance?

Thanks, Jim

It’s pretty easy to make the Infineon’s library build with MongooseOS’s arduino-wire and arduino-spi libraries.

It took < 30 minutes to do it. I didn’t convert it into a library, just included the source code in the test application.

The next step would be to get rid of the Arduino layer.

PS. I don’t have the hardware to test it.

Dear nliviu,
Thank you for your help.