[kicad-users] Re: Single layer PCB ... bridges on top layer

2007-12-17 Thread axtz4
--- In kicad-users@yahoogroups.com, newskyperhh [EMAIL PROTECTED]
wrote:

 I want to make a single layer PCB with only one copper site. So i must
 make manually bridges on component side.
 
 But I can't make any pad's or continuous bonding / interlayer
 connection  for bridges.

Just make a track on the component side using the normal method, which
will create a via for you. The size of a via can be adjusted using the
 Dimensions | Tracks and Vias menu item, and it can be made large
enough to give a good pad size for soldering the jumper wires.

There are some limitations to this, since jumpers made with insulated
wire can cross whereas real track can not.



Re: [kicad-users] Re: Single layer PCB ... bridges on top layer

2007-12-17 Thread Dan Andersson
On Monday 17 December 2007 13:09:49 axtz4 wrote:
 --- In kicad-users@yahoogroups.com, newskyperhh [EMAIL PROTECTED]

 wrote:
  I want to make a single layer PCB with only one copper site. So i must
  make manually bridges on component side.
 
  But I can't make any pad's or continuous bonding / interlayer
  connection  for bridges.

 Just make a track on the component side using the normal method, which
 will create a via for you. The size of a via can be adjusted using the
  Dimensions | Tracks and Vias menu item, and it can be made large
 enough to give a good pad size for soldering the jumper wires.

 There are some limitations to this, since jumpers made with insulated
 wire can cross whereas real track can not.




Why so much fuzz about this?

Just make the single layer PCB as a normal two layer but use the component 
side layer as your jumpers.


Dan, M0DFI


[kicad-users] Re: Single layer PCB ... bridges on top layer

2007-12-17 Thread Brian
I face the same problem. I often make one off PCBs which would be 
uneconomical to sent to a fab house. Adding Zero ohm resistors is an 
option but as mentioned, you have to add them to the schematic and 
sometimes remove them as well while working on a PCB layout.

There is also the problem of needing many different footprint lengths 
between pads for the different link lengths.

I've done it in the past by making a double sided design with the 
links on one side and the tracks on the other but it causes problems 
with via holes and pads for the links to connect to.

Perhaps an option to drop pads instead of vias could be added. That 
way the double sided method could still be used and the netlist would 
be correct but a pad to solder the link to would be present.

Brian.


--- In kicad-users@yahoogroups.com, newskyperhh [EMAIL PROTECTED] 
wrote:

 Yes, sure ... but, so i must change my schematic.
 It isn't possible to change the layer, place a pad or something else
 and have no trouble by ERC check.
 
 LG
 
 Bo
 
 --- In kicad-users@yahoogroups.com, KeepItSimpleStupid
 keepitsimplestupid@ wrote:
 
  Will 0 ohm resistors work? or Components Like Jx for Jumper 
Jumper x.
   e.g. J1?
  
  --- In kicad-users@yahoogroups.com, newskyperhh boris.fiedler@
  wrote:
  
   Hello.
   
   I want to make a single layer PCB with only one copper site. So 
i must
   make manually bridges on component side.
   
   But I can't make any pad's or continuous bonding / interlayer
   connection  for bridges.
   
   I hope anybody can help.
   
   Thank You,
   
   Boris
  
 





[kicad-users] Re: Single layer PCB ... bridges on top layer

2007-12-17 Thread ernie_m_57
It may be a little silly at first, but put the jumpers into your 
schematic (which documents them too), then define the jumper 
footprint as two thru holes. I'm not sure but you might be able to 
use the same module for all the jumpers of different lenght (if you 
can edit the pad spacings).



--- In kicad-users@yahoogroups.com, KeepItSimpleStupid 
[EMAIL PROTECTED] wrote:

 Will 0 ohm resistors work? or Components Like Jx for Jumper Jumper 
x.
  e.g. J1?
 
 --- In kicad-users@yahoogroups.com, newskyperhh boris.fiedler@
 wrote:
 
  Hello.
  
  I want to make a single layer PCB with only one copper site. So i 
must
  make manually bridges on component side.
  
  But I can't make any pad's or continuous bonding / interlayer
  connection  for bridges.
  
  I hope anybody can help.
  
  Thank You,
  
  Boris
 





Re: [kicad-users] Single layer PCB ... bridges on top layer

2007-12-17 Thread Mauro Antivero
Ok, I have the same problem a year a go.

Is really simple (sorry for my english, I'm from Argentina and I don't
manage the lenguage very well).

When you want to put a bridge in a single layer board you can use the
via tool. Simple put a via (this put you in the component layer), move
in the direction you want and place a via again (this return you to the
cooper layer).

