Little help needed to understand Dimmer for DC lamp?


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Location
    London
    Posts
    251


    Did you find this post helpful? Yes | No

    Question

    Easily available MOSFET I found out is IRF540 -
    This is link is to the datasheet:
    http://www.irf.com/product-info/data...ta/irf540n.pdf

    Since I am not familier with most of the terms in the datasheet, can you please advise if I can use this Mosfet and If I can use the same circuit?

    Also, I need to control lamps upto 100W, which I believe can be done using Heatsink on this Mosfet. Thanks for the help.

  2. #2
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    can you please advise if I can use this Mosfet and If I can use the same circuit?
    No! IRF540 is a N channel mosfet the schematic uses a P channel mosfet.

    Al.
    All progress began with an idea

  3. #3
    Join Date
    Nov 2009
    Location
    London
    Posts
    251


    Did you find this post helpful? Yes | No

    Question

    Quote Originally Posted by aratti View Post
    No! IRF540 is a N channel mosfet the schematic uses a P channel mosfet.

    Al.
    Thanks Al, provided the circuit is changed, will this mosfet be able to do the Job?
    I normally keep the components as advised, but IRF9540 is not normally available where I am.

  4. #4
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    ....provided the circuit is changed, will this mosfet be able to do the Job?
    Yes, it will work.

    Al.
    All progress began with an idea

  5. #5
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default

    Use an N-channel FET if you are going to switch the GND side of the circuit. Use a P-channel FET if you are going to switch the positive (high) side. If you switch the high side, you will need a level shifter like Aratti has shown. If you switch the low side, you don't need the level shifter and can drive the FET directly.

    Switching the high side is necessary if one side of your lamp must be grounded. Since I doubt that is the case, then I would recommend using an N-channel logic-level FET with the source connected to GND, the drain connected to the lamp (and the other lamp terminal connected to 12V), and the GATE connected to the PIC. Use a 10K pull DOWN resistor between the gate and GND, so that the lamp is off until your program gets started.

    At the low frequencies you are running, most of your losses will be resistive. Look at the RDSON with the gate drive you will provide (probably around 4V). If it is 50 milli-ohms, then at 10A the FET will have a (.050*10) = .5V drop. .5V X 10A = 5 Watts. The lower RDSON, the lower the amount of heat produced. My guess is that you will produce maximum heat at around 80-90% of full brightness.
    Charles Linquist

  6. #6
    Join Date
    Nov 2009
    Location
    London
    Posts
    251


    Did you find this post helpful? Yes | No

    Default Update on the process

    I found one mosfet P30NF10
    datasheet: http://www.st.com/stonline/products/...re/ds/7817.pdf

    The setup worked upto some extent but with few concerns.
    firstly when system was fired up, the lamp started glowing but very DIM. I increased the resistance with 1.5K more with 4.7K and this problem got sorted. Now the lamp stays OFF when system is powered up

    The problem is that the lamp is not glowing to its full potential. Any ideas please as what changes I can try in the hardware to make this work, i.e. make the lamp off at value 0 & glow at full potential at 255.
    I am using 20KHz as frequency with HPWM command.
    Thanks

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts