Hy, I wanna reduce the time of stabilization of sensor ZMOD4510, I just need to waith 1 hour to receive the first data.
This is the part of my code that go in 1 hour loop "Sensor in stabilisation", there is a way to reduce this time ?
//calculating result APP_PRINT("calculating result\r\n"); rm_zmod4xxx_oaq_2nd_data_t data; fStatus = RM_ZMOD4XXX_Oaq2ndGenDataCalculate(&g_zmod4410_ctrl, &rawData, &data); if (fStatus == FSP_ERR_SENSOR_IN_STABILIZATION) { SEGGER_RTT_printf(0, "Sensor in stabilisation.\r\n"); continue; } if (fStatus) { SEGGER_RTT_printf(0, "\r\nRM_ZMOD4XXX_Oaq2ndGenDataCalculate failed. Event code: %d.", fStatus); //isInitialized = 0; continue; }I'm using the zmod4510 without IRQ on RA2L1 and I'm reading AQI vqalue.
Thank you.
Hi Boris!
Thank you for evaluating our gas sensor. you cannot reduce the stabilization time. ZMOD has a hard-coded stabilization time where the output is suppressed. Generally, OAQ 1st gen stabilization…
Thank you for evaluating our gas sensor. you cannot reduce the stabilization time. ZMOD has a hard-coded stabilization time where the output is suppressed. Generally, OAQ 1st gen stabilization will take 1 hour, and OAQ 2nd gen stabilization will take 30 minutes.
Thanks & regards.
Raja.