You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SI1133 reports either 0 or full-scale positive for UV. Regardless of the lack of calibration, this is a bad thing; we should report something that scales properly and responds to external inputs.
Review of the code against SiLabs sample code shows that our UV configuration was very different. Review against the datasheet shows that we don't properly set up for forced mode (with the measure counter index set to zero). In force mode, we should use the IRQ register to know when we're done; so we need a polling routine to check it.
The text was updated successfully, but these errors were encountered:
The SI1133 reports either 0 or full-scale positive for UV. Regardless of the lack of calibration, this is a bad thing; we should report something that scales properly and responds to external inputs.
Review of the code against SiLabs sample code shows that our UV configuration was very different. Review against the datasheet shows that we don't properly set up for forced mode (with the measure counter index set to zero). In force mode, we should use the IRQ register to know when we're done; so we need a polling routine to check it.
The text was updated successfully, but these errors were encountered: