Skip to content

Capacimeter

Technical specification

Measurement specifications

Parameter Rating
Number of channels Grounded connection : 24
Floating connection : 12
Measurement range 0 - 500 pF
Accuracy ±0.5 pF
Resolution 0.001 pF
Noise 0.01 pF RMS
Type of capacitance connection Grounded
Floating
Sampling Interval The Sampling Interval defines the time elapsed between two successive acquisitions of all selected channels (in millisecond).

Logger mode :
  • 1 channel : 2 ms (500 sps),
  • 2 channels : 3 ms (333sps),
  • 4 channels : 4 ms (250 sps),
  • etc. down to 24 channels : 10 ms (100 sps).
BLE mode : the minimal Sampling Interval is fixed to 50 ms (20 sps).

Electrical characteristics

Parameter Rating
Battery type Lithium polymer rechargeable battery, 3.7 V nominal
Battery capacity 820 mAh
Battery storage duration 3 months (at 20–25 °C)
Power input 5 V ⎓ via USB-C
Maximum charging current 820 mA max
Average current consumption 3 mA (during operation)
Peak current consumption 100 mA (during data writing)
Full charge duration < 2 h (typical)
Operation during charge Enabled – measurements can be performed while charging
⚠️ Caution : Only use power adapters compliant with CE requirements and rated 5 VDC output. Use of non-compliant chargers may cause product damage or safety risks and will void the warranty.

Data storage

Parameter Rating
Type of micro-SD card supported micro-SD
micro-SDHC
micro-SDXC
Maximum micro-SD storage size 2 TB
Supported file systems FAT32
File format CSV (comma separator and decimal point)

Connectivity and control

Parameter Rating
Protocol Bluetooth Low Energy (BLE)
Recommanded range Up to 10 meters from the smartphone in line-of-sight (no obstacles)
Mobile application Contextual Instruments, available on Android/iOS
Control features Start/stop measurement, calibration, configuration, data visualization

Case characteristics

Parameter Rating
Length 78mm
Width 52mm
Height 25mm
IP code IP30
Shape / enclosure Cuboidal
Material Technical plastic (ABS/PC)

Let's measure !

  • Before first use, connect the sensor to a USB-C power source (5 VDC) and allow it to fully charge.
  • Power on the device by pressing and holding the button for 5s. The device will turn on and automatically enter BLE advertising mode.
  • Open the Contextual Instrument mobile application and follow the on-screen instructions. All steps (from launching a measurement to visualizing data) are handled within the app. You will be prompted to specify a sensor setup, which defines the sensor configuration. More details are provided in the next section.
  • To power off the device, press and hold the button for 5 seconds, or allow it to shut down automatically after 10 minutes of inactivity.

Get your capacimeter ready : the connection

The capacimeter have two ways to measure capacitances, whether they are all connected to a common ground or floating capacitances.

  • Grounded connection Capacitances are said to be "grounded" if they are connected according to the schematics shown below. Set the connection parameter in the configuration file as "grounded".

In this setup, the pinout of the capacimeter's connector is as depicted in the figure below (front view). When using "grounded" connection configuration, 24 channels are available as only one pin of the capacitance needs to be connected to the capacimeter. Any of the connector's ground pins can be used as reference because they are all connected together within the device.

  • Floating connection

Capacitances are said to be "floating" when they are not (or must not) be connected to ground. Set the connection parameter in the configuration file as "floating". In this configuration, two pins of the capacimeter are needed to measure one capacitance which must be connected according to the schematics shown below.

When the capacimeter is set to "floating" connection mode, the pinout of the connector adheres to the diagram depicted below. It offers up to 12 channels, and there is no need to connect the ground pins.

Capacimeter configuration (sensor setup)

This device is compatible with Contextual Instruments' mobile app. Please visit the Apple Store or Google Play to download it. In LIVE mode, you can specify the parameters of your acquisition in a sensor setup. The capacimeter sensor setup is composed of the following elements.

  • Connection: Specify "grounded" or "floating" to indicate whether the capacitance being measured is connected to ground or left unconnected. Refer to the previous section, "Get your capacimeter ready : the connection" for further details.

  • Number of channel: The number of channel to acquire. In grounded mode this can be up to 24 while in floating mode, the maximum number of channels is 12.

  • Sampling Interval: The Sampling Interval is adjustable from 50ms to 10000ms.

Capacimeter states

