Temp readings and voltage input


Closed Thread
Results 1 to 21 of 21

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    It's for the engine temp.

    The max 120ºC of the DS18B20 is not enough.

    I need to be able to read safely up to 140ºC.

    I know you will say that the engine cannot reach that temperature unless it's toast, but the real thing is that with 30% nitro they can have peeks of 130ºC/135ºC. Not too good for the engine, it's true, but i need to measure it's peeks to know how the engine is running in mid air

    .

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


    Did you find this post helpful? Yes | No

    Default

    ...

    Do not tell me you didn't know that :

    http://www.venom-group.com/print_mot...structions.pdf

    ...

    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 " !!!
    *****************************************

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Now i see what you mean.

    I did not knew this.
    Sensor reaches 200ºC ??? wow...and now i undestand why you recomended NTCs.
    But this is a failsafe unit.

    I know this one instead:
    http://www.rcmodels.org/csm/carbsmart.pdf
    I believe it's by far the best idea.

    Apart from these 2...
    My circuit is not like any of these.
    It just stores the values, nothing else.

    .

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


    Did you find this post helpful? Yes | No

    Angry

    Ahhhhh,

    CSM !!! I bought one gyro from them ( ICG360 ) Heading "lock" was gently unsteady ( ! )... carefully trimmed parameters for a plane.

    and then ... servo got dead-locked to neutral - and no way to reset the gyro parameters !!!

    No help from CSG nor ( except buy the new 540 model at a fair price ...)

    The sensor ( and its NTC ) is now in my Sensors box !!!

    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

    Yeah...gyros i only like futaba's my self

    And i have to change the code to:

    temp= (in */2500)>>2

    Is this right ?
    how about the code...will this work ok for 2,5V ref?

    .

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


    Did you find this post helpful? Yes | No

    Default

    for 10 bits ...

    use V ref = 4.096v or 2.048 v ... but not 2.5 v

    for 4.096 v you get 1 count for 1 mv
    for 2.048 v you get 2 counts for 1 mv input ...

    so, your formula ... is really awful !!!

    100°C = 1 v ...

    with a 2.5 v ref : 1v /2.5 *1024 counts ... 409.6 > 409

    409*2500/256 / 4 = 998.5 ...

    you will find the good numbers easily !

    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 " !!!
    *****************************************

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


    Did you find this post helpful? Yes | No

    Default

    Errata !!!

    Quote Originally Posted by Acetronics View Post
    for 10 bits ...

    use V ref = 4.096v or 2.048 v ... but not 2.5 v

    for 4.096 v you get 1 count for 4 mv
    for 2.048 v you get 1 count for 2 mv 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 " !!!
    *****************************************

Similar Threads

  1. unstable ADCIN readings when using DT ELAPSED.PBP
    By peter_wiersig in forum General
    Replies: 8
    Last Post: - 27th February 2010, 19:16
  2. AD input and 7segment dysplay output
    By ruijc in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 16th November 2007, 13:45
  3. Good (stable) voltage regulator?
    By achilles03 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th December 2005, 19:39

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