1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-30 01:09:47 +03:00

ants: 80% antenna and adaptation of CAM script for various antenna sizes

- ants/meander.fpd: added 80% antenna
- ants/cam/pcb.pl: parametrized PCB size
- ants/cam/pcb.pl: defined PCB sizes for the various antenna sizes
This commit is contained in:
Werner Almesberger 2010-11-26 12:23:03 -03:00
parent 83d216244c
commit 404a0eea04
2 changed files with 18 additions and 3 deletions

View File

@ -43,18 +43,32 @@ sub pcb
{
&cut(
&mil( 0), &mil( 0),
&mil( 680), &mil( 0),
&mil( 680), &mil( 490),
&mil( $W), &mil( 0),
&mil( $W), &mil( 490),
&mil( 0), &mil( 490),
&mil( 0), &mil( 0));
}
#
# board width
#
# antenna factor width (mil)
#
# 80% 530
# 90% 565
# 100% 605
# 110% 640
# 120% 680
#
$W = 565;
$z = -0.8; # full thickness of board
# x: corner offset, compensation for rotation, array position
# y: corner offet
&orig(20*0+3, 15*2+23);
&orig(20*2+3, 15*2+23);
$r = $d/2-0.1; # compensate deflection of board
&pcb;

View File

@ -94,6 +94,7 @@ set tail = 0mm
table
{ size }
{ 80 }
{ 90 }
{ 100 }
{ 110 }