nk25719 / KiCad-esp32-6leds-2switches-1pj-circuit

In this repo I am practicing KICAD. Created an ESP32 DevKit V1 module and a PCB footprint. I designed a circuit around this ESP32 consisting of six lamps, four switches, and two power jacks and added a voltage regulater to Vin to maintain a supply of +5V. (This project was originally made of two switches and 1 power jack and was named homeWork2.)
0 stars 1 forks source link

Possible Grid Problem with ESP32 Symbol #14

Closed ForrestErickson closed 5 months ago

ForrestErickson commented 5 months ago

Pins may not be on 0.050 grid. Place the pin number text avoiding lines.

Example where the flag could not be placed. image

nk25719 commented 5 months ago

The ESP32 symbol was initially created on Grid 0.0050 in (0.127 mm).

As of 20240428, the ESP32 symbol has been edited and is now on Grid 0.0500 in (1.2700 mm).

image

In the screenshot of the updated ESP32 symbol, we can see the library name and file name displayed to the left of the ESP32, and the grid selection shown to the right of the ESP32.

ForrestErickson commented 5 months ago

Good work. I feel vindicated warning of the nightmare of non standard grids.