I am developing on an ESP32 board (wemos lolin32), and have had the need to connect the “ESP32 Prog” external debugger a few times now.
I find it tedious to manually connect individual pins with jumpers, and I would like design a “motherboard” that the esp32 plugs into, which provides a convenient plug for the 10-pin JTAG connector, among other connections for the sensors and other devices I am using in my project.
The ESP Prog board comes with 2 connectors for JTAG debugging: a 5x2 0.1" pitch, and a finer pitch version of the connector. But the cables that come with the board are only for the smaller pitch connectors (10-pin debug and 6-pin programming). I am wondering if this smaller connector has a part name/number that I can use in fritzing.
Image courtesy of sparkfun:
See bottom rightmost connector
I have tried searching for the part but I only see the parts which appear to be the full size 0.1" header. Also there appear to be many duplicated identical parts: 2 of them are labeled “Header 5x2” and 4 of them are labeled “AVR 10-pin ICSP Header”. Is there a library or part I can import that would provide this?
Lastly does anyone know if there are even any ESP32 boards that come with this connector already provided?