Coder Social home page Coder Social logo

raspberry-pi-fan-control's People

Contributors

davidpomerenke avatar vc1492a avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

raspberry-pi-fan-control's Issues

Not an issue, but a question.

Greetings, newer Pi user here.

I'm running Linux 10 (Buster) on a Pi 3B V1.2. In Pi Configuration > Performance there's now an option to enable a fan, the GPIO and temp to trigger the fan. That would be the same (but easier) than writing the script, correct?

From my research, it seems that was added for a three wire fan (Power, Ground, Control); so if I am using standard two wire fans, I would still need to add the transistor, correct?

Second question, any problems running two 5V 0.2amp fans off of the one transistor? If so, what if I run them off of the 3.3V instead?

Not exactly an issue, just a little tip.

GPIO-Pinout-Diagram-2
Excellent idea, however, the transistor is not being used most efficiently. The emitter follower configuration to handle loads dissipates more power by having a greater voltage drop between the collector and the emitter. And connecting its base directly to a RaspberryPi pin you run an extra risk in case of a burnt transistor.
You should saturate it using a configuration like the one shown here (go to "Digital Logic Transistor Switch").
This way:

  • You get total protection by putting an extra (let's say 33kOhm) resistor between the transistor base and the GPIO pin.
  • You've got almost-zero power dissipation on the transistor itself.
  • You source the full 5 volts to the fan (full speed) with no voltage drop on the transistor.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.