110V DC Isolation


Closed Thread
Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2005
    Posts
    53

    Talking 110V DC Isolation

    Hi All,

    Does anyone have a easy way to isolate 110V DC from the PIC, I have a Voltage divider which works great (1-4.335V), just a little scared to couple it to the PIC without isolation, does anyone have some ideas?

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by gavo View Post
    Hi All,

    Does anyone have a easy way to isolate 110V DC from the PIC, I have a Voltage divider which works great (1-4.335V), just a little scared to couple it to the PIC without isolation, does anyone have some ideas?
    How does that integrate with PicBasicPro? Are you planning on using the A/D converter in the PIC to read a proportional voltage from the 100VDC line?
    What does this voltage divider hook into? That 100VDC line?
    What is the significance of 1-4.335V?

  3. #3
    Join Date
    Sep 2005
    Posts
    53


    Did you find this post helpful? Yes | No

    Talking 110V Isolation

    Hi,

    Thanks for the reply,

    Yes I am wanting to use it on RA0. The voltage divider connects to the +110V DC line and ground (I am using 33K and 1K) the voltage measurement of 1-4.335V is the output I am getting from the voltage dvider when I vary the voltage from 20-110VDC. I am just looking at providing isolation between the PIC and 110V DC as I am scared of a nasty suprise. We have also tried using a variac to simulate the 110V DC using the same voltage divider but we have not tried that either on the PIC as we have not isolated it.

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    110V / 33K = 3.3mA. I would guess that you could probably drop the 'sensing' line onto ground and at most (assuming your 33K is wired up right), you should only get 3.3mA of current. But to be safe, throw a good ZENER in there, maybe a couple of them, one at a high-ish voltage and one a few volts above your max at the PIC....and a small fuse inline with everything else just in case everything else goes bad and call it good.

  5. #5
    Join Date
    Oct 2007
    Location
    wroclaw
    Posts
    4


    Did you find this post helpful? Yes | No

    Default

    If you really need a optical isolation you can build a instrumentation amplifier based on a il300.
    There is a datasheet about it from infineon and intersil .
    http://saturn.uni-mb.si/~bojan/pdf/app50.pdf
    Although i have to add that for a non-inverting lineair isolator you need a + & - powersupply .
    Otherwise you will have a dc offset (I know its a bummer)
    Recently i been playing with those things and it works like a charm .

    Good luck Walkura
    Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. Albert Einstein

  6. #6
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by gavo View Post
    Hi,

    Thanks for the reply,

    Yes I am wanting to use it on RA0. The voltage divider connects to the +110V DC line and ground (I am using 33K and 1K) the voltage measurement of 1-4.335V is the output I am getting from the voltage dvider when I vary the voltage from 20-110VDC. I am just looking at providing isolation between the PIC and 110V DC as I am scared of a nasty suprise. We have also tried using a variac to simulate the 110V DC using the same voltage divider but we have not tried that either on the PIC as we have not isolated it.
    Are you trying to isolate for a final installation or for test purposes? <br>I think I would move those divider values up a couple of magnitudes from the "K" area to the "MEG" area, just for safety sake. If this is for a finished purpose I would isolate the switches etc using opto isolators and put the hardware out of human reach, I. E. in a box . . .
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  7. #7
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Joe S. View Post
    Are you trying to isolate for a final installation or for test purposes? <br>I think I would move those divider values up a couple of magnitudes from the "K" area to the "MEG" area, just for safety sake. If this is for a finished purpose I would isolate the switches etc using opto isolators and put the hardware out of human reach, I. E. in a box . . .
    If you move into the "MEG" area, you'll have too much source impedance to feed the A/D input on the PIC! Unless of course you throw an op-amp set up as 1:1 unity gain voltage follower thingy...

  8. #8
    Join Date
    Jul 2005
    Posts
    78


    Did you find this post helpful? Yes | No

    Default

    The impedance of the resistor divider is approximately the same as the resistor from analog input to ground; this resistor is in parallel with the other as far as impedance goes (look up Thévenin equivalent for the reason why). Since one resistor is much larger then the other, the smaller one predominates.

    Isolation may mean many things. I think a more useful term here would be "Protection." You want your PIC to survive if something goes wrong, something to prevent 100VDC from being applied directly to a PIC pin.

    I agree you need this, having done such myself. The PIC will not survive. However, most of the pieces stay on the table for a further failure analysis.

    I would do two things: Put a zener to ground or a diode to VCC at the input to work as a clamp. Plus, I would split the resistor from 100V to PIC into 2 or three resistors. Resistors tend to fail open, but probes and such can short them anyway. By putting another resistors in series you can still short one out and have the next one provide some impedance for the protection diode to use. Without such impedance the protection diode will open followed shortly by the PIC.

Similar Threads

  1. DC to AC convertor
    By The Master in forum Off Topic
    Replies: 11
    Last Post: - 6th February 2010, 17:44
  2. Replies: 24
    Last Post: - 1st December 2009, 08:01
  3. from 5v dc to 1.00v dc precise vref 10mA ?
    By phoenix_1 in forum Schematics
    Replies: 10
    Last Post: - 28th July 2009, 08:11
  4. PIC data along dc line
    By sswcharlie in forum General
    Replies: 0
    Last Post: - 30th August 2008, 08:38
  5. H-Bridge control DC motor
    By Paul F in forum General
    Replies: 2
    Last Post: - 2nd March 2005, 21:04

Members who have read this thread : 1

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