pycom / footprints

7 stars 5 forks source link

Fix LoPy4 symbol #1

Closed ayoy closed 6 years ago

ayoy commented 6 years ago

LoRa chip pins were off by one. I also fixed the direction of other pins, as per commit summary. And I added .gitignore because as I'm actively using your library it generates some auxiliary files.

I also have some more fine-grained, pretty accurately measured footprint of the LoPy4, unfinished yet, but so far looking like this:

screen shot 2018-01-19 at 16 01 45

Let me know if you'd be interested in including it in your library and if so, I'll finish it and submit a separate PR.

ep1cman commented 6 years ago

Hi, Thanks for this! in regards to your footprints it would be very interesting to see how they compare, my measurements are based off of the gerber files for the pycom boards.

ayoy commented 6 years ago

Oh, I see. Well, I measured the board with a calliper, to be honest :) but as far as pins are concerned, they fit a 2.54mm grid so it's a no-brainer, but (at least for the LoPy with headers) the actual board is wider than what's currently in the library - it expands to the outer pin edges, not their centres. Perhaps it's hair-splitting though :)

ep1cman commented 6 years ago

thats a good point actually, I can fix this when I get a chance or if you would like to that would be awesome.

ayoy commented 6 years ago

Sure, I'll let you know once I have it sorted out.