nRF Connect SDK

I want to interface SCD30 Sensor Module with nRF 52832 Board through I2C. Can I interface the sensor "SCD30 module" using nRF Connect as I am not getting .h file (Zephyr RTOS) for this sensor?

Where can I get the .h file in Zephyr RTOS for this sensor?

Parents
  • Hi Radhika,

    This ticket might be of help. As mentioned there, a driver for the SGP30 sensor module can be found for Zephyr and maybe you can do the same for SCD30? i.e. compare the driver implementation in Zephyr of the SGP30 with the datasheet of SCD30 and make the necessary changes?

    But it might be more different interfaces, as they are different sensors (CO2 vs VOC).

    But it should technically be possible to use any sensor driver as the basis for other sensors in Zephyr, it's just a matter of how much rewriting you need to do yourself.

    Best Regards,

    Priyanka

Reply
  • Hi Radhika,

    This ticket might be of help. As mentioned there, a driver for the SGP30 sensor module can be found for Zephyr and maybe you can do the same for SCD30? i.e. compare the driver implementation in Zephyr of the SGP30 with the datasheet of SCD30 and make the necessary changes?

    But it might be more different interfaces, as they are different sensors (CO2 vs VOC).

    But it should technically be possible to use any sensor driver as the basis for other sensors in Zephyr, it's just a matter of how much rewriting you need to do yourself.

    Best Regards,

    Priyanka

Children
No Data
Related