Simple LC Meter
Simple LC Meter
Page 1 of 13
More
Next Blog
DIYfan
...
Start page
About
Simple LC meter
Here is another piece of laboratory equipment - LC meter. This type of meter, especially L meter is hard to find in cheap
commercial multimeters. Schematic of this one came from this web page:
https://sites.google.com/site/vk3bhr/home/index2-html. It uses PIC microcontroller 16F628A, and because I recently
acquired a PIC programmer, I decided to test it with this project.
Translate
Select Language
Following the above link you will find the original schematic, PCB, source and HEX files for programing the
microcontroller and detailed description.
Here is my adaptation of the schematic:
Translate
Powered by
RSS
Posts
Comments
Most popular
Adjustable lab power supply
Simple LC meter
I removed the 7805 regulator, because I decided to use a 5V adapter from Sony mobile phone.
In the schematic, trimmer-potentiometer is 5k, but actually I put 10k, after consulting with the datasheet of the LCD
module I bought.
All three 10uF capacitors are tantalum and C7 - 100uF actually is 1000uF.
Two 1000pF capacitors are styroflex 1% and inductor is 82uH.
Advanced LC meter
I used the original PCB as a starting point and modified it to suit better to my components.
Here is the result:
Blog Archive
September (1)
August (2)
May (1)
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
8/11/2016
Page 2 of 13
April (1)
August (1)
June (1)
April (1)
March (1)
October (1)
June (1)
March (2)
July (1)
June (1)
May (1)
March (2)
February (1)
December (1)
November (1)
August (1)
June (2)
May (2)
March (1)
February (2)
Labels
DIY (17)
schematic
Followers
Followers (17) Next
Follow
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
8/11/2016
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
Page 3 of 13
8/11/2016
Page 4 of 13
The last two pictures shows LC meter in action. In the first of them, there is 1nF/1% capacitor and in the second 22uH/10% inductor. The device is very sensitive - when I put the test leads there is 3-5 pF reading on display, but it is
eliminated with the calibrating button.
If anyone want to try this project, here are the PDF files for downloading: LCmeter2.rar
Use them on your own responsibility.
The goal here was to make power consumption as low as possible. With increasing the value of R11 to 1.2kOhm which
control the back light current, total current of the device was decreased to 11-12mA. Without back light at all the power
consumption will be decreased even further, but the visibility suffers greatly.
After some tests, the value of the C10, which defines the ON time, was chosen to be 680nF. The ON time in this case is
10-11 min.
The MOSFET Q2 may be replaced with BS170, but bear in mind that the leads are in reverse order.
ON-OFF switch is momentary non lock type.
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
8/11/2016
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
Page 5 of 13
8/11/2016
Page 6 of 13
As usual you may download the files for the project from here: LCmeter with PS.rar
Use them on your own responsibility.
01:02
52 comments:
Lyuben July 15, 2012 at 2:56 PM
sleep . .
Reply
Replies
- "Advanced LC meter" -
, . .
- .
Reply
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
8/11/2016
Page 7 of 13
No, I don't. I just followed schematic and used the code from the link above.
Reply
I know that my English is not perfect, but if you read carefully the third sentence of this article maybe you
will find the answer of your question.
Reply
: http://store.comet.bg/bg/Catalogue/Product/25714/
, , , .
"R11 limits the back light current and must be calculated according to the actual LCD module used".
That's why it is marked with asterisk - different displays may have different current requirements and
hence R11 must be calculated for the particular model you chose.
For example in the second schematic R11 is 1.2k because I wanted to minimize current consumption of
the back light.
If the display you will use is without back light then R11 may be omitted entirely.
Reply
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
8/11/2016
Page 8 of 13
After downloading the hex file, you must put it in the PIC chip with PIC programer.
Reply
Here: https://dl.dropboxusercontent.com/u/68795389/lc2_hex.rar
Check all components and all connections. When switching on the devise the switch L/C must be in position C.
Calibrating the meter when in position 'L' is done with the two terminals shorted with piece of wire.
The L/C meter uses only first row of the LCD, so ignore the second row. Maybe the LCD must be adjusted little
more with trimmer TR1 to hide the blocks.
Reply
Replies
yehia ali November 11, 2013 at 8:22 PM
here is an image of the lcd output smthing strange http://www.mediafire.com/?dl2anktx8dd5675
Reply
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
8/11/2016
Page 9 of 13
K1 is a reed relay. On the schematic "K1 REED" is the coil of the relay and "K1" is the contact of the
relay. There is used reed relay because the microcontroller cannot provide higher current for energizing
standard relay.
Yes, you can use 100uH instead of the 82uH without a problem.
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
8/11/2016
Page 10 of 13
Reply
Replies
I suppose you can. I have seen 20p or 22p used in other schematics with PIC16F628, so I think it will be
OK.
Reply
It obviously won't work with SPDT switch. Eventually you can replace DPDT switch with two SPDT
switches and turn them simultaneously but this will be not very convenient.
Reply
It's normal If there is not connected any inductance at the input terminals. If the device displays this
message with inductance connected, then I guess the switch is to blame. Check with multimeter is there
conductance between input terminals and corresponding elements on the board. Check if the switch
itself is properly soldered.
Reply
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
8/11/2016
Page 11 of 13
sir i build your project. when i powered on the device on c mode it is showing a c value continuously varying with a
negative sign. and it is showing wrong C and L value. i connect c7=1000uf. and L1= 68uH. is it ok?
Reply
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
/q
/p16F628
8/11/2016
Page 12 of 13
Error[105] I:\CHANNA\B.ASM 1352 : Cannot open file (Include File "FP.TXT" not found)
Halting build on first failure as requested.
BUILD FAILED: Wed Feb 18 04:44:25 2015
Can you please help me sir
Reply
Hi, I am not the author of the code, nor the schematic and I have no experience with Assembler
language, so I can not help you with this. In my project I used a ready HEX file.
My part is only the designing a new PCB, because I did not like the original PCB.
Reply
Hi,
I
own
one
of
these
http://www.ebay.com/sch/i.html?
_odkw=pic+programmer&_osacat=0&_from=R40&_trksid=p2045573.m570.l1313.TR0.TRC0.H0.Xpic+pr
ogrammer+k150.TRS0&_nkw=pic+programmer+k150&_sacat=0
It worked kinda OK, but lately I use my own programmer: http://diyfan.blogspot.bg/2013/06/originalpickit-2.html
And finally from a month I own also a PICkit 3 purchased from ebay.
Reply
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
8/11/2016
Newer Post
Page 13 of 13
Home
Older Post
Total Pageviews
Flag Counter
http://diyfan.blogspot.in/2012/06/simple-lc-meter.html
8/11/2016