Reply by April 16, 20132013-04-16
There is an RF boosterpack from TI (
https://estore.ti.com/430BOOST-CC110L-CC110L-RF-Module-BoosterPack-P2734.aspx)
that can be used with the msp430 launchpad. The RF module comes with the
temperature monitoring application that you are looking for.

Rgds,

l.a.
2013/4/15 Akash

> I am in need to design a wireless sensor node using MSP430g2231. I need to
> use the internal temperature sensor in the controller and transmit the data
> to the receiver. Can anyone help me out with the coding.?? I am stuck at
> how to read the sensor information..!!
>
>

Beginning Microcontrollers with the MSP430

Reply by Alexander Espinosa April 16, 20132013-04-16
you can find some code samples in Texas instruments webpage, you can use them as a guide to write your own routines

bye

________________________________
From: Akash
To: m...
Sent: Sunday, April 14, 2013 10:23 PM
Subject: [msp430] internal temperature sensor in msp430

 
I am in need to design a wireless sensor node using MSP430g2231. I need to use the internal temperature sensor in the controller and transmit the data to the receiver. Can anyone help me out with the coding.?? I am stuck at how to read the sensor information..!!




Reply by Matthias Weingart April 15, 20132013-04-15
"Akash" :

> I am in need to design a wireless sensor node using MSP430g2231. I need
> to use the internal temperature sensor in the controller and transmit
> the data to the receiver. Can anyone help me out with the coding.?? I am
> stuck at how to read the sensor information..!!

Take a look at the adc examples of this controller at the TI website. I am
sure there is a example for the internal temperature sensor.

M.

Reply by Akash April 15, 20132013-04-15
I am in need to design a wireless sensor node using MSP430g2231. I need to use the internal temperature sensor in the controller and transmit the data to the receiver. Can anyone help me out with the coding.?? I am stuck at how to read the sensor information..!!