กลับไปหน้ารวมไฟล์
capmeter-capacity-meter-from-10pf-to-10mf-7076e5-en.md

Capacity meter with automatic selection of the measurement range. It measures the charging and discharging times of the capacitor, and converts the measured values into capacitance.

The measured capacity is from 10pF to 10mF (10000uF).

A one-time meter calibration is required. For calibration, you need to turn on the meter with the calibration button pressed. Then connect the reference capacitors, the value of which is indicated on the display. The connection of each capacitor must be confirmed by pressing the calibration button. The values ​​of the reference capacitors can be changed in the "set calibration caps" section.

Information is output to an external display and to a serial port. Customize the code for the display you are using (U8X8_ON and I2C_LCD_ON macros).

Warning! The capacitor must be completely discharged before measurement. Otherwise, the device may be damaged.

EXPANDED TECHNICAL DETAILS

Precision Capacitance Measurement

This diagnostic tool turns an Arduino into a professional-grade capacitance meter with a massive measurement range.

  • RC Time Constant Theory: The Arduino measures the time it takes for a capacitor to charge through a known resistor to 63.2% of its supply voltage. For tiny picofarad (pF) capacitors, it uses the Stray Capacitance method; for large millifarad (mF) ones, it calculates the charge time via the micros() function.
  • Auto-Ranging Logic: The firmware automatically switches between different "Sampling Scales" to ensure the highest possible accuracy for both a tiny ceramic capacitor and a large electrolyte one.

Hardware Display

  • Real-Time Readout: Results are displayed on a 16x2 LCD screen, providing the value in pF, nF, uF, or mF instantly upon connection.

ข้อมูล Frontmatter ดั้งเดิม

title: "CapMeter - capacity meter from 10pF to 10mF"
description: "Capacity meter with automatic selection of the measurement range."
author: "nalex_software"
category: ""
tags:
  - "capacity meter"
  - "c-meter"
views: 1859
likes: 0
price: 2450
difficulty: "Intermediate"
components:
  - "2x Test Probe Connector, Hook"
  - "1x Resistor 1M ohm"
  - "1x Arduino UNO"
  - "1x OLED Display, Blue on Black"
  - "1x Through Hole Resistor, 180 ohm"
  - "1x Through Hole Resistor, 50 kohm"
tools: []
apps:
  - "1x Arduino IDE"
downloadableFiles:
  - "https://projects.arduinocontent.cc/3b80e2ba-c4c2-49eb-ba3d-db277fbabbff.ino"
  - "https://projects.arduinocontent.cc/285da359-b815-4b1f-8d0e-17a34d231d56.ino"
documentationLinks: []
passwordHash: "cf46d7a0879438fb1a5f233232e8bd436edfdf6c8bf21e28170ae010f27d31be"
encryptedPayload: "U2FsdGVkX1/JueH77+XFxinOyjl8N4k7xRA/rfVVM2NaDKhnbw8vXiHu+KI28RJlo38C5l9qxYWozeb/bBtQtxZU8EpGP1PaBO1RAovSLeU="
seoDescription: "CapMeter: A capacity meter for 10pF to 10mF with automatic selection of the measurement range."
videoLinks: []
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/capmeter-capacity-meter-from-10pf-to-10mf-7076e5_cover.jpg"
lang: "en"