Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Soicbite | 154 | 2 years ago | 1 | bsd-2-clause | GLSL | |||||
A compact PCB footprint which allows SOIC test clips to be used as a space-efficient programming and debugging connector | ||||||||||
Tdcs | 39 | 5 years ago | other | GLSL | ||||||
Open tDCS: tDCS Regulation Circuits - Open Source Hardware | ||||||||||
Bbctrl Pcb | 36 | a year ago | other | GLSL | ||||||
Buildbotics CNC, 3D printer and other machine controller | ||||||||||
Pcb Footprints | 4 | 2 years ago | 3 | GLSL | ||||||
Backup of my pcb footprints library | ||||||||||
Footprinttextforpcb | 3 | a year ago | 1 | gpl-2.0 | GLSL | |||||
A utility for generating silkscreen text as line elements for use in gEDA PCB footprints. | ||||||||||
Arduino Templates Gaf | 2 | 6 years ago | GLSL | |||||||
Geda_footprints | 1 | 8 years ago | 5 | GLSL | ||||||
The collection of custom gEDA footprints for PCB Desginer. | ||||||||||
Patchrap | 1 | 3 years ago | other | GLSL | ||||||
'PatchPanel' for RepRap 3D printers to replace PCB terminal blocks with RJ45 jacks. |
A compact PCB footprint which allows SOIC test clips to be used as a space-efficient programming and debugging connector
This is the repository for a hackaday.io project on this connector footprint.
It's cheaper than a Tag Connect and may even be smaller.
This has been tested as a SPI programmer on AVRs and a UART programmer on ESP32. The footprints are available as a Kicad mod footprint file under downloads. I'll put them on Github at some point too. If anyone converts them to Eagle or other EDA footprint formats, I'll happily add them here.
You do need to adjust your SOIC-8 test clip so that it will close enough to press the contact pins against the PCB pads. See the photos in the images folder - about 1mm will do to start with. Depending on your pin configuration, you need to make sure opposing contacts don't touch each other when no PCB is between them.
Also, you may need to use short sections of thin traces to escape the pads between the NPTH.
If you don't know where to start, here are a few suggestions for pin assignments of some interfaces:
Pin | UART | SPI | SWIM | SWD | ESP8266 | USB | I2C | PIC ICSP |
---|---|---|---|---|---|---|---|---|
1 | Vcc | Vcc | Vcc | Vcc | Vcc | Vcc | Vcc | Vcc |
2 | RX2 | CS | GPIO0 | D- | Vpp | |||
3 | TX2 | GPIO2 | D+ | |||||
4 | GND | GND | GND | GND | GND | GND | GND | GND |
5 | RX | MOSI/MOMI | SWIM | SWDIO | RX | SDA | DAT | |
6 | TX | MISO | SWO | TX | AUX | |||
7 | CTS | SCK/CLK | SWCLK | CH_PD | SCL | CLK | ||
8 | RTS | RST | NRST | NRST | RST | ID |