1

There seem to be jumpers to connect POE into the RaspberryPi. I have a case with two little fans which are meant to connect to the GPIO. I think they could be connected to the pins of the POE but I would like to know if this is likely to cause problems. I don't want to use POE.

Mjp
  • 13
  • 3

2 Answers2

1

POE voltage range is 37 to 57 V. Unless your fans support such high voltages, there's no point in connecting them there.

If you don't connect your Pi to a POE source, then there will be no substantial voltage on the POE header, and the fans will also not work.

Dmitry Grigoryev
  • 28,277
  • 6
  • 54
  • 147
1

The PoE "implementation" on RPi (3B+ & 4B) is a bit of a sham IMHO. I say this because the necessary hardware is not included.

As a practical matter, wrt powering your fans you would need to do a fair amount of work to use the power. POE is governed by a rather complex group of standards and specifications. Delivery of power to the RPi's terminals would need to be negotiated with the upstream POE provider. Strictly as a personal viewpoint, requiring a "HAT" to use POE on a Raspberry Pi strikes me as some type of a joke - but personal viewpoints aside, in your case I'd opine there are better and easier (certainly less expensive) methods to power a fan.

If you want a more practical way to power your fan, this question has been asked and answered here, and in a variety of blog posts - for example.

If this doesn't fully address your question, please let us know.

Seamus
  • 23,558
  • 5
  • 42
  • 83