Mysterious Short?

I created a new part, but for some totally mysterious reason, two of the pins are “shorting” and I cannot figure out why. I have gone through the pin assignments many times (more than twice for each view – I more than double checked them). For some reason Fritzing believes pin1 and pin16 are connected together, at least in the Schematic view.

I uploaded the parts file to
http://files.deepsoft.com/Other/TTGO-T7%20V1.3.fzpz

You have a bus specified in the .fzp file which will internally connect pins 6 11 and 21.

part.DeepwoodsSoftware_86d31c7ab1add9dfdf9d51ebe796bb6b_2.fzp

   <buses>
    <bus id="gnd">
     <nodeMember connectorId="connector6"/>
     <nodeMember connectorId="connector11"/>
     <nodeMember connectorId="connector21"/>
    </bus>
   </buses>

It may have been left over from the part that you cloned this from and just needs to be removed (or corrected if it is needed!)

Peter

1 Like