Sunday 29 November 2015

How to calibrate multimeters?


Without buying an expensive calibration tool, how can I accurately calibrate my multimeters?



Answer




You can buy a few 0.1% resistors to calculate resistance ranges cheaply.


Voltage is tricker - if you have access to several meters you can 'calibrate by consensus', as it is improbable that they will all go out in the same direction.


Another option is buy a precision voltage reference IC - e.g. AD581 is 10V with 0.1% accuracy.


Current can also be done using voltage across a known, accurate resistance.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...