Ks0360 Keyestudio Sensor Shield V2 for BBC micro:bit

Your part has a number of problems. Breadboard appears mostly OK (I didn’t check all connections though), but schematic and pcb have issues. First your fzp file is missing the fritzing version attribute which causes this error as of Fritzing 1.0.5 and later:

pressing OK will load the part fine (although it may have problems relating to the missing Fritzing version!)

Breadboard looks fairly good (I only tried the first 10 or so connectors though)

but schematic has problems. The red rectangle indicates there are connectors that are defined in the fzp file that don’t have connectors in the image. You will also see that the wire is connecting in the middle of the pin not the left as it should. That is caused by no terminalId definition in the schematic svg file (assuming it is in the .fzp file which it may not be!) As a result the wire connects in the middle of the pin which is incorrect. Assuming you are using Inkscape for your svg editor, the easiest way to get a correct schematic is to use Randy’s Inkscape Fritzing schematic extension (which is listed in my tutorial below.)

PCB also has missing connections and should probably be suppressed as not useful as the headers will prevent it being mounted on a pcb.

These two tutorials (which you may have already seen as they get posted regularly!) should tell you how to correct the problems, you are fairly close now.

I lately learned there aren’t links to the videos in Old_Grey’s tutorial so you need to do a google search for the title and then they come up on YouTube.

If you run in to problems feel free to post as we are always willing to help people to make new parts.

Peter