Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiaspl/2aae142c42d6998c27c3b62ef40c4483 to your computer and use it in GitHub Desktop.
Save matiaspl/2aae142c42d6998c27c3b62ef40c4483 to your computer and use it in GitHub Desktop.

This device has a design flaw which - if you're not careful enough - might lead to ethertnet socket popping out of the board and taking solder pads along on a bad day. And on a good day you might end up with partially working socket because only a smaller part of the socket will lose contact with the board - power but no link, link but no power, etc.

The bad thing is that the PCB is a multi layered one and you can't really see where the traces go. The good thing however is everyone uses a more or less reference design for ethernet sockets with isolation transformers. And it's easy to figure out what goes where if you know where to look (so I did).

The board utilizes an isolation transfermer U15 (Yuan Dean Scientific 15FB-10BNL) which includes four differential line isolation in a single package (IN and OUT sockets). The IN socket goes to pins 19, 21 (tx) and 22, 24 (rx). OUT socket uses 16, 18 (tx) and 13, 15 (rx). PoE for the input socket goes to the lower bridge rectifier BR2 (Vishay DF01S).

The fix:

  1. Use good polymer glue to fix the socket to the PCB!
  2. Use jumper wire to join the socket, transformer and bridge together acording to the picture
  3. Presto! You have your socket working.
@OLEGsandrMB
Copy link

Can you post the picture with connections please.
I have the same issue.

@OLEGsandrMB
Copy link

Blackmagic_Smart_Control_ETH

@matiaspl
Copy link
Author

bmd videohub hardware panel PoE pinout_LI (2)

@matiaspl
Copy link
Author

matiaspl commented Apr 15, 2022

Reference designs: https://e2e.ti.com/support/interface-group/interface/f/interface-forum/593809/dp83848k-about-external-isolation-transformer-common-mode-choke-on-phy-side-or-cable-side

=>There is a Common Mode Choke on "Cable" side.

image

Next for POE, according to "TIDA-00207"(TI design),
www.tij.co.jp/.../tidu515a.pdf

=>There is a Common Mode Choke on "PHY" side.

image

@OhmF
Copy link

OhmF commented Sep 13, 2022

is there an overlay for the wiring to socket J4?

@matiaspl
Copy link
Author

Should be something like this, if my memory and notes serve me right:
image

@OhmF
Copy link

OhmF commented Nov 29, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment