Comment on page
INA237
QC Dev Notes and other things
Active pull request to get the ADC config working. Actually works perfectly fine as is, but should be fixed and finalized.
This is with reverse order setup compared to datasheet (noted in code comments)
MODE | SAMPLE | TEMP | SHUNT | BUS | NOTES |
---|---|---|---|---|---|
09 | 03 | 06 | 06 | 06 | Stable Numbers within +/- 1 w
temp stuck |
00 | 03 | 06 | 06 | 06 | Stable numbers a bit more squiggly within 2w
temp stuck |
00 | 03 | 07 | 06 | 06 | temp stuck |

I would expect this to be an averaging or conversion time issue
MODE | AVG | TEMP | SHUNT | BUS | NOTES |
---|---|---|---|---|---|
00 | 03 | 00 | 06 | 06 | all stuck |
00 | 03 | 01 | 06 | 06 | |
| | 02 | | | |
| | 03 | | | |
| | 04 | | | watts, volts, temp stuck |
| | 05 | | | same |
| | | | | |
Last modified 1mo ago