Monitoring voltage and current ?


Closed Thread
Results 1 to 17 of 17

Hybrid View

  1. #1

    Default Monitoring voltage and current ?

    Hi all,
    I need your help how to monitor voltage about 150VDC and current up to 3 Amp using PIC , with protection circuits to protect pic from damage when any problem occurs such that high voltage or short circuits?

  2. #2
    Join Date
    Jul 2003
    Location
    USA - Arizona
    Posts
    156


    Did you find this post helpful? Yes | No

    Default

    For the voltage, a simple voltage divider should work. Scale the voltage down to 5volts or less, depending on your supply to the PIC, and use an ADC input (PIC should have built-in ADC for this to work) to monitor the voltage. Since the resistors should be somewhat large, you may need to use a unity-gain buffer amplifier between the voltage divider output and the PIC-ADC input so that the ADC is not upset by the voltage divider's resistors.

    For the current, I would use something similar to the LT1787 (high-side current sense amplifier) and feed (also) into a differen ADC input for the PIC. There are several current-sense amplifiers from the likes of LTC, MAXIM, TI, etc. Or you could even use a high-precision OPAMP to do this (this may be a bit more tricky though). The key here is the sense resistor (it must be low enough so that there is very little drop, yet there is enough of a drop that can be sensed - wattage is also a consideration).

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Thanks languer for your help, but for the unity gain amplifier is't posible to built it using voltage follower of OPAMP 741 ?

  4. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    I would consider a better op-amp for this purpose. LM741 is noisy enough, and probably not good enough for really low voltage range. CMRR spec must be good, LM741 CMRR specs are poor. Check Microchip AN894, it has some nice theory in. Not sure if I agree them<all but, good enough to give you some ideas.

    http://ww1.microchip.com/downloads/e...tes/00894a.pdf
    Last edited by mister_e; - 26th March 2009 at 16:48.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  5. #5
    Join Date
    Jan 2009
    Location
    California, USA
    Posts
    323


    Did you find this post helpful? Yes | No

    Default

    MisterE is right, a 741 is a poor choice for low voltage instrumentation work.

    I've become rather fond of the TS921.
    It's a nice low noise, low voltage (down to 2.7v) op-amp with rail to rail input and output...

    http://www.st.com/stonline/products/...re/ds/5560.pdf

  6. #6


    Did you find this post helpful? Yes | No

    Default

    Thanks for all for your help and powerfull information.
    I built this circuit for current and voltage sensing and I want to take your notes. then after that I can build the operational amplifier stage.
    Attached Images Attached Images  

Similar Threads

  1. Measuring voltage from a current transformer
    By docwisdom in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 5th May 2008, 21:19
  2. Expanded Scale Voltmeter
    By Pic_User in forum Schematics
    Replies: 6
    Last Post: - 8th February 2008, 20:32
  3. make a low voltage output from a PIC pin
    By emptyset in forum General
    Replies: 1
    Last Post: - 8th February 2008, 19:20
  4. Logarithm in PBP
    By savnik in forum mel PIC BASIC Pro
    Replies: 24
    Last Post: - 30th March 2007, 13:24
  5. 16F628A current high during sleep
    By Rubicon in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 9th October 2006, 10:21

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