Sign in

username:

password:



Not a member?

Search avrclub



Search tips

Subscribe to avrclub



avrclub by Keywords

AT90S2313 | AT90S8515 | ATMega | ATmega128 | ECL | FETS | IAR | Keyboard | LCD | STK50 | TMOS | UART


Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | AVRclub | [AVR club] How to measure temperature.

Atmel AVR Microcontroller discussion group.

[AVR club] How to measure temperature. - n.na...@gmail.com - Jun 9 8:31:06 2008


Hi all. I am working with ATMEGA169 microcontroller. I am using a battery to provide supply to the board.I am uisng ISL6292 battery charger. A TEMP pin of the charger monitors the battery temperature to ensure a safe charging temperature range. This TEMP pin is connected to ATMEGA. Some voltage is appearing on this pin from this voltage how to calculate the temperature.

------------------------------------



(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )


Re: [AVR club] How to measure temperature. - Zack Widup - Jun 9 8:36:20 2008


I don't quite understand the setup. What actually measures the
temperature? Does the ISL6292 have a temperature measuring device built
in that outputs a voltage on the TEMP pin? If that's the case, you just
need to set up one of the A/D converters and use it to measure the
voltage coming out of the 6292.

The data should all be in the data sheets for the respective parts.

Zack

On Mon, 9 Jun 2008, n...@gmail.com wrote:

>
> Hi all. I am working with ATMEGA169 microcontroller. I am using a
> battery to provide supply to the board.I am uisng ISL6292 battery
> charger. A TEMP pin of the charger monitors the battery temperature to
> ensure a safe charging temperature range. This TEMP pin is connected to
> ATMEGA. Some voltage is appearing on this pin from this voltage how to
> calculate the temperature.
>

------------------------------------

______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )

Re: [AVR club] How to measure temperature. - David Kelly - Jun 9 10:48:15 2008

On Mon, Jun 09, 2008 at 05:03:35AM -0400, n...@gmail.com wrote:
>
> Hi all. I am working with ATMEGA169 microcontroller. I am using a
> battery to provide supply to the board.I am uisng ISL6292 battery
> charger. A TEMP pin of the charger monitors the battery temperature to
> ensure a safe charging temperature range. This TEMP pin is connected
> to ATMEGA. Some voltage is appearing on this pin from this voltage how
> to calculate the temperature.

Read the data sheet for starters:
http://www.intersil.com/data/fn/fn9105.pdf

The TEMP pin is not to be connected to the AVR but to an NTC resistor
mounted on your battery. If you want to measure temperature I strongly
suggest you stay off this signal and put your own NTC where ever, or use
a purpose-designed factory calibrated temperature module/chip.

--
David Kelly N4HHE, d...@HiWAAY.net
========================================================================
Whom computers would destroy, they must first drive mad.

------------------------------------



(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )

Re: [AVR club] How to measure temperature. - Csaba Zvekan - Jun 9 15:03:02 2008

The temperature sensor in this device is designed to measures the
temperature of the charged battery. Once they reached a specific
temperature it will shut off. Kind of like a safety feature
If you just want to measure ambient temperature look into the
DS18B20 , DS1820 etc. They are One Wire connections and have plenty of
programs for AVR MCU's that cover them.
:)

Csaba

On Jun 9, 2008, at 4:48 PM, David Kelly wrote:

> On Mon, Jun 09, 2008 at 05:03:35AM -0400, n...@gmail.com wrote:
> >
> > Hi all. I am working with ATMEGA169 microcontroller. I am using a
> > battery to provide supply to the board.I am uisng ISL6292 battery
> > charger. A TEMP pin of the charger monitors the battery
> temperature to
> > ensure a safe charging temperature range. This TEMP pin is connected
> > to ATMEGA. Some voltage is appearing on this pin from this voltage
> how
> > to calculate the temperature.
>
> Read the data sheet for starters:
> http://www.intersil.com/data/fn/fn9105.pdf
>
> The TEMP pin is not to be connected to the AVR but to an NTC resistor
> mounted on your battery. If you want to measure temperature I strongly
> suggest you stay off this signal and put your own NTC where ever, or
> use
> a purpose-designed factory calibrated temperature module/chip.
>
> --
> David Kelly N4HHE, d...@HiWAAY.net
> =
> =
> ======================================================================
> Whom computers would destroy, they must first drive mad.

**************
http://www.csabazvekan.com
music stuff
http://www.csaba.ch
electronic stuff
http://www.synthmaniac.com
synthesizer stuff (not fully set up yet)

[Non-text portions of this message have been removed]
------------------------------------



(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )

Re: [AVR club] How to measure temperature. - raj - Jun 10 1:17:45 2008

=20
Dear Nandini,

=A0 If some voltage is appearing then in the datasheet it should mu=
st be given that how much rise in temp equals the voltage for ex LM535 temp=
sensors from Natioanal semi.So check D/S of your Bat charger.For any clari=
fication write to me ASAP.

Nandini, where are you working? can you help me, u can!
can you send me a circuit of power supply particularly using Micros like ti=
ny and mega. I need this one. pls help me out!
My Alt id.: k...@gmail.com
Rgds....
Kundan
On Mon, 09 Jun 2008 n...@gmail.com wrote :
>
>Hi all. I am working with ATMEGA169 microcontroller. I am using a battery =
to provide supply to the board.I am uisng ISL6292 battery charger. A TEMP p=
in of the charger monitors the battery temperature to ensure a safe chargin=
g temperature range. This TEMP pin is connected to ATMEGA. Some voltage is =
appearing on this pin from this voltage how to calculate the temperature.
Sr. FAE=0D
Excel Eltech inc. =0D
A-76, EOK. New Delhi=0D
110065=0D
ph:9811675688=0D
[Non-text portions of this message have been removed]
------------------------------------



(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )

Re: [AVR club] How to measure temperature. - n.na...@gmail.com - Jun 13 13:17:41 2008


Thanks to all of you.
Nandini

>Hi all. I am working with ATMEGA169 microcontroller. I am using a battery to provide supply to the board.I am uisng ISL6292 battery charger. A TEMP pin of the charger monitors the battery temperature to ensure a safe charging temperature range. This TEMP pin is connected to ATMEGA. Some voltage is appearing on this pin from this voltage how to calculate the temperature.
>
>------------------------------------

------------------------------------



(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )