2 Speed Fan Controller

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
For those who don't like large heatsinks, this fan controller is a good choice.
It is well explained here: Two Speed Temperature Fan PWM Controller - Electronic Circuit Schematics
I slightly changed the circuit to use dual sensors and dual fans, and to be fed from a 24VDC input.
I need support to draw a decent PCB layout!:crazy: Is alex mm around?
Cheers,
Max.
 

Attachments

  • DSC00292.JPG
    DSC00292.JPG
    112.4 KB · Views: 1,239
  • DSC00293.JPG
    DSC00293.JPG
    105.7 KB · Views: 1,159
  • DSC00294.JPG
    DSC00294.JPG
    81.2 KB · Views: 1,107
  • DSC00295.JPG
    DSC00295.JPG
    107.1 KB · Views: 1,061
  • FanControl-PCB.jpg
    FanControl-PCB.jpg
    40.9 KB · Views: 1,045
  • FanControlPCB-componentes.jpg
    FanControlPCB-componentes.jpg
    38.1 KB · Views: 561
  • 2speedthermofancontroller_1250021666.jpg
    2speedthermofancontroller_1250021666.jpg
    32.9 KB · Views: 850
I've inserted a diode in series with opamp output, and then a capacitor from +12V.
It works fine, thanks. It is good to cleanup dirt!
I've also inserted two LEDs, between T3 and T4 collectors and +12V, in order to monitor controller's state. Yellow for mid speed, and red for full speed. So, during power-on, red LED is lit!
Thanks!
Regards,
Max.
 
I designed my own little SMPS with a pot to control the speed.
I used a PIC micro with a PID technique.
It required very few components.

Class D, PIC... I see you are very skilled.
As you can see, counter-clockwise I only make use of quite simple stuff.
Due to knowledge limitations, of course. But there is way to learn. It would be nice to see your schematics and builds.
Regards,
Max.
 
Class D, PIC... I see you are very skilled.
As you can see, counter-clockwise I only make use of quite simple stuff.
Due to knowledge limitations, of course. But there is way to learn. It would be nice to see your schematics and builds.
Regards,
Max.

The schematics are very basic. Just a PIC driving a MOSFET with the output voltage potentially divided back into a PIC analogue port A2D converter.
The clever bit is the software in the PIC doing the SMPS.
I worked for a PIC consultancy for 13 years so know my way around the PICs.

If you can get away with a 555 timer then great.
 
My brother, who is an EE in Texas, USA, has presented me with a PIC programmer and a thick book to read. I just neeeeed to start.
As a very good computer programmer in the past, maybe I can climb this mountain...

I was originally a Z80 assembly programmer.
I was a bit horrified at the PICs when I first started using them after the Z80. However the PICs are cheap and have loads of options for interfacing.

I have a wealth of old PIC projects to draw on if I need to. Its easier than starting from scratch.
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.