Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 619 Bytes

README.MD

File metadata and controls

21 lines (14 loc) · 619 Bytes

breezy

A simple RPI fan controller

What you need

  • Raspberry Pi
  • 5v fan
  • NPN Transistor
  • Some cables

Physical installation

You will need a 5v fan and a NPN Transistor. Basically you will want to connect to one 5v pin of the PI, one ground pin and one GPIO pin of your choice. Wire everything following these instructions.

Software installation

  1. > git clone
  2. > pip3 install -r requirements.txt
  3. Edit your config.yml using the reference config.yml.dist file.
  4. >python3 breezy.py &