Then, yo make the bridges visible in the component mask I put a line
whit the place line tool, previously selected the component mask layer.

I have a couple of circuits done that way, if you need an example just
tell me and I give you my files.

I hope that this help you.

Good bye and good look!


[kicad-users] Re: Single layer PCB ... bridges on top layer

2007-12-17 Thread ahuitzot
--- In kicad-users@yahoogroups.com, newskyperhh [EMAIL PROTECTED]
wrote:

 Yes, sure ... but, so i must change my schematic.
 It isn't possible to change the layer, place a pad or something else
 and have no trouble by ERC check.
 
 LG
 
 Bo
 

In the same vein is it possible to put arbitrary VIAs on the boards? 
I need them for connecting thermal pads through layers.  In Eagle, I
would just add VIAs to the board and assign them to the appropriate
net.  It seems that this is not possible in Kicad.  The ability to add
arbitrary vias (without routing traces) would solve both of these
issues at once.  Maybe merging the module editor and the PCB editor
would facilitate this?  Reason being, the module editor allows you to
add pads, and the PCB editor does not...

Combing pcbnew with the module editor may also allow one to create
small 'pcb modules' where you have a common design (say a switching
power supply) that you could put in a module, and 'stamp' it on each
board you need one on, already pre-done.  On the schematic it would
show up like a hierarchical sheet...  Ahh yes, lets bring modular
design to PCB design! :)

The same would have to be done with the library editor and eeschema to
get that to work of course...

I don't know anything about the internals of kicad, nor am I a C++
programmer, else I would volunteer to do it myself.  

I think this is a feature that would bring quite a few people over to
the platform.  It would definitely save time for people.  I know it
would for me, as I always have at least one small switching PSU on all
my designs, and avoiding having to redo it every time (or cut and
paste it and reannotate everything) would save quite a bit of time.

Any possibility of this being a feature in the future? (the VIA thing,
sorry about getting off on a tangent!)

Thanks,
Mike





[kicad-users] Re: Single layer PCB ... bridges on top layer

2007-12-17 Thread daystar1013
Brian,
I have found a PCB house that specializes in one of a kind PCB, its 
an all notouch/online process. The price for a single two sided board 
( I have made boards up to 8.5 X 4 inches) is under $100 USA. Three 
boards are still under $100.
You register online and then you can submit your gerber files and 
drill files for automatic file verification in a standard zip file. 
You associate layers with files in a web form and then verify the 
hole count/size for plated through holes and wait for verification. 
All you need to do then is give them a credit card number and in four 
working days your board(s) will ship.
The link is http://www.protoexpress.com
Kicad files go through the verification process easily with two 
exceptions, make sure your board edge is 0.010 and DO NOT mirror 
your drill file. When you create the NC drill file the default option 
is to mirror the Y axis, Proto express expects all the files to be 
non-mirrored.
I have made six boards here and everyone worked as designed out of 
the box.

Carl
--- In kicad-users@yahoogroups.com, Brian [EMAIL PROTECTED] wrote:

 I face the same problem. I often make one off PCBs which would be 
 uneconomical to sent to a fab house. Adding Zero ohm resistors is 
an 
 option but as mentioned, you have to add them to the schematic and 
 sometimes remove them as well while working on a PCB layout.
 
 There is also the problem of needing many different footprint 
lengths 
 between pads for the different link lengths.
 
 I've done it in the past by making a double sided design with the 
 links on one side and the tracks on the other but it causes 
problems 
 with via holes and pads for the links to connect to.
 
 Perhaps an option to drop pads instead of vias could be added. That 
 way the double sided method could still be used and the netlist 
would 
 be correct but a pad to solder the link to would be present.
 
 Brian.
 
 
 --- In kicad-users@yahoogroups.com, newskyperhh boris.fiedler@ 
 wrote:
 
  Yes, sure ... but, so i must change my schematic.
  It isn't possible to change the layer, place a pad or something 
else
  and have no trouble by ERC check.
  
  LG
  
  Bo
  
  --- In kicad-users@yahoogroups.com, KeepItSimpleStupid
  keepitsimplestupid@ wrote:
  
   Will 0 ohm resistors work? or Components Like Jx for Jumper 
 Jumper x.
e.g. J1?
   
   --- In kicad-users@yahoogroups.com, newskyperhh 
boris.fiedler@
   wrote:
   
Hello.

I want to make a single layer PCB with only one copper site. 
So 
 i must
make manually bridges on component side.

But I can't make any pad's or continuous bonding / interlayer
connection  for bridges.

I hope anybody can help.

Thank You,

Boris
   
  
 





[kicad-users] Feature? Invisible wire segments

