Sorry for the late reply, I have been busy. Over all a good part but a few improvements. Most of the problem is a lack of termnalIds in schematic. Your current part looks like this:
note the wires connect to the middle of the pin (no terminalId defined) and the right and left pins are offset 0.05in from the grid (for the same reason!) Here is the schematic from my improved part which corrects these issues:
note schematic is slightly smaller than your original to get it to fit the grid correctly. As well breadboard and schematic svgs lack layerIds. That results in the part not exporting as an image (i.e a pdf, png, jpg etc.) Here is a list of all the things I changed in your original part:
bb
no layerId, wrong scale, pins don’t start at 0.
ungroup rescale
move connectors to the bottom of the svg renumber
schematic
no layerId wrong scale, origin not 0 0, pins mis aligned, incorrect colors and fontsize.
Replace with a schematic generated by Inkscape extension which will require a renumbering in breadboard.
I created the new schematic with this Inkscape extension:
pcb
silkscreen is not a group which it needs to be.
Renumber the pads to start at connector0 and end in pad to match schematic (needs changes to .fzp file)
fzp file
renumber the pins, remove the bus definition.
most of them make no visual or operational change, they just make the part conform to the parts standards. Here is the part with the above changes in it (I didn’t change the moduleId so you will need to delete your current part to be able to load this one!) Hope it helps. If anything isn’t clear feel free to ask.
JDY-23 Bluetooth LE Module-improved.fzpz (8.9 KB)
Peter