ADCIN car battery monitoring


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Posts
    30


    Did you find this post helpful? Yes | No

    Default Adcin Battery Monitoring

    Thanks for all your reply's guys, i keep seeing people putting a small capacitor in parallel with what is the purpose of that my teacher in school never mentioned anything about that is it important, in this circuit it shows 2 of them the 0.1 uF should do the trick.

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


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mitchf14 View Post
    Thanks for all your reply's guys, i keep seeing people putting a small capacitor in parallel with what is the purpose of that my teacher in school never mentioned anything about that is it important, in this circuit it shows 2 of them the 0.1 uF should do the trick.
    DC flows through the wires, traces etc . . . R/F sorta crawls along the outside, and the .1µF strips it away
    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.

  3. #3
    Join Date
    Jun 2008
    Posts
    30


    Did you find this post helpful? Yes | No

    Default Adcin Battery Monitoring

    Thanks for your replies again guys, you've all been very helpful, what would the 5.1v zener do i know its for protection, it will start conducting around 3.3 v only when D1 as blown what is the purpose of that. For my voltage divider i want to build it with a 10k var in series with a 2.5K, and set the 10k at 5k, this will give me accuracy to tweak out the 5% tolerances. With a peak voltage of 15v which the battery should never get that high the out of my voltage divider will be 5 v. This will give me a wattage of 20 mW for the 5k and 10 mW for the 2.5 k now all this to ask my resistors should not get very hot but would this be enough to change resistance values as they get hotter, so as my resistors get hotter i would lose more and more accuracy or is the wattage so low i should not worry about it. Also is their a way to protect my ADCIN if someone would ever use two batteries and would connect them in series which would give me 24 v and 8 v at the output of my ADCIN, so for that to never happen, how can have no more then 5 v output into my ADCIN to protect it i'm trying to make it as dummy proof as possible. thanks

  4. #4
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Lightbulb

    Hi, Mitch

    Just missing the reverse diode between 7805 In and Out ...

    otherwise schematic is fine for use.

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  5. #5


    Did you find this post helpful? Yes | No

    Default adc

    voltage divider,
    if you consider full-scale voltage to be 25.6 , a 10 to 1 resister ratio, then,
    A) the voltage reading is directly from 8-bit acd value...... 125 would be 12.5 volts
    B) and the applied voltage to PIC is about 2.5 volts

    don
    Last edited by amgen; - 28th June 2008 at 17:00.

  6. #6
    Join Date
    Jun 2008
    Posts
    30


    Did you find this post helpful? Yes | No

    Default Adcin Battery Monitoring

    Thanks again guys, why would i need to put a reverse diode between the in and out of my reg, every time i add a diode i lose 0.7 v is it really needed also, what is the purpose of that 5.1 volt zener in their on my opinion that no good my reg needs minimum 6.5v to work.

    Can someone please clarify this for me.

    thanks
    Attached Images Attached Images

  7. #7
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Post

    Hi, Mitch

    see 7805 Datasheet for that : it's for avoiding reverse current flowing through the regulator when input voltage is < output voltage ( typically @ power shutdown ...)

    Note Anode is @ reg output and Cathode @ reg input .... !!!

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  8. #8
    Join Date
    Apr 2007
    Posts
    53


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mitchf14 View Post
    Thanks again guys, why would i need to put a reverse diode between the in and out of my reg, every time i add a diode i lose 0.7 v is it really needed also, what is the purpose of that 5.1 volt zener in their on my opinion that no good my reg needs minimum 6.5v to work.

    Can someone please clarify this for me.

    thanks
    The value of the zener diode is incorrect. For a 12 volt system, a value of 18volts would be more appropriate. I would use a Transorb, not a zener for this task.

    A 12volt automotive system can contain many voltage spikes much higher than the 12 volt battery. The transorb is there to protect the input of the regulator from these spikes.

    If there is a possibility of the input being connected to a 24volt system, I would use a 33v transorb. Also ensure the capacitors on the input of the regulator have a voltage rating of at least 35volts.

    The 10ohm resistor could be replaced with a resettable polyfuse. This way, if the transorb conducts due to overvoltage, the polyfuse will trip and go open circuit. When it cools down again, operation will resume as normal.

    Andy
    Last edited by Andy Wood; - 29th June 2008 at 08:05. Reason: spelling

Similar Threads

  1. Adcin charger
    By mitchf14 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 18th November 2008, 21:49
  2. Voltage monitor for car battery
    By passion1 in forum mel PIC BASIC Pro
    Replies: 50
    Last Post: - 23rd April 2008, 21:47
  3. 12v car battery monitoring
    By oldcarguy85 in forum Schematics
    Replies: 2
    Last Post: - 10th December 2007, 00:26
  4. Remote Car Starter Safety
    By CocaColaKid in forum General
    Replies: 8
    Last Post: - 22nd November 2005, 09:10
  5. Using the A/D for Monitoring a Solor Cell and Battery
    By chuck.sieveking in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 13th July 2004, 19:27

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