Python Forum
If/ Or if/ temp controlled fan.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
If/ Or if/ temp controlled fan.
#6
You need something like this: https://python-forum.io/Thread-Relay-swi...6#pid31756
Temperature has the behavior, that it's changing slowly the value.

With the wrong implementation you can destroy the relay. In the case when it's switching on-off in a very short time, the whole time, at some point the relay will stop working. I know from real life a case, where a company implemented the temperature control with a relay to control a heater for Plastic (high power consumption). They tried really to implement PWM with a relay :-D The whole building burned.

A much better approach is, to control your small fan with a PWM module, called H-Bridge. You can drive your fan faster, when the temperature is higher and slower, when it's getting colder. I'm using this for our radar systems to control the DC-Drive: https://photos.app.goo.gl/iZ2KqBI3jrMnCP2c2

You can buy it here for example: https://www.sparkfun.com/products/9457
But you'll find it in other shops also.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
If/ Or if/ temp controlled fan. - by clueless - Dec-24-2017, 03:58 PM
RE: If/ Or if/ temp controlled fan. - by squenson - Dec-24-2017, 04:30 PM
RE: If/ Or if/ temp controlled fan. - by clueless - Dec-24-2017, 05:20 PM
RE: If/ Or if/ temp controlled fan. - by bogo10 - Dec-24-2017, 06:36 PM
RE: If/ Or if/ temp controlled fan. - by clueless - Dec-24-2017, 07:03 PM
RE: If/ Or if/ temp controlled fan. - by DeaD_EyE - Dec-25-2017, 03:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Deleting Windows temp folder Raysz 7 520 Apr-02-2024, 12:36 PM
Last Post: Raysz
  Print controlled with global-var fmr300 3 1,474 Feb-05-2022, 03:09 PM
Last Post: fmr300
  pyspark creating temp files in /tmp folder aliyesami 1 5,091 Oct-16-2021, 05:15 PM
Last Post: aliyesami
  Help with storing temp data for each day then recording min/max in app. trthskr4 3 2,455 Sep-10-2021, 10:51 PM
Last Post: trthskr4
  How to save Matplot chart to temp file? Morkus 2 4,578 Jun-12-2021, 10:52 AM
Last Post: Morkus
  Get system info from PI (cpu load and temp) korenron 2 2,117 Aug-04-2019, 08:45 AM
Last Post: korenron
  temp analysis Simba 13 5,946 Apr-25-2019, 09:13 PM
Last Post: Simba
  Temp folder creation ste1605 7 5,331 Oct-03-2018, 10:39 AM
Last Post: buran
  Problem with remove Temp Files karlo_ds 1 3,175 Oct-26-2017, 11:42 PM
Last Post: wavic
  How to create a value system with a temp/humidity sensor? Tacoon 2 3,458 Feb-13-2017, 03:11 PM
Last Post: Tacoon

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020