Skip Navigation

MOSFET as Radiation Detector

Hello, we are making a thesis where we use MOSFETs as an alternative radiation detector. So to explain it, it works when the mosfet is irradiated with an external radiation source; its voltage threshold increases, which will be used to determine the radiation dose. I'm currently asking for help on how we measure the voltage threshold. BTW, we are using an n-channel MOSFET (model: IRFP250NPbF). Also in the datasheet provided by the manufacturer, it says here VGS(th)/Gate Threshold Voltage Min: 2.0 ––– Max: 4.0 V. There is a condition here with VDS = VGS, ID = 250 A. Does this mean that to measure the VGS, we need to first satisfy the conditions? To measure the voltage threshold, what node will we use to measure the VGS (th)? Is it at the drain to the source terminal or still at the gate to the source terminal? Feel free to share your thoughts, if you have any. I would also like to add that we have already tried to supply a voltage at the gate with respect to the source terminal. We use a 4 V supply voltage, and when we tried to measure the VDS (drain to source voltage), there was a voltage drop, so we've got a 3.5 V. Also, we are using an Arduino to measure its voltage and a multimeter for checking.

19

You're viewing a single thread.

19 comments
  • Using MOSFETs as TID sensors is common enough. A term that you can use for more research is RADFET. The best way to measure threshold voltage is to sweep the gate voltage. In my experience however, if you intend to measure this in a non-lab environment (say, in a satellite), I would recommend that you instead connect the gate to the drain, force a small constant current (maybe 10uA) from the drain to source, and measure Vds (which is equal to Vgs in this configuration). This won't give you the threshold voltage per se, but this will produce a voltage that changes as dose accumulates, is a far easier metric to measure, and is as equally valid as measuring the threshold voltage to determine TID. You can't really predict the shift in threshold voltage according to TID unless your MOSFETs are all from the same batch (manufacturing defects and tolerances), and you need to calibrate them in order to obtain a calibration curve (this is done by simply going to irradiate several (the more the better, I suggest at least 10 for statistical significance). Alternatively, you can buy pre-calibrated ones from companies who make MOSFETs for this intended purpose like Varadis. If you really want to measure the threshold voltage, you could read MIL-STD-750, which outlines how to measure the threshold voltage.

    • Hello, do i still need to apply a supply voltage of Vgs, or will only the current at the drain be the main source. Also, is this MOSFET sensitive enough for a cs-137 (661 keV).

    • Hey I messaged them a bit, this is an undergraduate project with no budget (so a MOSFET tester is out of budget). I also suggested a sort of sweep method using an MCU and some op-amp glue, but I don't think they have sufficient background to get this kind of thing working yet (in fact I barely do, so probably it won't 'just work' with whatever I came up with off the top of my head).

      What I was thinking is perhaps they can set Vds and Vgs to fixed values such that a particular MOSFET conducts a fixed current, e.g. 100mA, somewhere near-ish the start of the linear region. Then record the Vgs required to achieve this current for each of a set of MOSFETs, say a few dozen (because of part variation).

      Then after exposing them to varying amounts of radiation (a few for each exposure level), put them back in the same test conditions and measure how the output current has changed, what Vgs will restore the same current, draw some graphs, discuss the advantages and disadvantages relative to the Vth method with regards to radiation dosimetry, conclude, and call it a day.

      Think it would work? No need for an MCU or signals processing this way, so the science can get done with the tools they have.

      Also I never had free access to strong radiations sources in undergrad, so am a little jealous. I barely got to use tritium, and that sparingly.

      • What you're proposing is similar to what I mentioned, although the concept of operation can be simplified even more. Sweeping Vgs can be annoying and could lead to damaging the part if the operator isn't careful. If the MOSFET is put into diode connection mode (connect the gate to the drain), you can force a small current (I recommend 1uA-10uA, 1mA would probably be OK, 100mA would result in significant power dissipation and could influence the results) and record Vds (which is equal to Vgs in this configuration). The current source can either be done using a power supply in current-limiting mode (if it can regulate down to 1mA) or a simple circuit can be breadboarded (plenty or articles online about designing a constant current source). At least where I am (Canada), there's a surprising amount of cobalt-60 sources around. Many hospitals have cancer radiation treatment facilities, and there is an entire industry for the sterilization of medical equipment as well. It's also common in the agricultural industry to irradiate some foods and cosmetics to ensure that any harmful bacteria is killed. And then there's several universities with small scale nuclear reactors. A small note: MOSFETs aren't really sensitive to dose rate, so any source could technically be used. In the space industry they are typically tested anywhere below 1800Gy/h. BJTs on the other hand are very sensitive to dose rate so they are tested at much lower dose rates.

19 comments