https://github.com/galopago/adapter-127-254
5x2 pin 1.27 mm male to to 2.54 mm male adapter PCB
https://github.com/galopago/adapter-127-254
hardware kicad open-hardware open-hardware-electronics pcb
Last synced: 3 months ago
JSON representation
5x2 pin 1.27 mm male to to 2.54 mm male adapter PCB
- Host: GitHub
- URL: https://github.com/galopago/adapter-127-254
- Owner: galopago
- License: cc-by-4.0
- Created: 2020-05-30T05:34:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T19:03:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T02:29:50.146Z (4 months ago)
- Topics: hardware, kicad, open-hardware, open-hardware-electronics, pcb
- Homepage:
- Size: 604 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2x5 pin 1.27 mm male to 2.54 mm male header adapter PCB
This board was created to convert between the "small" J-Link EDU Mini Programmer-Debbuger 1.27 mm pitch connector to a 2.54 mm male header.
*Read this in other languages: [Español](/docs/README.es.md)*

The J-Link EDU Mini sports a 2x5 1.27 mm male connector and includes a female to female 2x5 1.27 mm ribbon cable for target connection.
If for some reason your target doesn't have the same connector (debug pins scattered somewhere on the PCB), or want to connect to a circuit on a breadboard, this PCB will ease the task.
## How to use this repositoryThe PCB was developed in KiCad V5.1, and include some elements that are not merged yet to the main KiCad library repo. To make sure nothing will break on the future, all the KiCad libraries were included as git submodules, so to clone the repo use the _--recursive_ option to get all submodules (about 5 Gb !!).
To setup KiCad to use the downloaded library from the repo instead of the stock that came with the installer, [this post](https://forum.kicad.info/t/library-management-in-kicad-version-5/14636) will give you some lights.
## Directory structure
* The root folder contains KiCad files: project, schematic and PCB.
* library directory (git submodule) contains schematics symbol libraries.
* modules directory (git submodule) contains footprint libraries.
* packages3d directory (git submodule) contains 3D model libraries.
* gerber/single directory contains ready to manufacture files, for a single board.
* gerber/panel_100mmx100mm directory contains ready to manufacture files that fits in a 100mm x 100mm panel (use Vcuts!).
* docs directory some additional info about the project.## License
[](http://creativecommons.org/licenses/by/4.0/)
This is an Open Hardware project and is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).