This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

INA219: How to calculate 0x05 Calibration value?

Part Number: INA219

hello team,

I am working on INA219 current sensor for Router current sensing application.

Rshunt = 0.002ohm 

Max Expected Current = 15A.

Current_LSB=15A/2^15=457.7uA/bit

Cal=trunc[0.04096/(Current_LSB*R)]=44814

Is my calculation process and results correct?