State LED Status Definition
Charging solid green A suitable power source is connected and the device is fully charged
Charging solid yellow A suitable power source is connected and the device is charging
Sleep mode off The device is in sleep mode (or the battery is depleted). A long press on the button, regardless of the current state, puts the product into sleep mode
IDLE blinking green Pressing the button while the device is in sleep mode wakes it up. Then the device is in IDLE mode, ready to measure
IDLE solid red The device is in IDLE mode and battery is inferior to 20%
Preparing solid blue The device is connected to the smartphone and ready for the measurement to start.
Measurement blinking blue The device is measuring.
Error blinking red The device encountered an issue while preparing for measurement. After 5 seconds, it will automatically return to Sleep mode.
Low battery blinking red The device won’t start because the battery is very low.

Resetting the device

Unplug the Capacimeter from any external power source by simply disconnecting the USB cable if it is connected. Then, use a small pin, such as a paperclip, to press the reset button through the tiny hole in the case.

CSV file

The CSV file of Capacimeter measurements is structured in two parts: measurement metadata, and the raw data.

Metadata

Title Definition
Sensor setup Sensor setup name.
Sensor setup id Sensor setup ID.
Sensor SN Sensor Serial Number. This number is printed on the device.
Experimenter Experimenter name.
Firmware version Capacimeter firmware version.
Date Measurement timestamp.
Timezone Timestamp timezone. The time zone associated with the recorded timestamp.
User note User comments provided in the dedicated field.
Result data type(s) Type of Acquired Data.
Device Device type used.
Connection See Capacimeter configuration part.
Number of channels See Capacimeter configuration part.
Sampling interval See Capacimeter configuration part.

Raw data

The raw dataset includes 1 + n columns: Time from start (µs), Channel 1 (nF), Channel 1 (nF), ..., Channel n (nF).

Working principle

Core Measurement Method

Capacitance measurement is based on the principle of "discharge time measurement" of an RC network. This process occurs in three distinct phases:

  • 1. Pre-charge phase: The capacitor is charged through a series resistor to a level close to the supply voltage. This approach reduces mechanical stress on the capacitive sensor, (particularly important for MEMS applications).
  • 2. Full-charge phase: The capacitor is then completely charged to VDD without any series resistor, ensuring a complete charge.
  • 3. Discharge phase: The capacitor is discharged through a calibrated discharge resistor to 0V. The discharge time is directly proportional to the capacitance according to the relationship: τ = k × R × C where τ is the discharge time, R is the discharge resistance, and C is the measured capacitance.

Ratiometric Approach

To eliminate systematic errors, the system uses a ratiometric approach, comparing the measured capacitor to a reference capacitor: τN/τref = CN/Cref This method eliminates most influences of temperature, voltage, and other environmental factors, as they affect both measurements identically.

Digital Signal Processing

After measurement, an integrated 32-bit DSP:

  • Calculates capacitance ratios
  • Applies compensation algorithms
  • Performs linearization via polynomial calculations
  • Compensates for temperature effects
  • Produces results with resolution reaching 20 bits

Safety & Handling

Safety Information

  • Stop using immediately if the product overheats or emits an unusual odor.
  • Keep out of reach of children.
  • Use only within the environmental limits specified.

Environnemental and Usage Conditions

Parameter Rating
Operating temperature +10 °C to +40 °C
Storage temperature 0 °C to +45 °C
Relative humidity < 85%, non-condensing
Operating environment Indoor use only (laboratory, office, or medical setting)
Operating altitude Up to 2000 m
Pollution degree 2
Intended users Professional users

Maintenance and Precautions

  • Do not immerse the product.
  • Avoid exposure to heat sources, moisture, or direct sunlight.
  • Do not attempt to open or repair the device; no user-serviceable parts inside.
  • Discontinue use if the enclosure, cable, or battery shows visible damage (swelling, deformation, etc.).

Cleaning Instructions

Before cleaning, ensure the device is turned off and disconnected from any power source. Clean the exterior surfaces using a soft, dry or slightly damp cloth. Do not use solvents, alcohol, abrasive cleaners, or sprays. Do not allow liquids to enter the device openings.

Storage and Transportation

  • Store in a dry environment, temperature between 0 °C and 40 °C.
  • Avoid impact, vibration, or prolonged exposure to sunlight.

Regulatory & Compliance

Regulatory and Electrical Symbols

Logo
Direct current (DC)
Indicates that the device operates with direct current.
Logo
CE marking
Indicates conformity with applicable European Union directives and regulations.
Logo
WEEE symbol (crossed-out wheeled bin)
Indicates that the product must not be disposed of with household waste and must be collected separately according to the Waste Electrical and Electronic Equipment Directive.

Manufacturer

PIWIO, Bâtiment C.E.I. 1 66 Bd Niels Bohr, 69100 Villeurbanne

End-of-Life

End-of-Life and Recycling

This product contains a rechargeable lithium-polymer battery and electronic components. In compliance with Directive 2006/66/EC and Directive 2012/19/EU (WEEE), this product must be collected separately and disposed of in an authorized recycling facility.