This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Msp430 Fan Control with Temperature

Other Parts Discussed in Thread: TMP102

Hi,

I making a senior project with Msp430G2 Launchpad;

I will making a fan control system, if temperature will increase to a point then my fan will start working and if temperature is decrease my fan will stop. But I have no idea how can I do this? Im newbie in Msp430 and can you help me what can I do ? 

Thank you.

  • Anil KAYNAK said:
    can you help me what can I do ? 

    First - you shall start using internet search engines. msp430 is not that much different from other microcontrollers so any application note about microcontroller-based fan controller will give you valuable information

    http://bit.ly/19hSiqr

     

  • I'm more or less going to agree with Ilmars and say you need to do some research.

    Some pointers though - for any real accuracy youll probably want to get an external temperature sensor such as the TMP102 which communicates over I2C. Example code should be pretty easy to find.

    Assuming you just want the fan on or off you'll need to think on how you want to interface the fan to the MSP430, (optoisolater, relay etc).

**Attention** This is a public forum