element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • STEM Academy
    • Webinars, Training and Events
    • More
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • More
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • More
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • More
  • Store
    Store
    • Visit Your Store
    • Choose Another Store
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Members
Members
Blog Measure JFET drain current with a current mirror
  • Blogs
  • General Forum
  • Documents
  • Events
  • Participation Leaderboard
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Blog Post Actions
  • Subscribe by email
  • More
  • Cancel
  • Share
  • Subscribe by email
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Jan Cumps
  • Date Created: 26 Jun 2020 4:30 PM Date Created
  • Views 191 views
  • Likes 9 likes
  • Comments 7 comments
  • jfet
  • analog
Related
Recommended

Measure JFET drain current with a current mirror

Jan Cumps
Jan Cumps
26 Jun 2020

I learned a trick from w2aew: how to measure current if you don't have a current probe.

He's using a N-channel JFET as example. I adapted it to a P-channel type - the J176.

w2aew describes this in a video. He also published the notes. Follow and understand that first, because I will focus on translating this to a P-channel circuit.

 

 

Current mirror

 

This is a nice trick to measure the current in a component if you don't have a sensitive current probe.

It's not perfect, but works surprisingly good.

 

You do this by putting a transistor in series with the part of the circuit you want to know the current of.

You tie the basis of the transistor to the collector.

image: current mirror. NPNs used because we're sinking current in the blog's circuit, if you use conventional current flow.

 

This will cause that there's maximum the basis-emitter drop over collector-emitter (because basis and collector are connected) is also that "diode" drop.

This is the start of the working point of the circuit. You have to add the diode drop voltage to the "original" supply voltage. The transistor is conducting.

 

Then because of magic (because of physics actually), the collector current running trough a similar transistor -  that has base and emitter attached to the first one - is virtually the same as the current running trough the original one.

You can measure that current by putting a serial resistor in the collector line, and checking the voltage over that resistor.

 

The N-channel Drain Current Measurement Circuit

 

Almost all tutorials use N-channel devices. So does w2aew. Here is his circuit:

 

image source: w2aew notes. This is a neat design that lets you see the curve on an oscilloscope in X - Y mode. Try it.

 

The P-channel Version

 

I'm translating that into a P-channel one. I'm using LTspice so that I can simulate some situations later.

If, like me, your brain is used to think NPN, N-channel, possitive power supplies, you'll need to flex a little.

 

image: translated wa2aew design to P-channel FET, all components at the same place.

 

There are several conventions on how to draw negative-voltage diagrams.

The one used here (above), puts ground at the bottom, and the negative supply on top. I've done that here to stay close to w2aew's drawing. Philips typically used this style too in their audio schematics.

Most put the ground level on top, and the supply at the bottom of the schematic (like below). I often do that - in particular when I have a symmetric design with positive and negative supplies.

image: the same diagram, with base on top and the supply voltage at the bottom of the diagram. (done in ms-paint : ) )

 

For my brain, the first one is easier to understand when following the explanation in w2aew's video.

The second one is easier when I'm investigating the circuit, visualising conventional current flow.

 

What has changed.

  • supplies are inverted.
  • The JFET is now P-channel
  • the two transistors in the mirror are NPNs.

 

what is that PWL REPEAT FOREVER (0 .6 .05 3.6 .1 .6) ENDREPEAT on the LTspice schematic?

It's a directive that generates a triangular wave of 3 V, with 0.6 V DC offset (yes: that diode drop!)

  • start at time 0, with 0.6 V
  • in 0.05 seconds, ramp to 3.6 V
  • in 0.10 seconds, ramp back to 0.6 V
  • repeat

I learned this from Analog Devices.

 

The Simulated Results

 

w2aew's JFET has a higher Gate-Source Cut-Off Voltage than mine (J310, somewhere between -2 -> -6.5 V, while mine is a J176 with 1 -> 4 V cut-off).

Here is his drawing of the results as recorded on an oscilloscope:

 

 

Here are mine, simulated in LTspice:

The red line is the ID of the FET. The Blue line the current trough R20 (closely mirroring the FET current).

I've added the green triangle voltage that is the source voltage for good measure. This is with gate at 0.5V

 

I'l build this up with real components in a follow-up blog, and see if I can get this as a curve on the scope ...

The difficult part is the triangle. I don't have a generator that can generate negative waves and negative DC offset. Maybe with the help of an op-amp adder / inverter ...

 

Related Blog
Measure JFET drain current with a current mirror
Measure JFET drain current with a current mirror - part 2: build and measure
Anonymous

Top Comments

  • jw0752
    jw0752 over 1 year ago +4

    Thank you for the interesting technique.

     

    John

  • Jan Cumps
    Jan Cumps over 1 year ago +4

    Here's an animation of captures with different gate voltage:

     

  • Jan Cumps
    Jan Cumps over 1 year ago in reply to jc2048 +4

    jc2048  wrote:

     

    Is there a reason for not doing the measurement of Vds directly?

     

     

     

    It's just that the main goal of the blog was to 'know' the drain current. The scope image is to make it more spectacular.…

Parents
  • genebren
    genebren over 1 year ago

    Very cool!  Thanks for sharing (yours and the original).

    • Cancel
    • Up +2 Down
    • Reply
    • More
    • Cancel
Comment
  • genebren
    genebren over 1 year ago

    Very cool!  Thanks for sharing (yours and the original).

    • Cancel
    • Up +2 Down
    • Reply
    • More
    • Cancel
Children
No Data
Element14

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2022 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • Facebook
  • Twitter
  • linkedin
  • YouTube