Monday 2 February 2015

pcb - Non Plated Through Holes in Eagle



I am thinking about a project that has need for various different complicated wiring connections. I would like to make a single board that would make it as easy as possible to make arbitrary connections between signals. My thought is something like this:


Matrix


By putting the signals in a configuration such that they all cross every signal from the opposite side at some point, then I can use the vias to make connections by soldering a thin piece of wire in the appropriate hole.


I made this image in Eagle to demonstrate my point, but vias will not work, because they will be always connected all of the time. What I want is the copper on top and bottom but not in the through hole part. Is this possible to do in Eagle? Can most fab houses deal with things like this (I generally use ITead)?


In my final design it will be much larger than this (64 in - 64 out).




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...