POE How does it work, what do I need for multiple Pi's

Hi All,

Trying to understand POE.
I have 3x Pi 4B+ and 2x Pi 5’s, I would like to do away with the plug packs, they take up too many power outlets. Wondered if POE might solve the power problem and remove the need to run the USB-C cables.

Is there a guide or something or does anyone have experience in using multiple Pi’s powered by POE ??

Not sure which hats I need and how to get power onto the ethernet cable. The injectors seem to be single port, multiple injectors would not be a solution.

Anyway, any help will be appreciated.

Cheers
Jim

2 Likes

Hi Jim,

Not Pi’s specifically, but my Uni FYP had a few POE devices.

My main take away was making sure the standards match, there are 24V and 48V versions.

Core has a bunch, some for the 4 and 5 (the POE headers are on opposite sides).

Typically a POE switch would be used for multiple devices - with 5 Pi’s total the 63W might do??

But depends on a few factors.
Or this switch has a lot more power output: Alloy AS2008-P 8 Port Unmanaged PoE Switch (802.3at, 150 Watts) | Buy in Australia | CE09961 | Core Electronics

There might be some good finds on FB Marketplace or similar.

@Liam120347 Thanks for your reply.
I have looked at all the POE Pi Hats and the 2 switches sold by Core Electronics. Also what JBHiFi and Jaycar sell. I have a better understanding now after reading a few guides and documentation.

The first part is to get a POE enabled switch. The DC input for most of these is 52V DC.
The ones JB Hi Fi sells dont seem to come with a power supply according to the web page.
The Alloy AS2008-P from Core is physically too big for the space I have. The Mercusys MS108GP looks promising with 7 ports POE and one uplink.
The Digitech 5 port and 10 port from Jaycar look the better options.

The second part is to get POE Hat’s for all the Pi’s. Most of what Core Electronics has will not fit with what is currently on the Pi’s. Heatsink/fan/NVMe board/AI board. The POE boards that may fit are the ones connected by jumper wires, so they can be mounted anywhere, although their power output is on the low side. These are the boards for Pi 3B & Pi 4B. Waveshare have a board which may work with the Pi 5, has POE power/fan/NVMe adaptor. Would just need a heatsink to sit under it.

So what switch do I buy, how many ports may I eventually need (4 at this time). The cheapest option is the Mercusys from Core Electronics.

Anyway, been an interesting exercise and expanded my knowledge.
Cheers
Jim

Edit: There is an alternative to the Hats, POE splitter. Adds clutter around the Pi but might be the best option if none of the POE boards will fit.

Hey @James46717,

Great discussion so far!

Just to add, when choosing POE hats or splitters, check the voltage and current ratings carefully to ensure stable Pi operation, especially with the Pi 5 which can have higher power spikes. Also, if using splitters, look for ones that provide clean 5V output with low ripple to avoid issues.

For your setup, a small POE switch like the Mercusys combined with quality splitters might actually be the most flexible approach if the hats don’t physically fit your current cooling and NVMe boards.

Finally, remember that running POE over longer cables can cause voltage drop, so keep cables as short as possible or consider switches with higher output voltage standards (802.3at or bt) if you plan longer runs.

Hi @Ryan,

Without test results from the manufacturer or an independant tester it is hard to determine if the POE splitter is any good. Manufacturer stating 5V 2.5A is all good but is it 5.0V or 5.2V or what. We know the Pi likes to have about 5.2V.

*** Buyer Beware: ***
It is worth noting not all splitters are created equal. Adafruit lists one that only does 100mbps, another is switchable 5/9/12V and 10/100mbps only. They can have Micro USB or USB-C or 2.1 DC barrel jack (12V). The UCTRONICS USB-C / Micro USB seems to be the best. But the claim of 3A seems a little high to me for such a small case.

Really only one way to see if these will work, buy and test. But waste of money it they don’t.

I think the Pi 5 set up for me is Waveshare POE Hat, Pimoroni NVMe Base
(goes under Pi), NVMe Base Case, Header to lift POE hat above Official Pi 5 cooler board, and of course a NVMe memory board. The Pimoroni NVMe Base allows all sizes of NVMe memory boards.
Raising the height means the case cover would no longer fit. But no probs, will use 3D printer to make a larger cover.

As to Pi 4B+ and Pi 3B+ unsure what to do at this stage, will keep checking. The Mercusys POE switch would do the job nicely. 7 POE ports, 1 normal port. Although the Jaycar Digitech version has 8 POE ports, and 2 normal ports, but almost twice the price.

Regards
Jim
.

1 Like

Hey @James46717,

Excellent points made, looks like you have a solid setup! It seems like your chosen case and components should handle the extra heat well.

I also agree that info on splitters can be hard to find or verify, but thankfully, forums like this can be a great resource to share real-world experience and help others avoid costly guesswork.

Best of luck with your project.

Purchased the following 3 items from Core Electronics, also a 5 port switch from Jaycar (4 ports POE), to test on Pi 5, Pi 4B+, and Pi 3B+.

Pi 5 Testing:
Purchased a Pimoroni NVMe Base for the Pi 5. The POE board mounts on header extensions allowing the Official cooler board to be used. (see pic)

BUT, telling the Pi to shutdown does not leave the Pi in shutdown mode; after a second or two it powers up again. This could be very annoying; the Pi will be on all the time so not really an issue for now with want I want to do.

Pi 4B+ Testing:
The UCTRONICS board with the fan can be installed very close to the processor, low profile leaves it lower than the ethernet and USB connections. BUT if you want other hats installed you will need to use header extensions and a heatsink on the processor. Interestingly this one will remain in shutdown mode, quite impressed with this UCTRONIC board.

Both boards worked very well with POE power.


I came across a Jeff Geerling video where he reviews some POE boards. He mentions the need for an isolation transformer on the POE board and suggests not to use boards that dont use an isolation transformer. One board he tested the manufacturer stated to remove 3 heatsink fins from the official cooler board to allow the POE board to fit. (really !!!). Another board left components touching each other when fitted to a Pi. The boards I purchased do not have isolation transformers.

I am in two minds about the need to use isolation transformers. The POE voltage is about 48V and would kill a Pi if it was somehow connected to the 5V rail; but then the POE boards are basically switch mode power supplies which should have normal protection. Hard to tell without a schematic though. We will see after the Pi 5 & Pi4B+ have been running for a while.

For now it has been pretty easy and removes the need for two plug packs in my situation.

Regards
Jim