Modify a switch for use of PoE (Power over Ethernet)
How to make a simple modification to a LAN switch, so it can deliver power via the LAN cable.
Old 100Mbps LAN switches are free nowadays, because most things run on 1Gbps.
They are easy to modify as PoE injector, so when using e.g. multiple security cameras, that only have a 100Mbps connection, it is a good idea to do the following modification.
A 100Mbps LAN only uses 2 of the 4 wire pairs in the LAN cable, so the simplest way to implement PoE is to use the 3rd pair for the positive side of the PoE voltage and the 4th pair for the negative side.
This can be accomplished by adding the following wiring to an existing 100Mbps switch:
LAN cable | pin | signal in switch | PoE supply wiring |
orange/white | 1 | RX+ | |
orange | 2 | RX- | |
green/white | 3 | TX+ | |
blue | 4 | shorted to 5 | Vpos |
blue/white | 5 | shorted to 4 | Vpos |
green | 6 | TX- | |
brown/white | 7 | shorted to 8 | Vneg |
brown | 8 | shorted to 7 | Vneg |
this page is made with Notepad2