<Usual disclaimers about breaking your pi etc. apply>
I have just completed a successful hack to use this PoE module:
http://uk.farnell.com/infomart-it-solut ... dp/1902521
to power my pi direct from a Netgear FS108P PoE Ethernet switch
I could have replaced the Ethernet socket on the pi with a magjack PoE replacement such as:
http://uk.farnell.com/stewart-connector ... dp/1901301
but I fancied a challenge. It turns out to be possible to disassemble the Ethernet socket on the pi, to replace the quadpack 75ohm resistor with 2 0603 75ohm and to bring out two wires from the mid points of the TX and RX transformers. Hook these into the PoE module and Viola! working PoE.
Photos and further details available on request.
-
- Posts: 4
- Joined: Wed Nov 27, 2013 9:07 pm
-
- Posts: 1
- Joined: Wed Jan 01, 2014 8:09 pm
Re: A DIY PoE solution
It would be great to see the details of your hack.
Re: A DIY PoE solution
I would also like to see some more details on your modifications. Photos would be a great start 

Re: A DIY PoE solution
Many thanks for sharing this.
Me as well really would like to get the pictures and additional docu/guidance.
Could you please provide it as offered in your post.
If you prefer PM you can send it to 'thirsch "at" benelog "dot" com'
Me as well really would like to get the pictures and additional docu/guidance.
Could you please provide it as offered in your post.
If you prefer PM you can send it to 'thirsch "at" benelog "dot" com'
-
- Posts: 4
- Joined: Wed Nov 27, 2013 9:07 pm
Re: A DIY PoE solution
Hello,
Sorry for the delay in responding to the requests, and thanks for all the interest. I've now done two of these and they are both happily in use.
This will definitely void your warranty. I chose to implement a Mode-A solution, with the PoE distributed as DC on top of the signalling pairs. The key here is that the standard Ethernet connector does not include the taps required to take off the PoE connections at the transformer mid-points, however these nodes are available inside the Ethernet connector. Some disassembly, tweaking and re-assembly is all that is required.
(in-case stripping and re-building the Ethernet socket is not quite your cup of tea can I recommend removing the old socket and replacing it with the MagJack PoE socket linked in my original email - probably best mounted on it's back and patched into the Rx/Tx pairs).
1) desolder and remove the Ethernet connector
2) remove the shielding shell from the connector
3) prize apart the 2 halves of the plastic chassis 4) locate the quad pack 75ohm terminating resistor and remove
5) fit 2 75ohm 0603 resistors to the righthand most pairs of pads
6) attach some hookup wire to the lefthand most pads 7) trim the plastic chassis and metal shield to provide a path for the hookup wire out of the socket
8) reassemble the socket 9) refit to the board
10) wire the hookup wires to the PoE module, and the output of the PoE module to the +5v and Gnd nets of the PI - a good place is at at C6.
Schematic to follow.
Sorry for the delay in responding to the requests, and thanks for all the interest. I've now done two of these and they are both happily in use.
This will definitely void your warranty. I chose to implement a Mode-A solution, with the PoE distributed as DC on top of the signalling pairs. The key here is that the standard Ethernet connector does not include the taps required to take off the PoE connections at the transformer mid-points, however these nodes are available inside the Ethernet connector. Some disassembly, tweaking and re-assembly is all that is required.
(in-case stripping and re-building the Ethernet socket is not quite your cup of tea can I recommend removing the old socket and replacing it with the MagJack PoE socket linked in my original email - probably best mounted on it's back and patched into the Rx/Tx pairs).
1) desolder and remove the Ethernet connector
2) remove the shielding shell from the connector
3) prize apart the 2 halves of the plastic chassis 4) locate the quad pack 75ohm terminating resistor and remove
5) fit 2 75ohm 0603 resistors to the righthand most pairs of pads
6) attach some hookup wire to the lefthand most pads 7) trim the plastic chassis and metal shield to provide a path for the hookup wire out of the socket
8) reassemble the socket 9) refit to the board
10) wire the hookup wires to the PoE module, and the output of the PoE module to the +5v and Gnd nets of the PI - a good place is at at C6.
Schematic to follow.
-
- Posts: 4
- Joined: Wed Nov 27, 2013 9:07 pm
Re: A DIY PoE solution
Here is a [very] rough schematic of the modification made to the Ethernet socket
-
- Posts: 4
- Joined: Wed Nov 27, 2013 9:07 pm
Re: A DIY PoE solution
It occurred that a picture of the PoE mod working might help inspire any of you who are thinking of trying this:
This is a PI that is going into a very tight spot, hence the HDMI and audio connectors have been removed. The PoE module is the black circuit board sitting on top. I could't think of a better way to mount it so I just cyno'd it onto the processor
This is a PI that is going into a very tight spot, hence the HDMI and audio connectors have been removed. The PoE module is the black circuit board sitting on top. I could't think of a better way to mount it so I just cyno'd it onto the processor

Re: A DIY PoE solution
you mean RCA + Audio removedFriendtoGeoff wrote:... hence the HDMI and audio connectors have been removed. The PoE module is the black circuit board sitting on top. I could't think of a better way to mount it so I just cyno'd it onto the processor
and why did you not power via the GPIO then you could of sat the board on the GPIO

but nice work
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
Re: A DIY PoE solution
Nice, wish the foundation did this on all Raspberries but directly without transforming and we'd make 5V switches!
https://github.com/tinspin/rupy - A tiny Java async HTTP application server.
-
- Posts: 31
- Joined: Wed Oct 22, 2014 4:03 am
Re: A DIY PoE solution
I have 14 rpis+cameras running on PoE DIY. I use an ATX power supply and a 24V supply. They break down as follows:
Short: 16ft 5V direct
Long: 100ft 24V stepped down by dc-dc converter
The 24V worked for a while and then died on a couple. I think the power supply wasn't providing enough current so I ran 24AWG directly with 12V and stepped down to 5V and it works.
Short: 16ft 5V direct
Long: 100ft 24V stepped down by dc-dc converter
The 24V worked for a while and then died on a couple. I think the power supply wasn't providing enough current so I ran 24AWG directly with 12V and stepped down to 5V and it works.
-
- Posts: 2
- Joined: Thu Dec 22, 2016 1:08 am
Re: A DIY PoE solution
Ha, I also made a document about PoE Splitter used in Raspberry Pi. All by myself ! Very proud....
Emmm, I am not professional, so if there is any mistakes, please let me know ~~~ https://drive.google.com/open?id=0B87o5 ... 1pUSElYS0U

-
- Posts: 2
- Joined: Thu Dec 22, 2016 1:08 am
Re: A DIY PoE solution
It is easy. Just find a PoE Splitter with DC48V input and DC5V output.