Hello everyone here is the BH1750 part (light intensity sensor) library you can download it from
Nandan
Hello everyone here is the BH1750 part (light intensity sensor) library you can download it from
Nandan
A few issues schematic lacks teminalIds and thus connects in the center of the pin rather than the end. The part lacks a label field in the fzp file and thus uses “part” (it should be set to ‘A’ for assembly.) In pcb the hole sizes are a bit too large (0.04in rather than the standard 0.038in for headers.)
As well FritzingCheckPart.py finds a couple of errors (the lack of a layerId in schematic will cause the part to not export as an image.)
Error 69: File
‘svg.schematic.BH1750_27ff8a3c90bc7808d0b01da93474414b_13_schematic.svg.bak’
At line 12
Found a drawing element before a layerId (or no layerId)
Error 18: File
‘part.BH1750_27ff8a3c90bc7808d0b01da93474414b_13.fzp.bak’
Connector connector8terminal is in the fzp file but not the svg file. (typo?)
svg svg.schematic.BH1750_27ff8a3c90bc7808d0b01da93474414b_13_schematic.svg.bak
This tutorial should assist you in fixing these
Peter