Close
0%
0%

PoE for Pi

802.3af power-over-Ethernet adapter for Raspberry Pi

Similar projects worth following
@Ohm_Boy on Twitter wants a Raspberry Pi PoE adapter. Seems like that ought to be reasonably straightforward.

TI has a more or less all-in-one solution in the TPS23753A. That chip is a 802.3at PoE device controller combined with a DC-DC flyback converter controller.

I've decided to go for gigabit Ethernet compatibility. That means insuring that the magnetics modules are gigabit compatible. It also means using a quad magnetics module with center taps. The center taps on the primaries are grouped into two pairs - the 12 and 36 center tap are one pair, and the 54 and 78 center tap are the other pair. Each pair feeds into a diode rectifier bridge, and the outputs of each are tied together to form the input into the chip.

This solution works even in the case of PoE injection just using the "spare" pairs as the voltage feed. In that case, no differential signal would come through the transformer, but the center taps would still carry the voltage. The rectifiers insure that any variance in polarity between the pairs is accounted for.

The controller will be configured for 5v out, and can supply up to 13 watts - plenty for a Raspberry Pi. It'll come out to the power pins of a USB A jack.

  • Enter the Pi 3B+

    Nick Sayer03/23/2018 at 18:58 0 comments

    This project is still fairly dormant, but the 3B+ has given it a little kick in the pants.

    The 3B+ includes a 2x2 .1" header on the board that (ostensibly) has the center taps for the four magnetics. You just pass each pin through an AC pin on two bridge rectifiers that have common + and - outputs and there's your 48 VDC power input (there's more to it - you need to properly engage the 802.3af protocol to actually get that 48 VDC, but that's the job of the TPS23753A, of course).

    The 5 volt output would be fed back to the Pi on the GPIO header (the same way Pi Power does it today), so the whole thing winds up being a Pi Hat.

    To be fair, the Pi Foundation has already announced that this will be A Thing very soon, so there isn't a huge amount of point to continuing on, other than learning something and/or the typical "because it can be done" hacker mentality.

  • Different chip choice

    Nick Sayer03/06/2016 at 19:16 0 comments

    Turns out the TPS23753A is a better chip choice. It's an 802.3at PoE controller combined with a flyback DC-DC controller. It's exactly what we need.

    Still TBD is the physical form factor. At the moment, I'm considering a fully externalized design. Two RJ-45 jacks are the Ethernet+power input and Ethernet data output, and a USB-A jack is the output power. You'd use a short CAT 5 cable to go from the data jack to the Raspberry Pi, and a short USB A to µB cable to power the Pi.

    But another way to do it would be to make a Pi Hat form factor board. It would have the two RJ-45 jacks, with the data jack positioned to be directly above the Raspberry Pi Ethernet port, so a very short cable could go from one to the other. The output power could be fed directly to the GPIO +5 pins, just as with Pi Power.

  • PoE Zero

    Nick Sayer03/05/2016 at 19:14 0 comments

    I couldn't help brainstorming this a little today. I don't think there's a market for it, but in principle, you could make a PoE power splitter combined with a USB Ethernet interface and terminate the whole thing with an OTG jack. The result would be a PoE Pi Zero adapter.

    The problem with this idea is that the thing would probably cost at least four times as much as a Pi Zero.

  • Coming together

    Nick Sayer03/05/2016 at 17:14 0 comments

    This schematic over at ON Semi answered one question about the design: how to pass the Ethernet signaling on to the device. The secondary side of the magnetics goes directly on to the output RJ45.

    Most of the schematics for PoE adapters out there also show flyback power supplies rather than buck converters. They're more complicated, but they are better isolated, and the spec does call for isolation, so maybe that's the way to go. The good news is that flyback converters can run just fine on DC. In fact, when they're used in cheap wall warts, the incoming AC is usually just directly rectified and the flyback transformer provides the requisite galvanic isolation along with an optoisolator for feedback.

View all 4 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates