Im writing a small code using Python to read value from IDT ZMOD4410 gas module sensor .I think i will COM to read but I don't know API to communicate with gas sensor .
Hardware : PC + USB micro B + ZMOD4410 evaluation kit + ZMOD4410 gas sensor module.
Someone know about this .
Please let me know
Thanks a lot .
Hi Lowkey!
Thank you for showing interest in our gas sensor. We have acknowledged your query and working on that very soon we will give you update regarding this.
Regards.
Raja.
Hi,
We do not provide libraries for Python. So, I would suggest you first download the firmware from the link (given below):
https://www.renesas.com/us/en/document/swo/zmod4410-2nd-gen-air-quality-eco2-firmware-recommended-new-designs?r=454426
and translate our c example and API to python code of the above by yourself. Within Python, a C code can be used with writing wrapper functions and using ctypes. For this usage, take the library corresponding to your target hardware. A detailed description is here.
https://docs.python.org/3/library/ctypes.html
Regards:
Raja
Thank u very much .
Based on the documents you provided, I have done it.
Wish your company sell many products.
Hi Lowkey Chen:Could you kindly teach how to finish this project?I have the same question with you.
Thank you.