Inductance meter with Arduino

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024

ความคิดเห็น • 259

  • @sayantanmaiti2513
    @sayantanmaiti2513 6 ปีที่แล้ว +13

    Bro this full theory and math was amazing... Really was looking for such a inductor meter.. And you did it

  • @ed6213
    @ed6213 2 ปีที่แล้ว +8

    @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
      @kamussuwanto3097 11 หลายเดือนก่อน

      This is good questions, i also need the answers. I am building a lc meter with lm339

  • @vex9596
    @vex9596 5 ปีที่แล้ว +3

    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

  • @klaasklapsigaar1081
    @klaasklapsigaar1081 4 ปีที่แล้ว +2

    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!

  • @vishal01mehra
    @vishal01mehra 7 ปีที่แล้ว +30

    can you conbine all these meter series in one arduino that would be awsome.

    • @ELECTRONOOBS
      @ELECTRONOOBS  7 ปีที่แล้ว +18

      I will in the future!

    • @Pageportal455
      @Pageportal455 6 ปีที่แล้ว +4

      Electronoobs its already 6 months. How more time, would it take..??

    • @hacksci4fun439
      @hacksci4fun439 6 ปีที่แล้ว +2

      yes !! I also want this ( LC with frequency meter ) , plz write code for both serial monitor and 16x2 parallel ports in one :)

    • @kaoshavoc
      @kaoshavoc 6 ปีที่แล้ว +2

      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.

    • @josemontoya994
      @josemontoya994 5 ปีที่แล้ว

      @@Nithuigim1 lel, he just do it

  • @SiraTech
    @SiraTech 3 ปีที่แล้ว +1

    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
      @kamussuwanto3097 11 หลายเดือนก่อน

      Hi how did you make this? Would you share your shematic and code? Thank you

    • @kamussuwanto3097
      @kamussuwanto3097 10 หลายเดือนก่อน

      Is the measurement accurate for inductors below 80uH?. Thank you inadvance for your response.

  • @pyromen321
    @pyromen321 5 ปีที่แล้ว +2

    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

    • @incxxxx
      @incxxxx 7 หลายเดือนก่อน

      Try and you understand why he did not used internal comparator.

  • @miftosaurus
    @miftosaurus 2 ปีที่แล้ว +1

    ... 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.

    • @acex727
      @acex727 หลายเดือนก่อน

      Can u share the code?

  • @bustedparts
    @bustedparts 6 ปีที่แล้ว +4

    Awesome work! I am a hobbyist and this is going to make a great project! Thanks for spending the time!

  • @jaylpatigas
    @jaylpatigas 4 ปีที่แล้ว +1

    LM339 is Quad Comparator but you only use one. You can also use LM393 Dual Comparator or LM397 single general-purpose comparator

  • @UmbraAtrox_
    @UmbraAtrox_ 7 ปีที่แล้ว +2

    Freakin youtube. It took way to long for your channel to show up on my frontpage. Subbed.

    • @ELECTRONOOBS
      @ELECTRONOOBS  7 ปีที่แล้ว

      Micky S. thank you very much!

  • @alphonsesynrem28
    @alphonsesynrem28 4 ปีที่แล้ว

    You are so cool and very simple to teach people. Thank you.

  • @wernerpeter9706
    @wernerpeter9706 5 ปีที่แล้ว

    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!

  • @overmanonfire
    @overmanonfire 7 ปีที่แล้ว

    Excellent job in explaining how it works , You are a Guru
    Thanks for caring and shearing

  • @Juan123qwerty
    @Juan123qwerty 4 ปีที่แล้ว +1

    Can I use an Oamp instead?

  • @czmik
    @czmik 7 ปีที่แล้ว +6

    Can i use an optocoupler zero crossing point circuit instead?

    • @czmik
      @czmik 7 ปีที่แล้ว +1

      With changed programming of course

    • @ELECTRONOOBS
      @ELECTRONOOBS  7 ปีที่แล้ว +2

      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

    • @czmik
      @czmik 7 ปีที่แล้ว +3

      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

    • @ELECTRONOOBS
      @ELECTRONOOBS  7 ปีที่แล้ว +1

      Then ok. Using interrupts you increase a timer ant count how often dose that pulse oscillate. Sounds perfect!

    • @oniruddhoalam2039
      @oniruddhoalam2039 4 ปีที่แล้ว

      @@ELECTRONOOBS I think such a circuit should be made on a PCB as the breadboard construction adds parasitic capacitance to the circuit.

  • @christianejikeomeje3145
    @christianejikeomeje3145 5 หลายเดือนก่อน

    Woow You are too exceptional, your teaching is top notch, i will be following your page

  • @jtb8631
    @jtb8631 5 ปีที่แล้ว +1

    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.

    • @zanovis
      @zanovis 4 ปีที่แล้ว

      I also cannot get it to function. Have you had any luck?

  • @TYGAMatt
    @TYGAMatt 3 ปีที่แล้ว

    Works perfectly. Good job sir

  • @SalmanKhan-qg4hw
    @SalmanKhan-qg4hw 6 ปีที่แล้ว +2

    can i use 1n4007 diode istead of 1n4001 diode

  • @martinkuliza
    @martinkuliza 6 หลายเดือนก่อน

    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

  • @ISLAMguidanceful
    @ISLAMguidanceful 7 ปีที่แล้ว +2

    why are we using non polar capacitor? is it possible if use polarized ones?

    • @incxxxx
      @incxxxx 7 หลายเดือนก่อน

      Yes, of course.

  • @rakotondramananasamuel3970
    @rakotondramananasamuel3970 4 ปีที่แล้ว +1

    did you have any inductane meter more precise between 1uH and 80uH ? it's also very usefull

  • @rmgnair
    @rmgnair 2 ปีที่แล้ว

    Excellent tutorial. Kudos. Thanks for educating viewers like me.😀😀

  • @oscarwong9694
    @oscarwong9694 ปีที่แล้ว

    Hello, we made very nice Inductance meter according your schematic and program. Thanks

    • @oscarwong9694
      @oscarwong9694 ปีที่แล้ว

      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?

  • @sayyidsahal4533
    @sayyidsahal4533 4 ปีที่แล้ว +1

    Can I use 1uf electolitic capacitor or 10x 0.1uf ?

  • @kamussuwanto3097
    @kamussuwanto3097 11 หลายเดือนก่อน

    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.

  • @vizionthing
    @vizionthing 7 ปีที่แล้ว +6

    Awesome job, just make sure you smash that like button an odd number of times :)

  • @acestudioscouk-Ace-G0ACE
    @acestudioscouk-Ace-G0ACE 3 ปีที่แล้ว

    This is very good, the first of yours that I have seen. I'll check out your other videos. I've subscribed!

  • @elninorosario
    @elninorosario 4 ปีที่แล้ว

    During negative peak won't the diode be forward biased🤔 ... I think you have assumed the Arduino power supply to have a diode too?

  • @sksahil4374
    @sksahil4374 5 ปีที่แล้ว +1

    How accurate is this ?

  • @ubiquitousingit
    @ubiquitousingit ปีที่แล้ว

    Thanks for making this so detailed 🙏

  • @butchness6980
    @butchness6980 3 ปีที่แล้ว +2

    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.

  • @hernanmarcucci7500
    @hernanmarcucci7500 4 ปีที่แล้ว

    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 ??

  • @tandex3414
    @tandex3414 2 ปีที่แล้ว

    Just charging inductor and rapidly checking current is good design?

  • @VeryMuchBlessed
    @VeryMuchBlessed 6 ปีที่แล้ว

    Super instructive video! Very good project. Thanks much.

  • @electroamin2696
    @electroamin2696 2 ปีที่แล้ว

    hi , made it and it works fine , but if you use 2.5uF capacitor and DON`T change the code , it works even better :)

  • @dqj999
    @dqj999 3 ปีที่แล้ว

    A really well explained project!

  • @paololamoratta3259
    @paololamoratta3259 3 ปีที่แล้ว

    By increasing the capacitance you can achieve a bigger precision?

  • @অৰি
    @অৰি 2 ปีที่แล้ว

    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 !

  • @3dtexan890
    @3dtexan890 หลายเดือนก่อน

    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?

  • @beaconofwierd1883
    @beaconofwierd1883 5 ปีที่แล้ว

    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?

  • @josebatista8981
    @josebatista8981 2 ปีที่แล้ว

    Great job man! Congratulation! Can i use a oled display in it?

  • @arbazmateenshaikh1076
    @arbazmateenshaikh1076 4 ปีที่แล้ว

    Thanks for providing such a great video,
    I had implement the capacitance as well as resistance meter and it worked.
    Now, I am building this inductance meter and here, problem arises with lm741 as comparator, and now circuit is not working
    Pls provide schematic diagram for lm741 as well.

    • @jaylpatigas
      @jaylpatigas 4 ปีที่แล้ว

      LM741 is OP AMP not comparator so you need other circuit and code.

  • @Yuēhàn24
    @Yuēhàn24 10 หลายเดือนก่อน

    Hi, Great video, just came across it. Is it possible to read inductors as low as 1nH, or is uH its limit?

  • @Electronics-n2w
    @Electronics-n2w 9 หลายเดือนก่อน

    Great I will make this.

  • @omsingharjit
    @omsingharjit 4 ปีที่แล้ว

    Where is all in one lcrf meter code ?

  • @ry4n335
    @ry4n335 5 ปีที่แล้ว

    hi electronoob, I made this circuit but get INDUCTANCE_MH not declared ... time to throw this away and buy a real LCR meter ???

  • @michaelcostello6991
    @michaelcostello6991 4 ปีที่แล้ว

    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 ??

  • @AtlasReburdened
    @AtlasReburdened 7 ปีที่แล้ว +1

    In the schematic you presented it looks as though nothing is preventing the voltage on the charging pin from being swung into the negative, something I'm sure the arduino doesn't appreciate much. I would suggest using that arduino pin to drive a small, robust mosfet which rings the circuit.

    • @ShaharBenDavid
      @ShaharBenDavid 6 ปีที่แล้ว +3

      Atlas WalkedAway
      A clamping diode to ground on the input pins should eliminate risk of negative voltage damage.
      You’re absolutely right sir.

  • @sksahil4374
    @sksahil4374 6 ปีที่แล้ว

    Hey!!what is the mainimum value of inductance it can measure Very accurately ????

  • @isprithul
    @isprithul 7 ปีที่แล้ว

    Please fix this line in your code:
    "double pulse, frequency, capacitance, inductance, inductance__mH;"
    You used two underline in "inductance__mH" but you used 1 underline later.

  • @mhafied8165
    @mhafied8165 4 ปีที่แล้ว

    Your code not work.... the library i2c can installed but after install not happened

  • @milithemuffin4534
    @milithemuffin4534 7 ปีที่แล้ว +1

    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?

    • @ELECTRONOOBS
      @ELECTRONOOBS  7 ปีที่แล้ว +1

      you could. Depends of the motor. If it is very big it might be out of range.

    • @Elitesniper257
      @Elitesniper257 7 ปีที่แล้ว +2

      Mili theMUFFIN I would lock it up if I were you so that it doesn't change inductance when and if it turns

  • @DanielStingBR
    @DanielStingBR 2 ปีที่แล้ว

    What is the range of measurement?

  • @mik310s
    @mik310s 2 ปีที่แล้ว

    How to get this to work without ic2 disply? Just a normal none ic2??

  • @8elimA
    @8elimA 7 ปีที่แล้ว

    thanks for your excellent job, it is so useful

  • @Max-ou5rn
    @Max-ou5rn 7 ปีที่แล้ว

    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.

  • @adeenlubeck6197
    @adeenlubeck6197 7 ปีที่แล้ว

    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

  • @Gromo_Z
    @Gromo_Z 3 ปีที่แล้ว

    Can you tell me if the LM311 comparator is suitable?

  • @rpanahi5804
    @rpanahi5804 4 ปีที่แล้ว

    bro you are a LEGEND

    • @rpanahi5804
      @rpanahi5804 4 ปีที่แล้ว

      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

  • @mascabrother3366
    @mascabrother3366 11 หลายเดือนก่อน

    What ranges does it measure inductance?

  • @lastmanstanding9389
    @lastmanstanding9389 2 ปีที่แล้ว

    Do you gave any designs on a loudspeaker impedance tester?

  • @thafimulislam542
    @thafimulislam542 4 ปีที่แล้ว

    Radio shake in my country dont have non-polarize 1uf
    what happen if i use polarize 1uf.????

  • @dummydummy3388
    @dummydummy3388 6 ปีที่แล้ว

    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

  • @johndevires5911
    @johndevires5911 8 หลายเดือนก่อน

    Nice, thank you.😉👍

  • @4lp4z3ro
    @4lp4z3ro 7 ปีที่แล้ว

    theres some problems with the supplied code and the schematic, the input pins are not proper defined, you need to change the pin numbers around a little bit.

    • @ELECTRONOOBS
      @ELECTRONOOBS  7 ปีที่แล้ว +1

      Thanks. I'll check that out!

    • @4lp4z3ro
      @4lp4z3ro 7 ปีที่แล้ว

      its not a big deal :) i just noticed the fritzing pins being different than the code, also, i noticed measuring toroidal coils is a bit of a difficulty, any idea why this is ??

    • @Max-ou5rn
      @Max-ou5rn 7 ปีที่แล้ว

      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.

  • @armanhossain2491
    @armanhossain2491 6 ปีที่แล้ว +1

    can i use ceramic or polar capacitor.because i cannot find non polar capacitor in my country

    • @aviralpatel2443
      @aviralpatel2443 5 ปีที่แล้ว

      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-xj2bc
      @GeorgeGeorge-xj2bc 4 ปีที่แล้ว

      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.

  • @imwhatim7259
    @imwhatim7259 3 ปีที่แล้ว

    Awesome brother, Can you make a vfd using arduino

  • @AiQuantitativeTradingSystem
    @AiQuantitativeTradingSystem 4 ปีที่แล้ว

    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

  • @electronicsthatsit2550
    @electronicsthatsit2550 5 ปีที่แล้ว

    What changes in program for make it without I2C

  • @MohamedElSayed-ql4ue
    @MohamedElSayed-ql4ue 4 ปีที่แล้ว

    Hey man can I use any other operation amplifier like lm358

  • @sanjoybiswas7289
    @sanjoybiswas7289 3 ปีที่แล้ว

    Sir display not work properly. Display show to blank

  • @guilhermevigorito1646
    @guilhermevigorito1646 6 ปีที่แล้ว

    Hi, can i use lm358 instead lm339??

  • @sangammanbuddhacharya7125
    @sangammanbuddhacharya7125 6 ปีที่แล้ว

    Can we measure about 0.5uH with this circuit

  • @amitpatelpatel144
    @amitpatelpatel144 6 ปีที่แล้ว

    Bro what is the refresh rate of display?

  • @jaber-ali-00
    @jaber-ali-00 3 ปีที่แล้ว

    Great tutorial. Thanks

  • @sergeikurek
    @sergeikurek 7 ปีที่แล้ว +5

    Sorry, Dude your code for Arduino doesnt match on what we see on your video. I dont see in the loop anything like "Unknown inductance" serial print message. You even dont show how to use your device. When I connect inductance nothing is happening

    • @explo_edits
      @explo_edits 6 ปีที่แล้ว

      Sergei Kurek yup! this is not the full code. if you noticed, the schematic was used in video was fully different from the schematic that uploaded in the blog. #Electronoob just manipulate us.

  • @alessandrorizzo9292
    @alessandrorizzo9292 4 ปีที่แล้ว

    Sorry but not work with i2c based on PCF 8574....the library non work...

  • @hugobracamontesbaltazar
    @hugobracamontesbaltazar 7 ปีที่แล้ว

    Very interesting, thanks for sharing!.

  • @ozyprima
    @ozyprima 5 ปีที่แล้ว

    can i buy a ready to use inductance meter from you sir?

  • @ravikumarkushwaha8552
    @ravikumarkushwaha8552 3 ปีที่แล้ว

    Can we measure the inductance which is less than 1uH, (for example 0.47uH).

  • @rakibulhasan3415
    @rakibulhasan3415 7 ปีที่แล้ว

    hey, there nice work but your the result is coming gibberish. I have done all the procedure in proteus but the virtual terminal is showing some alphabet.can you solve, please?

  • @sk9296
    @sk9296 6 ปีที่แล้ว

    Sir which software r u using for video editing

  • @ruhnet
    @ruhnet 6 ปีที่แล้ว

    Great video. Thanks!

  • @gatesadrian1
    @gatesadrian1 5 ปีที่แล้ว

    Great tutorial...thank you!!

  • @pawan85285
    @pawan85285 5 ปีที่แล้ว

    What software is used for editing ?

  • @abbosbek7251
    @abbosbek7251 ปีที่แล้ว +1

    Thank You

  • @hernanmarcucci7500
    @hernanmarcucci7500 4 ปีที่แล้ว

    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 ??

    • @ELECTRONOOBS
      @ELECTRONOOBS  4 ปีที่แล้ว

      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!

    • @hernanmarcucci7500
      @hernanmarcucci7500 4 ปีที่แล้ว

      @@ELECTRONOOBS thanks dude, saludos from Argentina, sorry for my english

    • @hernanmarcucci7500
      @hernanmarcucci7500 4 ปีที่แล้ว

      Sera muy complicado hacer un medidor de resistencia equivalente "ESR". Estaria bueno hacer uno con Arduino o FPGA. !!!!!

  • @fotismirage
    @fotismirage 3 ปีที่แล้ว

    hi bro can it meter industance from ferrite core inductor??

  • @mihaiiancu88
    @mihaiiancu88 6 ปีที่แล้ว +1

    Can LM319 be used instead of LM339? Thanks!

    • @ELECTRONOOBS
      @ELECTRONOOBS  6 ปีที่แล้ว

      Yes!

    • @mihaiiancu88
      @mihaiiancu88 6 ปีที่แล้ว

      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

    • @ELECTRONOOBS
      @ELECTRONOOBS  6 ปีที่แล้ว

      Yes, single OPAMP is more than enough. I've used that because is what I had, Keep up!

    • @hacksci4fun439
      @hacksci4fun439 6 ปีที่แล้ว

      can lm393 be used , i had buy 393 mistakenly instead 339 or 319 ??

    • @Dinomightism
      @Dinomightism 4 ปีที่แล้ว

      @@hacksci4fun439 Yes!

  • @معتصمالعراقي-ن9ه
    @معتصمالعراقي-ن9ه 4 ปีที่แล้ว

    Fest think you about video but I have problem with code is not verify or uploading.with best wishes

  • @michaeljoshuamanallo1742
    @michaeljoshuamanallo1742 2 ปีที่แล้ว

    can I use a op amp as a comparator like lm348 op amp????

  • @jae-shinjung6828
    @jae-shinjung6828 5 ปีที่แล้ว

    Hi Sir! Do you have emf meter?

  • @adnanansari8213
    @adnanansari8213 3 ปีที่แล้ว

    Sir, Can we use 100nf capacitor instead 1uf?

    • @incxxxx
      @incxxxx 7 หลายเดือนก่อน

      yes of course. In general you have to select proper cap.

  • @wahyupans8868
    @wahyupans8868 3 ปีที่แล้ว

    Hi, can i replace lm339 op amp with other op amp

  • @saadkarim6994
    @saadkarim6994 7 ปีที่แล้ว

    great video as always

  • @mdrezwandanish5526
    @mdrezwandanish5526 2 ปีที่แล้ว

    LCD turns on but nothing is showing.... What now ?

  • @arifqurbanov2159
    @arifqurbanov2159 3 ปีที่แล้ว

    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

  • @electronic7979
    @electronic7979 6 ปีที่แล้ว

    Nice video