Electronics GCSE Coursework

Discussion in 'Modding' started by Leeum, 21 Sep 2005.

  1. Leeum

    Leeum What's a Dremel?

    Joined:
    16 Feb 2004
    Posts:
    2,494
    Likes Received:
    1
    For my GCSE Coursework I'm making an automatic fan controller.

    The unit will have an output between 0 - 12V according to temperature. There must also be an LED display, something like 10 LED's in a row and when the output is at maximum voltage all 10 will be lit.

    I had banked on using a PIC but he's not allowing me to :duh: The plan now is to find circuits of this nature and use them :hip:

    Does anyone know of circuits that can vary voltage output according to temperature and one similar to the idea I have regarding to the LED's?

    Thanks in advance,

    Leeum
     
  2. Xiachunyi

    Xiachunyi What's a Dremel?

    Joined:
    3 Nov 2003
    Posts:
    1,404
    Likes Received:
    0
    You can utilize an Op-Amp and the temperature sensor (Voltage drop I am thinking) to obtain an approximate voltage in relation to the temperature.

    For the voltage meter, you can either utilize one of those VU meter ICs or build your own from comparators -- you can utilize Op-Amps to do fullswings with a resistor adjustment.
     
  3. ch424

    ch424 Design Warrior

    Joined:
    26 May 2004
    Posts:
    3,112
    Likes Received:
    41
    You could modify the 555 PWM circuit that was posted on BiT a while ago (was it cpemma's?) To use a thermister rather than the variable resistor. GCSE examiners love the 555.

    I dunno how you'd do the LEDs with that though -- perhaps a VU display chip attached to the thermister too? It's all about t3h h4x ;)

    ch424
     
  4. cpemma

    cpemma Ecky thump

    Joined:
    27 Nov 2001
    Posts:
    12,328
    Likes Received:
    55
    A 0V-12V range isn't possible from a linear voltage regulator on a 12V supply. Bottom end is usually about 1.25V, top end about 10.5V with a normal regulator, more with a low-drop-out type. Not that there's any need for such a low minimum, most fans won't start & run reliably below 4V.

    I'd go for a good low-drop-out regulator such as the MIC29152. That will get very close to the supply (near 11.9V) and works well with common highish-value thermistors.

    Adding a 10-led bargraph is a standard LM3914 circuit unless you want to complicate things with 10-11 opamps/comparators.

    Very simple really (for a GCSE project), but you could add a kick-start to get the fan running in cold weather and produce an Excel graph of output voltage v temperature. :D

    That single 555 circuit on my site won't do good thermal PWM, the resistance swing on the "potential divider" control needs to be near 0% to near 100% to get the same range of PWM, you wouldn't get that with a thermistor-resistor PD. Could be done with 2 555 chips (or a 556) though, or a few opamps.
     
    Last edited: 21 Sep 2005
  5. Leeum

    Leeum What's a Dremel?

    Joined:
    16 Feb 2004
    Posts:
    2,494
    Likes Received:
    1
    Just what I needed cpemma, cheers dude :thumb:

    Would a 0-5V range be better?
     

Share This Page