From MikroElektonika Documentation
Part | Datasheet |
---|---|
![]() |
MIKROE-2376 (pdf) |
PDF Datasheet Preview |
---|
C Meter click From MikroElektonika Documentation C Meter click has circuitry for measuring the value of capacitors. The design is based on a NE-555 timer/square-wave generator. The chip is implemented in an astable multivibrator circuit with fixed resistors and adjustable capacitors. Features and usage notes C Meter click has four different-sized plates for placing SMD capacitors covering standard SMD packaging dimensions as well as a socket for inserting a thru hole resistor. Each plate is labeled with package size in standard imperial measurements: 1210 3.2mm x 2.5mm 1206 mm x mm 0805 mm x x1.25 mm Schematic also available in PDF 0603 mm x mm The board outputs a square wave frequency through the INT pin. Depending on the capacitor placed on the board, the value of this frequency changes. The value of a capacitor can be inferred using a simple algorithm shown in the Libstock code example . Onboard screw terminals are placed to allow the click to be used with oscillator probes. C Meter click is designed to use a 5V power supply, but can work with either 3.3V or 5V logic levels. C Meter click C Meter click IC/Module NE-555 precision timer Interface INT, RST Power supply 5V possible to use with 3.3V I/O Website Programming This code snippet uses a preset calibration value and finds the capacitance of the capacitor for displaying on the TFT. 1 #include <stdint.h> 2 #include <stdbool.h> 3 #include "resources.h" 5 // C_Meter Click 6 sbit C_METER_RST at GPIOC_ODR.B2; 7 sbit C_METER_INT at GPIOD_ODR.B10; 8 // TFT module connections 9 unsigned int TFT_DataPort at GPIOE_ODR; 10 sbit TFT_RST at GPIOE_ODR.B8; 11 sbit TFT_RS at GPIOE_ODR.B12; 12 sbit TFT_CS at GPIOE_ODR.B15; 13 sbit TFT_RD at GPIOE_ODR.B10; 14 sbit TFT_WR at GPIOE_ODR.B11; 15 sbit TFT_BLED at GPIOE_ODR.B9; 19 void system_setup void ; 20 void setup_interrupt void ; 21 void InitTimer2 void ; |
More datasheets: IXGC12N60C | ISL24863AIRTZ-T13 | ISL24863AIRTZ | RTV11-1P | DCM17W5PNMBK52 | HTZ180D35K | HTZ180D30K | HTZ180D26K | HTZ180D22K | C601 |
Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived MIKROE-2376 Datasheet file may be downloaded here without warranties.