Dear team,
Customer use opt3007 and found the accuracy is not well under dark environment.
In bright light, the value read from opt3007 is around 100~300, but when environment is dark, the value is too small, nearly 0.
Customer want you to help review the configuration as below picture shows, also, your suggestion about how to make opt3007 accuracy is well appreciated.
Configuration:
alt_u16 Opt3007_light_sensor_read()
{
alt_u8 slaveAddr = 0x8a;
return ina_register_read(slaveAddr,0x00);
}
alt_u16 Opt3007_light_sensor_init()
{
alt_u8 slaveAddr = 0x8a;
return ina_register_write(slaveAddr,0x01, 0xc618);
Thanks.
Best regards,
Sammi