Pointer to latest ZMOD4410 algorithm library and sample code

ZMOD4410

Hi, I am trying to evaluate ZMOD4410 to be a new tvoc sensor in our company's product. I got a bit overwhelmed by the amount of documentation and code examples I found from your sites.  I would like to use:

- ARM M33 based SoC as the host MCU

- Compiler is arm-zephyr-eabi-gcc (Zephyr SDK 0.16.1) 12.2.0.

- Target algorithm is 2nd generation ULP

The principle seems quite straight forward.

1. Download and link proper pre-compiled library with correct algorithm to my app

2. Write I2C adaptation from zmod API to by HW

3. Write thread that reads sensor every 90s and feeds results to algorithm

4. Profit

But where I get confused is that where exactly I can get the latest library and API? I found some 200M packets with hundreds of examples from download pages for the sensor. From the forum I found some links to smaller zip files with only ULP and some adaptation examples. But I have no idea what are latest. Preferably I would only get the stuff I need and not zillions of unrelated examples for various processors.
- library binary
- All the needed API filesZMOD4410
- Templates (or examples) for I2C/HW adaptation

Could you help me to right direction here?, Thanks.