2007-12-17 Thread KeepIt SimpleStupid

While servicing a piece of equipment they used a
interesting construct which I will call an Invisible
wire segment .

If there happened to be a connection on say the top
left-hand corner of the schematicPCB to the say,
connected to a component in the lower left hand corner
of the schematic they would draw a line segment with
an arrow at both locations pointing at the other
location.

All that was required for the user was to align a
ruler to find the other corresponding mark.  This
reduced clutter in the schematic.

This could by menu choice be shown as a dotted line
between the arrows pointing toward each other.

It might be worth considering, might not.



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping


[kicad-users] Hello.

2007-12-17 Thread Mauro Antivero
I think that I have a problem with my mail client.

Are my mails arriving to this list? Please answer me.


Re: [kicad-users] Hello.

2007-12-17 Thread Lisandro Damián Nicanor Pérez Meyer
El Lunes 17 Diciembre 2007, Mauro Antivero escribió:
 I think that I have a problem with my mail client.

 Are my mails arriving to this list? Please answer me.

Yes they are

-- 
The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself.  Therefore all
progress depends on the unreasonable man.
  George Bernard Shaw

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
#bblug irc.freenode.net


signature.asc
Description: This is a digitally signed message part.


[kicad-users] Re: Single layer PCB ... bridges on top layer

2007-12-17 Thread Brian
Thanks for the information Carl.

Unfortunately, my one off boards are usually non-commercial 
prototypes, either for my own use as a hobbyist or for publication in 
hobby electronics magazines. I have to pay for them myself and cannot 
sell them on so spending anything more than the cost of photo 
sensitive blanks and some chemicals is out of the question. Besides, 
I'm in the UK and the four day turn around is irrelevant when the 
postal service hold imported packages for up to a week while they 
check for terrorist devices - and then charge an extra $10 for 
releasing it to the addressee!

Brian.

--- In kicad-users@yahoogroups.com, daystar1013 [EMAIL PROTECTED] wrote:

 Brian,
 I have found a PCB house that specializes in one of a kind PCB, its 
 an all notouch/online process. The price for a single two sided 
board 
 ( I have made boards up to 8.5 X 4 inches) is under $100 USA. Three 
 boards are still under $100.
 You register online and then you can submit your gerber files and 
 drill files for automatic file verification in a standard zip file. 
 You associate layers with files in a web form and then verify the 
 hole count/size for plated through holes and wait for verification. 
 All you need to do then is give them a credit card number and in 
four 
 working days your board(s) will ship.
 The link is http://www.protoexpress.com
 Kicad files go through the verification process easily with two 
 exceptions, make sure your board edge is 0.010 and DO NOT mirror 
 your drill file. When you create the NC drill file the default 
option 
 is to mirror the Y axis, Proto express expects all the files to be 
 non-mirrored.
 I have made six boards here and everyone worked as designed out of 
 the box.
 
 Carl
 --- In kicad-users@yahoogroups.com, Brian batctrashcan@ wrote:
 
  I face the same problem. I often make one off PCBs which would 
be 
  uneconomical to sent to a fab house. Adding Zero ohm resistors is 
 an 
  option but as mentioned, you have to add them to the schematic 
and 
  sometimes remove them as well while working on a PCB layout.
  
  There is also the problem of needing many different footprint 
 lengths 
  between pads for the different link lengths.
  
  I've done it in the past by making a double sided design with the 
  links on one side and the tracks on the other but it causes 
 problems 
  with via holes and pads for the links to connect to.
  
  Perhaps an option to drop pads instead of vias could be added. 
That 
  way the double sided method could still be used and the netlist 
 would 
  be correct but a pad to solder the link to would be present.
  
  Brian.
  
  
  --- In kicad-users@yahoogroups.com, newskyperhh 
boris.fiedler@ 
  wrote:
  
   Yes, sure ... but, so i must change my schematic.
   It isn't possible to change the layer, place a pad or something 
 else
   and have no trouble by ERC check.
   
   LG
   
   Bo
   
   --- In kicad-users@yahoogroups.com, KeepItSimpleStupid
   keepitsimplestupid@ wrote:
   
Will 0 ohm resistors work? or Components Like Jx for Jumper 
  Jumper x.
 e.g. J1?

--- In kicad-users@yahoogroups.com, newskyperhh 
 boris.fiedler@
wrote:

 Hello.
 
 I want to make a single layer PCB with only one copper 
site. 
 So 
  i must
 make manually bridges on component side.
 
 But I can't make any pad's or continuous bonding / 
interlayer
 connection  for bridges.
 
 I hope anybody can help.
 
 Thank You,
 
 Boris