oshwabadge2020 / Badge-PCB

Open Hardware Summit 2020 wrist-watch badge
https://hackaday.io/project/168483-open-hardware-summit-2020-badge
Other
20 stars 7 forks source link

Short between 3.3V and SCL on some boards #33

Open mwelling opened 4 years ago

mwelling commented 4 years ago

2 of the 4 prototype units I was sent from Sparkfun had a short from 3.3V to SCL.

After inspecting the PCB layout, Alex noticed that the two nets are nearest under U5.

image

You will see that they directly adjacent and the solder mask is improperly specified for the pads allowing for easier shorts.

I recommend updating U5's pattern and possibly doing thermals on the power pour to avoid manufacturing issues. Couldn't hurt to check the paste apertures as well.

pdp7 commented 4 years ago

Is this fixed with https://github.com/oshwabadge2020/Badge-PCB/commit/0f4dcff1dcd95b07f539cf87d5421f1a353eb1b8 from @acamilo ?

pdp7 commented 4 years ago

@mwelling @acamilo Should I order new PCBs?

pdp7 commented 4 years ago

@nseidle Would you be able to look at the PCBs you received an check if there is short between TP5 to TP7, and TP6 to TP7?

We think the footprint on U5 was wrong. Both the boards I received have I2C bus shorted.

mwelling commented 4 years ago

We can leave this open until we find the source of the shorts.

siddacious commented 4 years ago

probably not useful but I can confirm that VCC/3V and SCL are bridged on my board. I'll pull U5 and order a breakout from work for testing/dev until I can get an updated board

pdp7 commented 4 years ago

hopefully this is resolved with the updated footprint for U5 on Rev1.

I just removed U5 from Rev0 so I could use i2c.

siddacious commented 4 years ago

@pdp7 @mwelling here's a picture of my U5 pads after removal: image I'm near certain that this will be addressed by @acamilo 's fix

pdp7 commented 4 years ago

@acamilo did U5 work on your Rev1?

mwelling commented 4 years ago

Yes it worked, he did the i2c scan yesterday and all of the devices appeared.