multimeter 2.0.0.0
|
<Multimeter click is a Click boardâ„¢ designed to measure voltage, current, resistance, and capacitance properties of the components, connected to the input terminals. Each property measurement is done on a separate terminal.>
We provide a library for the Multimeter Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
This library contains API for Multimeter Click driver.
- Initialization function.void multimeter_cfg_setup ( multimeter_cfg_t *cfg );
MULTIMETER_RETVAL multimeter_init ( multimeter_t *ctx, multimeter_cfg_t *cfg );
void multimeter_default_cfg ( multimeter_t *ctx );
- This function reads and returns voltage data.float multimeter_read_resistance ( multimeter_t *ctx );
float multimeter_read_voltage ( multimeter_t *ctx );
float multimeter_read_current ( multimeter_t *ctx );
This example showcases how to configure, initialize and use the Multimeter click. The click measures resistance in Ohms, voltage in mVs, current in mAs and capacitance in nFs using a dual CMOS and quad CMOS op-amps, an ADC and other on board modules.
The demo application is composed of two sections :
This function initializes and configures the logger and click modules. Additional calibration of the measurement components is done in the default_cfg(...) function.
This function measures and displays resistance, voltage, current and capacitance data. It does so every second.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
Other mikroE Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all Mikroelektronika compilers, or any other terminal application of your choice, can be used to read the message.