Without changing anything, it's possible to check the current temperature with the MSP430 board and the default software.
Indeed, Texas Instruments provides a tool to display the temperature on your computer's screen.
So, let's go and display temperature with the Graphical User Interface (GUI).
First of all, we need the Temperature Demo GUI.
Two ways are possible.
You could download it directly from the TI's website:
Or if you use the IAR Embedded Workbench, you could find it in the installation directory.
For example, if you installed it in D:\soft\mcu\iar\ewmsp430, you could find it in:
We have now to plug the board with the USB cable to our computer.
Instantaneously LED1 (the red light) and LED2 (the green one) are blinking successively.
Now an important step (otherwise it won't work): click the User button, just at the left corner of the board.
LEDs stop blinking.
This is the moment to open your Temperature Demo GUI by double clicking it.
A window appears with a LaunchPad_Temp_GUI title and the following text:
Please, select the COM port that your Launchpad is connected to. [0] COM3
Just under you have to select the appropriate COM.
In my case, I have only the [0] COM3, so I just have to click the ENTER key to activate the software.
If you had several choices, click the correponding number, for example 0, 1 or 2 to make a choice and click ENTER.
And it works! I can see on my screen:
Temperature is of course in degrees Fahrenheit.
If you put four finger on the microcontroller, you could see that the temperature is increasing.
A great first toy to play with during the cold winter nights.
Good job, you've just displayed the temperature with your MSP430G2 board!
Add new comment