Bro this full theory and math was amazing... Really was looking for such a inductor meter.. And you did it
@electronicsinhome86972 жыл бұрын
kzbin.info/www/bejne/bJ60Xn-EaLV6rbs
@ed62132 жыл бұрын
@Electronoobs Thanks for this tutorial video. I know that it is a bit old, but I am hoping that you are still monitoring and responding to questions about this project. I have a few questions: 1. Why not use the Atmega328p internal comparator (available on the analogue input pins) instead of an external comparator chip? It may need a more accurate method of measuring the frequency period, but this could, perhaps, be done with an assembler code loop. 2. If an external comparator is absolutely needed, why not use a LM393 dual comparator (smaller IC package) instead of the LM339 quad comparator? Is there a difference in characteristics between the LM393 and LM339? 3. Also, if an external comparator is needed, why not use the internal digital input pin pullup (i.e. INPUT_PULLUP mode) instead of the external 330R resistor? Thanks.
@kamussuwanto3097 Жыл бұрын
This is good questions, i also need the answers. I am building a lc meter with lm339
@SiraTech3 жыл бұрын
Bro, i made this today to check the inductors, and it works perfectly!!! I had to reduce the delay time after the power in to the circuit is off ( i used a 0.1uf cap though).. keep up the good work!!! Thanks!
@kamussuwanto3097 Жыл бұрын
Hi how did you make this? Would you share your shematic and code? Thank you
@kamussuwanto3097 Жыл бұрын
Is the measurement accurate for inductors below 80uH?. Thank you inadvance for your response.
@klaasklapsigaar10814 жыл бұрын
As a noob I thought "Dang son, this LM339 is gonna be hard to find!" Looked in my junkbox anyway. Litteraly the first place I looked I found two LM339N chips, on an old partly scrapped PCB from a computers ATX powersupply. This is cool!
@vishal01mehra7 жыл бұрын
can you conbine all these meter series in one arduino that would be awsome.
@ELECTRONOOBS7 жыл бұрын
I will in the future!
@Pageportal4557 жыл бұрын
Electronoobs its already 6 months. How more time, would it take..??
@hacksci4fun4396 жыл бұрын
yes !! I also want this ( LC with frequency meter ) , plz write code for both serial monitor and 16x2 parallel ports in one :)
@kaoshavoc6 жыл бұрын
should be pretty easy to put them together but of you are gonna use an I2C display you may need something other than an arduino uno since it only has 6 analog inputs and 2 of them are used my I2C. the hardest part would be the menu code but there are a lot of examples of menu code out there.
@josemontoya9946 жыл бұрын
@@liontron-x1v lel, he just do it
@vex95966 жыл бұрын
Would be great if the code actually worked. It's either incomplete or bad.. the only thing it does is print "Why hello" in the serial monitor (115200 baud rate). I've also noticed some differences between the supplied code on the blog and the one being used in the video, but neither actually seem to work lol
@christianejikeomeje31458 ай бұрын
Woow You are too exceptional, your teaching is top notch, i will be following your page
@pyromen3215 жыл бұрын
Why not use the comparator built in to the ATmega338p? I know I’m a bit late to the video, but I think the built-in comparator has a response rate of something like 125-250 ns (4-8MHz) It seems silly to use a dedicated comparator when an arduino uno already has one Edit: in fact, I think the ATmega328p’s comparator has roughly the same response time as the as the LM339 you used
@incxxxx10 ай бұрын
Try and you understand why he did not used internal comparator.
@UmbraAtrox_7 жыл бұрын
Freakin youtube. It took way to long for your channel to show up on my frontpage. Subbed.
@ELECTRONOOBS7 жыл бұрын
Micky S. thank you very much!
@alphonsesynrem285 жыл бұрын
You are so cool and very simple to teach people. Thank you.
@TYGAMatt3 жыл бұрын
Works perfectly. Good job sir
@ubiquitousingit Жыл бұрын
Thanks for making this so detailed 🙏
@acestudioscouk-Ace-G0ACE4 жыл бұрын
This is very good, the first of yours that I have seen. I'll check out your other videos. I've subscribed!
@electronicsinhome86972 жыл бұрын
kzbin.info/www/bejne/bJ60Xn-EaLV6rbs
@rmgnair2 жыл бұрын
Excellent tutorial. Kudos. Thanks for educating viewers like me.😀😀
@electronicsinhome86972 жыл бұрын
kzbin.info/www/bejne/bJ60Xn-EaLV6rbs
@overmanonfire7 жыл бұрын
Excellent job in explaining how it works , You are a Guru Thanks for caring and shearing
@dqj9993 жыл бұрын
A really well explained project!
@electronicsinhome86972 жыл бұрын
kzbin.info/www/bejne/bJ60Xn-EaLV6rbs
@Juan123qwerty4 жыл бұрын
Can I use an Oamp instead?
@VeryMuchBlessed7 жыл бұрын
Super instructive video! Very good project. Thanks much.
@electronicsinhome86972 жыл бұрын
kzbin.info/www/bejne/bJ60Xn-EaLV6rbs
@czmik7 жыл бұрын
Can i use an optocoupler zero crossing point circuit instead?
@czmik7 жыл бұрын
With changed programming of course
@ELECTRONOOBS7 жыл бұрын
I think that would give you just a small peak each time you have 0 crossing. using the pulse in function you need a 50% duty signal in order to double the time and get the period. But i guess you could manage to count the time between each peak
@czmik7 жыл бұрын
it doesnt really matter what length is the pulse because i want to use interrupts instead of pulsein() because it locks up the whole mcu while its waiting for the end of the pulse
@ELECTRONOOBS7 жыл бұрын
Then ok. Using interrupts you increase a timer ant count how often dose that pulse oscillate. Sounds perfect!
@oniruddhoalam20394 жыл бұрын
@@ELECTRONOOBS I think such a circuit should be made on a PCB as the breadboard construction adds parasitic capacitance to the circuit.
@jtb86315 жыл бұрын
this no longer seems to work for some reason. also there are several errors in the code available from your website. and the library provided does not seem to want to cooperate. I would appreciate some help, as I would like to have one of these handy for quick and dirty approximations of inductors.
@zanovis4 жыл бұрын
I also cannot get it to function. Have you had any luck?
@lastmanstanding93892 жыл бұрын
Do you gave any designs on a loudspeaker impedance tester?
@miftosaurus3 жыл бұрын
... after a week or so of swearing and frustration caused mainly by bad breadboards, with bad contacts, i made this thing working. yes, 1 uF, but changing the value in the code, it will work, too, but with another set of coils. next, if your inductor/coil/solenoid is shorted (very rarely, but sometimes happen, check with an ohmmeter, to see if reads a short!), the signal will be grounded, and measuring will never happen. same for a too high or too low inductance: no measuring, nothing will be displayed. without anything unless the cap, nothing will be measured, too. i use just one 1 uF cap, and finally started this thing. results from serial monitor: 91 us 5494.51 Hz 0.82 uH with another coil: 312 us 1602.56 Hz 9.66 uH without any change in code, i put another 1 uF cap in parallel (so, a total of 2 uF, or around...), and i get, for the same coil from the first results: 130 us 3875.97 1.65 uH tried an axial inductor marked DLA 10 mH, not working at all. but with some inductors randomly harvested from ATX power supplies and "economical fluorescent bulbs", it worked nice. too low or too high coil resistance will cause that thing, again, to not work... so, first time, try it without any coil, and check if you get a signal on comparator's input pin. be sure your capacitor is not shorted, too! looks like i can measure, with a 1 uF cap a 0.10 uH coil... hmmm... this was the lowest one: 31 us 16129.03 Hz 0.10 uH i tried to measure a mains trafo, primary and secondary side... nothing, maybe too high inductance in primary side, and on secondary, too low resistance of winding... now... is time to put this thing on a small perfboard, and doing stuff... code is working, but the oscillator is not working with ANY coil. so, try to find a similar coil like that one from video. be sure about your soldering, too... a wiggly or poor soldered wire will drive you crazy! :D ah, i used an SSD1306 display. just a question of using the correct library, and invoking the correct statements. easy. because i have no I2C LCD here... just a lot of 16 pin LCD's, and a lot of SSD1306, 128x64 or 128x32. good luck.
@acex7274 ай бұрын
Can u share the code?
@ozyprima5 жыл бұрын
can i buy a ready to use inductance meter from you sir?
@3dtexan8905 ай бұрын
Where do you get the 1602 with straight pins? All the ones I see have the pins bent. Even you link shows 90 degree pins. Do you straighten them?
@rakotondramananasamuel39704 жыл бұрын
did you have any inductane meter more precise between 1uH and 80uH ? it's also very usefull
@Yuēhàn24 Жыл бұрын
Hi, Great video, just came across it. Is it possible to read inductors as low as 1nH, or is uH its limit?
@8elimA7 жыл бұрын
thanks for your excellent job, it is so useful
@Gromo_Z4 жыл бұрын
Can you tell me if the LM311 comparator is suitable?
@omsingharjit4 жыл бұрын
Where is all in one lcrf meter code ?
@josebatista89812 жыл бұрын
Great job man! Congratulation! Can i use a oled display in it?
@armanhossain24916 жыл бұрын
can i use ceramic or polar capacitor.because i cannot find non polar capacitor in my country
@aviralpatel24435 жыл бұрын
polar capacitor can not be used because it can only be charged in one direction but for oscillations to happen it should be able to charge both sides.
@GeorgeGeorge-xj2bc5 жыл бұрын
Its been a long time since then,but the non polarized capacitors have better capacitor accuracy and stability over the time compared to the electrolytic capacitors.
@electroamin26962 жыл бұрын
hi , made it and it works fine , but if you use 2.5uF capacitor and DON`T change the code , it works even better :)
@ISLAMguidanceful7 жыл бұрын
why are we using non polar capacitor? is it possible if use polarized ones?
@incxxxx10 ай бұрын
Yes, of course.
@big_o1952Ай бұрын
No it is not as the LC tank will resonate and generate an ac wave @@incxxxx
@vizionthing7 жыл бұрын
Awesome job, just make sure you smash that like button an odd number of times :)
@ELECTRONOOBS7 жыл бұрын
LOL, thanks!
@tandex34142 жыл бұрын
Just charging inductor and rapidly checking current is good design?
@driftandreas4 жыл бұрын
Скетч не такой как на сайте. Есть новый?
@jaber-ali-003 жыл бұрын
Great tutorial. Thanks
@DanielStingBR3 жыл бұрын
What is the range of measurement?
@sksahil43746 жыл бұрын
How accurate is this ?
@sk92967 жыл бұрын
Sir which software r u using for video editing
@martinkuliza9 ай бұрын
6:54 You'd probably do better to use a rectangle wave with a duty cycle of 10% , You'll get a better ring off the inductor and depending on the inductor value you could drop that to 5%, Although this doesn't work for every inductor. 10% is the way to go in my opinion
@pawan852855 жыл бұрын
What software is used for editing ?
@jae-shinjung68285 жыл бұрын
Hi Sir! Do you have emf meter?
@paololamoratta32593 жыл бұрын
By increasing the capacitance you can achieve a bigger precision?
@kamussuwanto3097 Жыл бұрын
Hi Electronicnoob, this is a great video for LC meters. My question is that is this project work WITHOUT a i2c connector? The arduino itseft can function directly connect to 1602 lcd.
@hugobracamontesbaltazar7 жыл бұрын
Very interesting, thanks for sharing!.
@adeenlubeck61977 жыл бұрын
How can one use the digital display on this inductance meter without the i2c interface. if possible ,what going to bet the code adjustment. thanks
@johndevires5911 Жыл бұрын
Nice, thank you.😉👍
@beaconofwierd18835 жыл бұрын
If I only want to measure a "large" inductance, say mH, would it be possible to measure the inductance accurately using the same method as for measuring the capacitance? From what I understand, the reason we can't use the same method to measure inductance is because as we increase the resistance we are lowering our "charge time" in the LR circuit, thus our arduino at 9 kHz sampling frequency (76 kHz if you play around with if for a while) isn't fast enough. But if I use 76 kHz I get a "resolution" of 0.01 mH, so that should be enough to measure mH accurately, right? Also, we should be able to least square fit the exponential curve to get a good accuracy despite noise in the measurements, right?
@oscarwong96942 жыл бұрын
Hello, we made very nice Inductance meter according your schematic and program. Thanks
@oscarwong96942 жыл бұрын
However, when we try to measure the inductance value from your said uH to mH. It is out of range, how can we modify the circuit?
@ruhnet6 жыл бұрын
Great video. Thanks!
@milithemuffin45347 жыл бұрын
Is it possible to mearsure inductance of DC motor using this circuit? Also should i lock the shaft (so that it can't rotate) for the test?
@ELECTRONOOBS7 жыл бұрын
you could. Depends of the motor. If it is very big it might be out of range.
@Elitesniper2577 жыл бұрын
Mili theMUFFIN I would lock it up if I were you so that it doesn't change inductance when and if it turns
@gatesadrian15 жыл бұрын
Great tutorial...thank you!!
@elninorosario5 жыл бұрын
During negative peak won't the diode be forward biased🤔 ... I think you have assumed the Arduino power supply to have a diode too?
@butchness69803 жыл бұрын
bit of an old video but @electronoobs after looking at your webpage and video really closely I cannot get this project to work using both a 220uF nonpolar electrolytic cap as well as a 1uF ceramic cap. With both circuits it does not output anything, I have changed the value in the program. I have tried different ICs as well as different Arduinos. I don't have a scope so I can't check anything else really.
@MohamedElSayed-ql4ue4 жыл бұрын
Hey man can I use any other operation amplifier like lm358
@michaeljoshuamanallo17423 жыл бұрын
can I use a op amp as a comparator like lm348 op amp????
@mascabrother3366 Жыл бұрын
What ranges does it measure inductance?
@mochamadwaysalqorni4 жыл бұрын
Can i use ordinary lm324 or lm358 instead??
@SalmanKhan-qg4hw6 жыл бұрын
can i use 1n4007 diode istead of 1n4001 diode
@kahe7436Ай бұрын
Get a fast diode instead
@hernanmarcucci75004 жыл бұрын
sorry i can not understand full concept of the circuit. The pulse is stop and the compartor read the residual resonance or the arduino sweep a lot of frecuncy ??
@ELECTRONOOBS4 жыл бұрын
Is not residual. The resonance begin when you cut the pulse. When you go from 5V to 0, the LC tank will resonante and we read the frequency of that resonance. Good day!
@hernanmarcucci75004 жыл бұрын
@@ELECTRONOOBS thanks dude, saludos from Argentina, sorry for my english
@hernanmarcucci75004 жыл бұрын
Sera muy complicado hacer un medidor de resistencia equivalente "ESR". Estaria bueno hacer uno con Arduino o FPGA. !!!!!
@mihaiiancu887 жыл бұрын
Can LM319 be used instead of LM339? Thanks!
@ELECTRONOOBS7 жыл бұрын
Yes!
@mihaiiancu887 жыл бұрын
Electronoobs thanks! I have a 319 home and i will use it. To be honest, as far as i've seen from your schematic, you are using just one comparator out of 4
@ELECTRONOOBS7 жыл бұрын
Yes, single OPAMP is more than enough. I've used that because is what I had, Keep up!
@hacksci4fun4396 жыл бұрын
can lm393 be used , i had buy 393 mistakenly instead 339 or 319 ??
@Dinomightism4 жыл бұрын
@@hacksci4fun439 Yes!
@wahyupans88684 жыл бұрын
Hi, can i replace lm339 op amp with other op amp
@AiQuantitativeTradingSystem4 жыл бұрын
Plz Help I have this message error when compiling code: #error insert your used capacitance value here. Currently using 2uF. Delete this line after that
@electronic79796 жыл бұрын
Nice video
@guilhermevigorito16466 жыл бұрын
Hi, can i use lm358 instead lm339??
@naumanhafeez67947 жыл бұрын
What frequency it is measuring the capacitance at?
@electronicsinhome86972 жыл бұрын
kzbin.info/www/bejne/bJ60Xn-EaLV6rbs
@jawhar72097 жыл бұрын
great work ♥♥
@mhafied81655 жыл бұрын
Your code not work.... the library i2c can installed but after install not happened
@amitpatelpatel1447 жыл бұрын
Bro what is the refresh rate of display?
@mik310s3 жыл бұрын
How to get this to work without ic2 disply? Just a normal none ic2??
@sksahil43746 жыл бұрын
Hey!!what is the mainimum value of inductance it can measure Very accurately ????
@nicodeklerk92186 жыл бұрын
Hi Thanks for this Inductance meter. I have build one . It is working but I don't get the correct values. I have played with different Capacitor values but is still not giving the correct value. I have put different values in spreadsheet to see if I am same factor out but it is not. Any idea what can I do to check for a problem.
@ELECTRONOOBS6 жыл бұрын
How big is the error? You should change the resistance values in the code and fine tune de measurement...
@nicodeklerk92186 жыл бұрын
Thanks for reply .The value on a 1000microH inductor reads about 800microH with 0.88microF cap. When I change cap to 2.37microF then value is only 650microH. In your reply you mention resistance value change in code . Is this a mistake because I did not see in code that, only change the capacitance value?
@Max_Moura6 жыл бұрын
Nico de Klerk, it really seems to be a mistake. I think he meant "chage the CAPACITANCE value". See the code: #error insert your used capacitance value here. Currently using 2uF. Delete this line after that capacitance = 2.E-6; // - insert value here
@electronicsthatsit25506 жыл бұрын
What changes in program for make it without I2C
@adrianm95706 жыл бұрын
a little bit too late maybe but i have a question, it's possible to make it for smallers inductors like 33 uH inductors or speakers inductance?
@GeorgeGeorge-xj2bc5 жыл бұрын
Speaker inductance i dont think that is small value.
@kaletsugas4 жыл бұрын
What is the range of values this meter can read?
@glauciogv52254 жыл бұрын
Hi Joey, in his site (electronoobs.com/eng_arduino_tut10_3.php) he tells something like 80uH to 30,000uH. That´s a very simple and nice project, but unfortunately I need to read smaller values, bellow 80uH...
@varshithkumar77823 жыл бұрын
@@glauciogv5225 Hey man did you try doing this project? Need some help in doing this. Not able to get the output from pulseIn function.(mymail-varshithkumar553@gmail.com)
@wernerpeter97065 жыл бұрын
After a long search, I found all the errors, both in the code and in the wiring. Unfortunately, the published code is NOT the working code as shown. - Definition of the variables: inductance__mH (with 2 instead of 1 underlines) - look at the pinMode (11 and 12), INPUT and OUTPUT changed - pin 13 in code comment and breadboard schematics is not in use. Only pin 11 and 12 needed! Video, Schematics and Code do not match. Inductance meters now working fine and amazingly accurate for a DIY. Thank You!
@franceenvincesanandres32685 жыл бұрын
can u share the working code please?
@অৰি3 жыл бұрын
One will face trouble while attempting to measure an unknown inductor with a very low series resistance(inductors made with thick copper wires or fewer turns or both)! The charge will get grounded first(because of the low resistance) before it can charge the capacitor!! As an upgrade- Either disconnect the inductor from ground while the capacitor is being charged or eliminate the diode & resistor arrangement and instead simply charge the capacitor through the unknown inductor. At the end of charging cycle connect the inductor to ground !
@electroGoal5 жыл бұрын
can it work with TL072 op-amp
@fabioriemke6 жыл бұрын
Amazing videos Bro
@sanjoybiswas72894 жыл бұрын
Sir display not work properly. Display show to blank
@igrewold7 жыл бұрын
Thanks a lot man. What is the smallest and biggest value can this read? can it read nanoHenry (nH) ? (even if you change the cap value to higher/lower)
@igrewold4 жыл бұрын
@Badr Ahmed LCR / Component Tester kzbin.info/www/bejne/bXPVZH9nd51jpdk ar.banggood.com/buy/lcr-component-tester.html
@varshithkumar77823 жыл бұрын
@Badr Ahmed Hey man did you try doing this project? Need some help in doing this. Not able to get the output from pulseIn function.(mymail-varshithkumar553@gmail.com)
@varshithkumar77823 жыл бұрын
@Badr Ahmed okay cool brother..... I just have to fix the pulseIn function.. I am getting the correct square wave from opamp as well. I measured its frequency and it matches with the formula.
@varshithkumar77823 жыл бұрын
@Electronoobs can you help us bruh
@saadkarim69947 жыл бұрын
great video as always
@ezequielaugustodelcastillo64677 жыл бұрын
Mr. Electrnoobs, sr... I have a question. Can I use LCD I2C adaptor and analog sensor? I'm asking that because I understand you couldn't use Analog Port to read two types of data (Analog and Digital) same time when SCL and SDA are digital I guess and For example LM35 or DHT11 output signal are analog, right? Best regards.
@ELECTRONOOBS7 жыл бұрын
I don't entirely understand your question. Could you repeat it? Español tambien si quieres! Keep up!
@ezequielaugustodelcastillo64677 жыл бұрын
Electronoobs ok! lo siento. tengo entendido que al usar el puerto analógico para leer valores digitales (en tu caso, los dos terminales para el adaptador I2C) no se pDoria conectar un sensor analógico. que tan cierto es?
@ELECTRONOOBS7 жыл бұрын
Si quieres usar el A4 y A5 como entrada analógica puetes. Pero no puedes usarloas a la misma vez que los usas para i2C.
@ezequielaugustodelcastillo64677 жыл бұрын
ok, igual me referia a otra cosa. Por ej. Si uso A4 y A5 para el adaptador, ok? Puedo usar desde A0 a A3 para conectar sensores analogicos? Saludos
@ELECTRONOOBS7 жыл бұрын
Claro que puedes. I si usas el arduino NANO tienes el A6 y A7 tambien como funcion de ADC
@adnanansari82133 жыл бұрын
Sir, Can we use 100nf capacitor instead 1uf?
@incxxxx10 ай бұрын
yes of course. In general you have to select proper cap.
@abbosbek72512 жыл бұрын
Thank You
@fotismirage3 жыл бұрын
hi bro can it meter industance from ferrite core inductor??
@Max-ou5rn7 жыл бұрын
Hello the whole time built up loud instructions only get it not at run somewhat does not fit there shows nothing at display is however okay.
@edwinr43784 жыл бұрын
Bro it's awesome 👌
@arifqurbanov21593 жыл бұрын
hey man thanks for this great tutorial. But in my circiut it outputs about 10 time right value then it decreases for one time then again and again. Can you help me for that
@electronicsinhome86972 жыл бұрын
kzbin.info/www/bejne/bJ60Xn-EaLV6rbs
@DNAP4604 жыл бұрын
can measure under 10uh like 1uh. I really need it
@soundarrajan176 жыл бұрын
What is the maximum inductance can be measured with this setup?
@electronicsinhome86972 жыл бұрын
kzbin.info/www/bejne/bJ60Xn-EaLV6rbs
@nathaliesteger67857 жыл бұрын
hi! very nice tuto Why the code doesn't works whith my arduino IDE The message is " liquidCrytal_I2C" not found. I change 0x3f by 0x27 but no change. Library has "liquidCrytal" and I2C separate may be that the probleme.May be you can help thanks
@ELECTRONOOBS7 жыл бұрын
Make sure you install the liquid crystal library that I give in the video description!
@rpanahi58045 жыл бұрын
bro you are a LEGEND
@rpanahi58045 жыл бұрын
bro I want to make a crossover frequency for my DIY speaker Project that's why I needed an Inductance meter please help me it's going to be center Chanel on my home theater system I got 8-ohm tweeter and dual 8-ohm woofer in parallel that becomes 4 ohms in total my tweeter is Dayton Audio DC28F-8 and woofer is Dayton-Audio-DA135-8 I know u have a lot to do but it's my first DIY project and I am really excited about it thank you
@thafimulislam5424 жыл бұрын
Radio shake in my country dont have non-polarize 1uf what happen if i use polarize 1uf.????
@michaelcostello69914 жыл бұрын
How accurate is this meter. Is it within say 10% . How does it compare with the basic meters on sale in shops. Please advise ANYONE ??
@jayralph20677 жыл бұрын
can i use lm358 instead lm399?
@ELECTRONOOBS7 жыл бұрын
Yes!
@dummydummy33887 жыл бұрын
sorry for this noob question sir but can i use lm358 op-amp as a commparator??? beacause its the only component available for me at this time...your answer is very appreciated
@electronicsinhome86972 жыл бұрын
kzbin.info/www/bejne/bJ60Xn-EaLV6rbs
@mdrezwandanish55263 жыл бұрын
LCD turns on but nothing is showing.... What now ?
@hernanmarcucci75004 жыл бұрын
After a secong view of your video i can finally undertand the concept. The 5 volts desapear , the rosanance began but just live for a short time, you count this pulses. This is correct ??