Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PIC Micro Fan Controller - Fail Safe Circuit

Status
Not open for further replies.

SparkyChris1976

Newbie level 4
Joined
Apr 19, 2012
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Portsmouth, UK
Activity points
1,326
Hi All,

This is my first visit to the forums, so aplogies if this is in the wrong place!

I have designed a basic PWM fan controller based on a PIC micro-controller and a temperature sensor, which is all working ok:shock:
I would like to add some kind of fail safe circuit that would force the fans to full speed in the event of the PIC crashing and the PWM signal dissapearing , but I am stumped for how I might do this....I would be greatful if anyone has any ideas on how I might do this?

Thanks,
chris
 

dear what do you means by crashing, if it means that PIC OFF, then you can add a transistor circuit that is OFF through PIC and when PIC got fail then it automatically turn ON, basic transistor switch circuit will do this.
 
dear what do you means by crashing, if it means that PIC OFF, then you can add a transistor circuit that is OFF through PIC and when PIC got fail then it automatically turn ON, basic transistor switch circuit will do this.

Thanks for the reply, what I mean by 'crash' is any event that results in the PIC not providing a PWM signal, so the PIC could still be powered up but not running.
The controller should always maintain a minimum output, therefore a PWM signal should always be present.
It seems to me that I need a way of detecting when the PWM signal stops and applying a fixed, alternative PWM signal (failsafe). Its operation must be independent of the PIC, otherwise its not a fail safe mechanism.

.
 

I think you need a "watchdog" timer circuit that monitors the PWM output. It can either reset the PIC or drive the fan full-ON if the PWM disappears, or both.

Ken
 

What about a missing pulse detector? If the PWM pulse train stops the output of the detector will switch, you can then use that signal for the fail safe function. You can do it with a 555 check this link about 3/4 the way down the page.

**broken link removed**
 
What about a missing pulse detector? If the PWM pulse train stops the output of the detector will switch, you can then use that signal for the fail safe function. You can do it with a 555 check this link about 3/4 the way down the page.

**broken link removed**

Thanks for the link, that looks like it might be anlong the right lines.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top