Category: hardware



the creeper bot


a video review of a DIY remote controled car using an arduino.

more info here


 


openwrt router as wireless client bridge – procedure
1. flash the router with openwrt firmware (kamikaze version in my case)
2. config the hardware to connect to an existing router as a wireless client bridge
3. connect the wired hardware to the client bridge

information links:
to flash the openwrt

flashing a linksys wrt45gl with openwrt (kamikaze) – tftp method

http://wiki.openwrt.org/oldwiki/OpenWrtDocs/Hardware/Linksys/WRT54GL

to config the router as wireless client bridge

http://wiki.openwrt.org/doc/recipes/bridgedclient

http://oldwiki.openwrt.org/OpenWrtDocs%282f%29Kamikaze%282f%29ClientMode.html

http://wiki.openwrt.org/doc/howto/clientmode

http://wiki.openwrt.org/doc/uci/wireless

outcome:
as a test run i’m currently watching “assassin’s” through the network (1.4GB avi DVDRiP 480p over a G wireless
network). streaming is fine. Going to test a matroska later on.

matroska update: the streaming of a 720p mkv is a bit more slugish, but still watchable as far as i see. some speed
testing are needed i guess.


Instructions:

0) install a telnet and a tftp client (pacman -S tftp-hpa and pacman -S inetutils)

i) download openwrt image (*.bin)

ii) power down the router

iii) conect a linux PC to a LAN port of router

iv) set your ip to 192.168.1.2

ifconfig eth0:1 192.168.1.2 netmask 255.255.255.0

v) order your tftp client to begin pushing the firmware to the router (once every second for 60 seconds). issue the following commands:

tftp 192.168.1.1
binary
rexmt 1
timeout 60
trace
Packet tracing on.
tftp> put openwrt-xxx-x.x-xxx.bin

vi) power up the router. if all goes well the router will start the boot and will open to receive the new firmware.
vii) wait a few minutes. the router will reboot once the flashing is complete.
viii) reset ETH0 to “regular” mode

ifconfig eth0:1 down

ix) telnet to router and set root password

telnet 192.168.1.1
#passwd (then type new root pass)

x) if you wish you may ssh the router at this point

<pre>ssh -l root 192.168.1.1

or you may go to the webgui to finish the configuration (point browser to 192.168.1.1)

 

for extra info check:

http://oldwiki.openwrt.org/OpenWrtDocs%282f%29Installing%282f%29TFTP.html

http://wiki.openwrt.org/toh/linksys/wrt54gl


I was installing a package from aur today (with yaourt), when i ran out of space in my /tmp partition. the computer is a 901 eee-pc runnig arch linux. the /tmp partition as only 60MB in size so its prone to kind of situation i guess. what it happened was that i ran out of space while building the package.

to solve the problem decided to manually build the package. the solution was to copy the entire yaourt tmp dir (/tmp/yaourt***something) to my home dir and continue the process from there with the command:

$makepkg PKGBUILD

this step will build a compressed package *.pkg.tar.xz.

to install simply did (as root):

#pacman -U package_name.pkg.tar.xz

more info on pkgbuild here


aqui fica uma ferramenta bastante util para quem quer seguir os desenvolvimentos do openmoko: o openmoko world agregator (trata-se de um pipe da yahoo)

“O “cano” agrega as fontes, busca pela palavra openmoko tanto no título como no corpo, filtra os repetidos pelo título, ordena pela data de publicação, e publica.”

creditos para o vasco névoa pelo trabalho.

Categorias do Technorati ,

Samsung d600 and Linux


Este post servirá para juntar informação sobre este telemovel da samsung e a sua integração com linux. infelizmente a samsung ignora completamente este SO pelo que a ajuda só poderá vir da comunidade (rant, rant, rant)…

post 1:

A beautiful friendship? Linux and Samsung SGH-D600

Alex Günsche · May 30, 2006

This article is from the website of the discontinued ServerSite project. As it is often found via search engines and it is much linked across the web, I decided to post it here again.

And now for something completely different: I managed to synchronize my Samsung SGH-D600 mobile phone with my Linux machine. I know there are many people who also want that, and I still haven’t found any useful resources on other websites. So I’m trying to outline here how to get the SGH-D600 to talk to Linux.

A brief history of my efforts: First, I tried to “detect” and mount the Phone’s internal memory. Samsung delivers a software package in order to do so, but that cr*p only runs on Windows. It doesn’t behave like a usual USB device; although it was detected as such by my system. So I tried to run Samsungs “PC Studio” with wine. I spent some hours until I gave up, totally upset and angry.

So I decided to spend some more money and get a microSD card, in order to have an additional reason to hate Samsung and their “What-is-that-Linux-you’re-talking-about”-attitude. It was detected directly as I put it into my SGH-D600, and the phone suggested to format it, which I allowed to happen. After that, I set the data transfer type to “Mass storage” (Settings -> Phone settings -> USB settings). Then I plugged it into my PC, and the phone said “USB now in use.” (It did that before, too; so I still wasn’t expecting too much.)

But then, I got the following (slightly adapted to fit layout):

# tail -n 20 /var/log/messages
usb 3-2: new full speed USB device using ohci_hcd and address 3
usb 3-2: configuration #3 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
Vendor: Model: Rev:
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sda: 1983495 512-byte hdwr sectors (1016 MB)
sda: Write Protect is off
sda: Mode Sense: 00 6a 00 00
sda: assuming drive cache: write through
SCSI device sda: 1983495 512-byte hdwr sectors (1016 MB)
sda: Write Protect is off
sda: Mode Sense: 00 6a 00 00
sda: assuming drive cache: write through
sda: sda1
sd 0:0:0:0: Attached scsi removable disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
usb-storage: device scan complete
scsi.agent[11755]: disk at /devices/pci0000:00/0000:00:03.1/usb3/3-2/3-2:3.0/host0/target0:0:0/0:0:0:0

So the card actually was detected, whereas before my machine was barely able to detect some sort of storage device.
First, I tried to mount /dev/sda1, but all I got was some subdirectories with names consisting of but weird characters. So I unmounted it and mounted /dev/sda, and – behold! – I got a list of folders like “Images”, “Video”, “Music” etc.

Now I had to test if it would accept me changing the contents: I put one of my favourite albums into the “Music” folder and unmounted. Unmounting took very long, so I think the actual writing was performed there. Then I started the mp3 player integrated with the SGH-D600, and I got my favourite sound coming out of my cell phone. :-D

I hope this encourages Linux users with the Samsung SGH-D600 to give it a try, too. What you need, are a few things: (1) a microSD (a.k.aTransflash) Card, (2) the (afaik always included) USB cable, and (3) a Linux kernel with support for plenty of USB and SCSI stuff. Especially important is the ohci support and “Probe all LUNs”, but they should be active on recent distros anyway. (Note: the device can also appear as /dev/sdb or somoething different. Check your /dev directory and /var/log/messages.)

Try out and have fun.

***********************************************************


A pretty good tutorial for begginers (http://www.ladyada.net/learn/metertut/voltage.html)

********************************************************************************************

What is voltage?

So what is voltage anyhow? Well, its a pretty abstract term but a lot of people like to use the term “potential energy” which is that thing you heard about in high school physics and then forgot immediately.

Some people like to draw an analogy to water to describe voltage. A water pump is like a voltage supply (also known as a battery).
The pump pushes water through a hydraulic system, and the voltage supply pushes electrons through an electronic system.
The higher the rated pressure of the pump, the more ‘work’ the water can do.
Likewise, the higher the voltage the more ‘work’ (Watts) the electrons can do.

Voltage is used to provide power (via a battery or wall plug) and its also used as a way of transmitting data. For example, music is recorded from a microphone as an analog voltage signal, if that voltage waveform is applied to a speaker the voltage performs the work of making air move and produces sound.
Voltage is also used to in digital circuits to talk back and forth in binary, usually 5V or 3.3V is a “1” and 0V is a “0”, by alternating the 1’s and 0’s millions of times a second, data can be moved around rather quickly.

AC/DC

Not just an 80’s hair metal band! Voltage comes in two flavors (yum): Alternating Current (AC) and Direct Current (DC). Here is a quick tour of the differences.

Direct current voltage is what comes out of batteries. The battery is at 9V, and it pretty much keeps that voltage constant, until it dies. The chemical reactions inside the battery creates DC voltage.
Electronic circuits really like DC voltage.

Alternating current voltage is what comes out of the wall. The generator at the US power plant creates a voltage that oscillates, going from -60V to 0 to +60V to 0 again, 60 times a second. At the European power plant its -120V to +120V at 50 times a second.
AC voltage is great for power plants because its easy to transform AC voltages (using a transformer) up to 50KV for long distance travel and then down to 240V or 120V to safely power your home. Those big honking grey things that you see next to buildings that hum are the huge transformers.
Motors (like your washing machine and refrigerator compressor pump) like running off of AC voltage.

You can turn AC voltage into DC voltage very easily by using a very small transformer to bring the 120V down to a reasonable level like say 16VAC and rectifier. This is basically what’s inside a wall wart plug or your laptop power supply.
Its much harder to turn DC into AC, you will need an inverter which are more expensive than transformers/rectifiers.

Batteries only supply DC voltage and wall plugs only supply AC voltage. However, it is totally possible to have both AC and DC voltage at a certain point:
If an AC voltage is oscillating between -60V and +60V it has 120V AC and 0V DC because the average voltage of -60V and +60V is 0V.
If an AC voltage is oscilating between 0V and 120V then it has 120V AC and 60V DC because the average voltage of 0V and 120V is 60V.

In the above oscilloscope image, the dashed horizontal line in the center is ground (0V) and each dashed division is 5V. The scope is displaying a signal that has both AC and DC components. There is an alternating voltage (a square wave) that is about 4V high at about 100Hz and a DC (mean average) voltage that is around 7V. Use the dashed divisions to verify for yourself that this is so.

What is voltage testing good for?

Voltage testing is very common, you’ll use it a lot

  • Test if your power supply is working, are you getting 5V out of that 7805 regulator?
  • Verify that your circuit is getting enough power: when all of the blinky lights are on, is the power supply drooping too low?
  • Verify signals to and from chips to make sure they are what you expect once the circuit is up and running
  • Testing batteries, solar cells, wall plugs, and power outlets (carefully!)
  • With a current sense resistor you can perform current testing on a project without possibly damaging your meter.

Remember!

You can only test voltage when the ciruit is powered If there is no voltage coming in (power supply) then there will be no voltage in the circuit to test! It must be plugged in (even if it doesn’t seem to be working)

Voltage is always measured between two points There is no way to measure voltage with only one probe, it is like trying to check continuity with only one probe. You must have two probes in the circuit. If you are told to test at a point or read the voltage at this or that location what it really means is that you should put the negative (reference, ground, black) probe at ground (which you must determine by a schematic or somewhere else in the instructions) and the positive (red) probe at the point you would like to measure.

If you’re getting odd readings, use a reference voltage (even a 9V battery is a reasonable one) to check your voltage readings. Old meter batteries and wonky meters are the bane of your existence but they will eventually strike! Good places to take reference voltages are regulated wall plugs such as those for cell phones. Two meters might also be good 🙂

Voltage is directional If you measure a battery with the red/positive probe on the black/negative contact and the black probe on the positive contact you will read a negative voltage. If you are reading a negative voltage in your ciruit and you’re nearly positive (ha!) that this cannot be, then make sure you are putting the black probe on the reference voltage (usually ground)

DC voltage and AC voltage are very different Make sure you are testing the right kind of voltage. This may require pressing a mode button or changing the dial.

Unless otherwise indicated, assume DC voltages

Get into the right mode

There are often two seperate modes for AC and DC voltage. Both will have a V but one will have two lines, one dashed and one solid (DC) and one with have a wave next to it (AC).

This meter has the double line for DC voltage, and 5 ranges, from 200mV to 600V. The lightning bolt symbol is a gentle reminder that this voltage is extremely dangerous.

There is also the V-wave symbol for AC, and two ranges since most AC voltages that are measured are power voltages and are pretty big. (For small AC waveforms, a scope is best since you will be able to see the waveform itself)

This autoranging meter makes it pretty clear which mode you want to be in

This ranged meter has 5 ranges, the top range is 750 VAC or 1000 VDC, to switch between DC and AC you need to press the DC/AC button on the upper right.

When the probes are not connected to anything, they should display 0V. They might flicker a bit if they pick up ambient voltage (your home is a big radiator of 60Hz voltage which can couple into your meter probes).

Example 1: Testing batteries

Testing batteries is a super useful skill and is one of the best ways to practice with your multimeter

The first battery we’ll test is a new 1.5V alkaline. This one is a AAA but a AA, C or D cell will be the same voltage. Set the range to 2V DC .

We read 1.588V, which you may think is a mistake, after all its a 1.5V battery so shouldn’t it be 1.5V? Not quite, the 1.5V written on the side is just a nominal voltage, or the “average” you may expect from the battery.In reality, an alkaline battery starts out higher, and then slowly drifts down to 1.3V and then finally to 1.0V and even lower. Check out this graph from Duracell’s page about alkaline battery voltage

Using this graph you can easy tell how fresh your battery is and how long you can expect it to last.

Next, we measure a 9V alkaline battery. If we still have the range set to 2VDC we will get a mysterious “1. ” display, indicating is it over-range.

Fix the range so that it’s 20V, and try again.

For this new battery we get 9.6V. Remember that battery voltage is nominal, which means that the “9V” is just the average voltage of the battery. In reality, it starts out as high as 9.5V and then drops down to 9 and then slowly drifts to 7V. You can check out the discharge curve in the Duracell 9V datasheet

If we want to check a rechargeable AA battery, and it’s set to a 20VDC range, we will read 1.3V, which is about what a fully charged NiMH battery will measure.

If we fix the range so it’s 2VDC, we can get an extra digit of precision. This meter probably isnt more than 0.5% accurate so the precision may not mean much.

Finally, I test a lithium 3V coin cell, its at 2.7V which means it’s getting near the end of it’s life.

Example 2: Testing wall wart (adapter) plugs

Testing wall adapters is also very handy, especially when you build your own circuits.

The first kind we will test is a transformer-based adapter.

 

 

 

 


This photo has notes. Move your mouse over the photo to see them.

<a href=”http://www.flickr.com/photo_zoom.gne?id=1280805698&size=l”><img src=”../../images/metertutorial/wartdetail.jpg” width=286 height=340></a> Note that the label says Transformer, its also blocky and heavy which indicates a transformer as well. It requires 120VAC input, US power only. The nominal output is 9VDC at 300mA. The polarity symbol shows that the middle is positive, the outside is negative, thus we place the ground (black) probe on the outside and the positive (red) probe on the inside.

Yow! 14V? That’s not anything like the 9V on the package, is this a broken wall wart? Turns out, its totally normal. Transformer-based wall adaptors are (almost always) unregulated, which means that the output is not guaranteed to be a particular value, only that it will be at least what is printed on the box. For example, with this adapter it means that when drawing 300mA, the voltage is guaranteed to be higher than 9V.

Since the output is unregulated, the voltage supplied will droop as more current is pulled from it, which means that open-circuit (connected to nothing) the measured output can be as high as 14V. Glitchbuster has a long page that describes this.

Next, lets check out a Switch-mode adapter

Notice that it’s not square, its much thinner and although you cant feel it, its quite light for its size: There is no big honking transformer inside!

 

 

 

 


This photo has notes. Move your mouse over the photo to see them.

<a href=”http://www.flickr.com/photo_zoom.gne?id=1280805810&size=l”><img src=”../../images/metertutorial/smpsdetail.jpg” width=190 height=257></a>

Note that it says Switching (not Transformer) on the label, and you can input US or European power. Like the transformer adapter, it is center-positive polarity.

 

Switch-mode wall adapters are regulated which means that the output doesn’t droop from open-circuit to full load. Its not an ultra-high quality supply, the voltage is 12.2V which is less than 5% error. Still, its much better than the transformer’s 50% error!

Lastly, we’ll test a 9VAC adaptor, which outputs AC voltage instead of DC. Basically this means that there’s still a transformer inside, but no rectifier. This is also an unregulated supply

Note that is is similar to the transformer-based DC supply we checked out first

 

 

 

 


This photo has notes. Move your mouse over the photo to see them.

<a href=”http://www.flickr.com/photo_zoom.gne?id=1282113408&size=l”><img src=”../../images/metertutorial/9vactransdetail.jpg” width=304 height=363></a>

Note again that the label says transformer. It requires 120VAC input, US power only. The nominal output is 9VAC at 300mA. The output is indicated twice, once at the top “AC/AC” and then again in the output designator “9V AC”
There is no polarity because AC adaptors are not polarized: AC power oscillates between positive and negative voltages.

We test the output, but get 0V! That’s when we remember that the multimeter has to be in AC voltage mode.

Switching over to AC, we get a good reading, 10.5VAC. This is an unregulated supply so again we are going to get a voltage higher than 9V.

 

Example 3: Testing Wall output

This is the ‘easiest’ test, just shove the two probes into a wall socket. If you’re clumsy and think you’ll somehow electrocute yourself, don’t do this. Many people freak out about this test, but ironically it’s what the multimeter was designed to do.

About 120V, as expected

Bonus Example: Testing a circuit with AC and DC

If you’re trying to measure something that is just DC or just AC its very easy, just get into the right mode and measure away! The hardest thing to do is measure a circuit with both AC and DC voltages.

For example, here is a few attempts to measure the VCO output of a x0xb0x as seen in the oscilloscope output shown here (its the same one from above

The DC portion is the easy part to measure, most multimeters just average out the input measurement

We read 6.75V DC, which is about right.

However, when trying to measure AC, this multimeter gives us a seemingly random number. (Maybe the DC voltage * 2 ?)

The Extech meter reads 1.65V

The Wavetek does the same

The lesson? You can’t depend on your multimeter to measure AC voltages when there is a DC component!


 ==Phrack Inc.==

               Volume 0x0b, Issue 0x3c, Phile #0x0d of 0x10

|=-----------------=[ Low Cost and Portable GPS Jammer ]=----------------=|
|=-----------------------------------------------------------------------=|
|=---------------=[ anonymous <p60_0d@author.phrack.org ]=---------------=|

--[ Contents

  1 - Project Overview

  2 - Why?

  3 - Technical Description
    3.1 - Phase Locked Loop
    3.2 - Noise Generator
    3.3 - RF Amplifiers
    3.4 - Voltage Regulation
    3.5 - Antenna

  4 - Construction Notes
    4.1 - Component Purchasing
    4.2 - Layout

  5 - Operation

  6 - References

  Appendix A: Links to Datasheets

  Appendix B: Schematic Diagram - gps_jammer.ps.gz (uuencoded)

--[ 1 - Project Overview

  A low cost device to temporarily disable the reception of the civilian
course acquisition (C/A) code used for the standard positioning service
(SPS)[1] on the Global Positioning System (GPS/NAVSTAR) L1 frequency of
1575.42 MHz.

  This is accomplished by transmitting a narrowband Gaussian noise signal,
with a deviation of +/- 1.023 MHz, on the L1 GPS frequency itself.  This
technique is a little more complicated than a simple continuous wave (CW)
jammer, but tends to be more effective (i.e. harder to filter) against
spread spectrum based radio receivers.

  This device will have no effect on the precise positioning service (PPS)
which is transmitted on the GPS L2 frequency of 1227.6 MHz and little
effect on the P-code which is also carried on the L1 frequency.  There may
be a problem if your particular GPS receiver needs to acquire the P(Y)-code
through the C/A-code before proper operation.

  This device will also not work against the new upcoming GPS L5 frequency
of 1176.45 MHz or the Russian GLONASS or European Galileo systems.  It can
be adapted to jam the new civilian C/A-code signal which is going to also
be transmitted on the GPS L2 frequency.

  That said, it will work against the majority of consumer/OEM GPS
receivers, provided they are not setup in any advanced anti-jam
configuration.

---[ 2 - Why?

  The onslaught of cheap GPS based navigation (or hidden tracking devices)
over the past few years has made it necessary for the typical citizen to
take up the fine art of electronic warfare.

  Several companies[2] now sell "hidden" GPS based tracking devices which
mount inside or underneath your vehicle.  Some transmit the coordinates,
via cellular phone, of your vehicle's present and/or past locations for
weeks at a time without battery changes or court orders!

  Vehicle rental companies have been known to use GPS tracking devices to
verify you don't speed or abuse their rental vehicles.  The unsuspecting
renter is often faced with these hidden abuse "fees" after returning the
rental vehicle.

  Law enforcement agencies are dumb enough to keep track of house arrest
prisoners with simple GPS based tracking bracelets[3].  Some even use GPS
for automatic vehicle location (AVL) on their squad cars to allow the
dispatchers to send in the closest unit to a particular call or to know an
officer's location in case of an emergency situation where they can't use
their radio.

  Cellular phone companies, trucking companies, private investigators,
toll-roads, aircraft, those "protect your child" systems and many more
services are all fully involved with the use of GPS based tracking.  The
problem is, do you really want everyone to know where you are?

---[ 3 - Technical Description

  This will be a brief description of each of the major sections which
compromise the entire jammer device.  Refer to the included schematic
diagram (Appendix B) as you read along.  You should also refer to the
component's datasheets for even more detailed information.

---[ 3.1 - Phase Locked Loop

  The jammer's main oscillator components consist of a Motorola MC145151
phase-locked loop (PLL) frequency synthesizer chip, a Micronetics M3500-
1324S voltage controlled oscillator (VCO) module and a Fijitsu MB506 divide
-by-256 prescaler chip.

  The VCO feeds a portion of its radio frequency (RF) output signal into
the prescaler chip, where it is divided by 256.  A 1575 MHz signal would be
turned into a 6.15234375 MHz signal.  This is then fed into one side of the
PLL chip.

  The other side of the PLL is fed with a reference frequency which is
derived from a 10 MHz quartz crystal.  This crystal reference frequency is
divided down 512 times by the PLL to reach 19531.25 Hz.  The 6.15234375
MHz prescaler output frequency is also further divided down 315 times by
the PLL chip for a final frequency of 19531.25 Hz.  This will be the new
PLL internal reference frequency.  That big bad 1575 MHz microwave signal
now looks like a simple audio frequency to the PLL chip and the supporting
components.

  The PLL chip internally compares the phase of the 19531.25 Hz VCO side
signal to the phase of the 19531.25 Hz crystal side signal.  The PLL chip
outputs high or low voltage pulses depending on whether the crystal signal
is leading or lagging in phase with the VCO signal.  These pulses are then
filtered and dampened into a pure DC control signal via a simple passive
loop filter.  This cleaned up signal is then connected to the VCO's voltage
tune control input.

  When everything is working properly, the VCO's output frequency is locked
to whatever frequency you programmed into the PLL chip, 1575 MHz in this
case.  It will stay on that frequency even through dramatic temperature
changes, a problem that a non-PLL VCO would have.  If the PLL is not
working properly, the red "PLL Unlock" LED will be lit.

  Due to a quirk with using low cost, easy to obtain components, you'll
need to tweak two loading capacitors on the reference crystal.  This is
unusual, but necessary to move the signal from the default 1575 MHz to
the more appropriate 1575.42 MHz (+/- a few hundred Hertz).  This is a very
important and delicate procedure, and you'll need a frequency counter to
accomplish it.

---[ 3.2 - Noise Generator

  The actual noise generator of the jammer is very simple.  A 6.8 Volt
Zener diode is first biased, buffered and amplified by a single 2N3904
transistor.  This single Zener diode is capable of generating broadband
noise signals from audio frequencies up to over 100 MHz.  We then filter
this noise signal down to something more practical and something which the
VCO module can actually respond too.  This is done via the LM386 audio
amplifier chip.  The LM386 both amplifies and low pass filters the final
noise signal.  The final LM386 output signal will have enough overhead if
you need to adapt it for a wideband noise jammer.

  This low frequency noise signal is fed, via a 100 Ohm potentiometer, to
a simple resistor/capacitor network where it's mixed with the VCO voltage
tune control signal (described above).  The single 1N4148 diode is to
prevent any negative voltage pulses from reaching the VCO.

  This mixing results in a new "noisy" voltage tune control signal feeding
the VCO.  The resulting RF signal looks like random noise dancing around
the center 1575.42 MHz RF carrier.  You'll need to set the deviation of
this noise to approximately +/- 1.023 MHz from the 1575.42 MHz RF carrier.
Access to a spectrum analyzer is required to do this properly, or you can
use an oscilloscope and the included test point voltages to get an
approximate setup.

---[ 3.3 - RF Amplifiers

  The VCO's +7 dBm (5 milliwatts) RF output is first slightly attenuated
(4 dB) and tapped for the MB506 prescaler input.  It then passes through to
the RF amplifier stages and band pass filter.

  The first RF amplifier is a Sirenza Microdevices SGA-6289.  It provides
about 13 dB of gain to overcome the losses from the resistive attenuation
pad.  It also shows a good 50 Ohm termination for the VCO RF output and
even helps to drive the final RF amplifier.

  The GPS band pass filter is a 2-pole Toko 4DFA-1575B-12 ceramic
dielectric filter from Digi-Key[4], part number TKS2609CT-ND.  This part is
optional, but helps clean up the RF spectrum before further amplification.
The filter's insertion loss is around 2 dB.

  The final RF amplifier is a WJ Communications AH102.  It provides another
13 dB of gain, with a higher P1dB compression point of around +27 dBm (500
mW).  The AH102 draws the most current of any part, and is not really
necessary if you're aiming for a low range, low current, battery operated
device.

---[ 3.4 - Voltage Regulation

  Voltage input regulation and filtering is done using standard voltage
regulator ICs.  A LM2940CT-12 12 Volt, 1 Amp low dropout voltage regulator
is used to regulate the main 12 Volt power line.  Standard 78xx series
regulators are used from there on to provide both the 9 and 5 Volt lines.
A simple diode/fuse polarity protection scheme is also provided on the
battery input.  The use of an automatic reset fuse is highly recommended.

  You can power the jammer off a common 12 Volt rechargeable battery.
The 12 Volt, 4.5 Amp-hour, lead-acid battery from Radio Shack[5], part
number 23-289, is a good choice.  Old car batteries, strings of 6 Volt
lantern batteries or even solar panels will also work.  Current draw for
the completed jammer will be around 300 milliamps.

---[ 3.5 - Antenna

  A radiating antenna is not shown in the schematic diagram and one will
need to be purchased or constructed for proper operation.  There are
numerous commercial GPS receiving antennas which will work fine for this
low power transmitting application.  Some of the best pre-made or easily
assembled microwave antennas can be purchased directly from Ramsey
Electronics[6].

  The Ramsey DA25 broadband discone antenna is recommended for omni-
directional (transmit in a circle) radiating applications.  The LPY2 log
periodic Yagi antenna can be used for directional (transmit in a straight
line) radiating applications.  Using a directional antenna will give you a
slight increase in overall transmitted RF power, which increases the
jammer's range, and can also be used to shield your own GPS receiver from
being jammed (i.e. point it at the enemy).

  Dielectric GPS patch antenna elements may also be purchased from Digi-
Key.  Toko DAK series elements, Digi-Key part number TK5150-ND, are perfect
for surface mounting directly to the circuit board.  They will require a
plastic radome to slightly lower their resonant frequency.  The small
antenna element size is also perfect for hidden or portable operations.

---[ 4 - Construction Notes

  Unfortunately, proper jammer construction will require fairly advanced
engineering skills.  Prior knowledge of high frequency microwave circuits
and printed circuit board (PCB) design is required.  A good start for the
beginner is by reading the "UHF/Microwave Handbook" and "The ARRL Handbook"
both published by the Amateur Radio Relay League (ARRL)[7].  Access to
fundamental RF test equipment (oscilloscope, frequency counter, spectrum
analyzer, loads, attenuators, etc.) is also required.

---[ 4.1 - Component Purchasing

  The main VCO module and RF amplifiers can be purchased from Richardson
Electronics[8].  Part number M3500C-1324S for the VCO module and part
numbers SGA-6289 and AH102 for the RF amplifiers.  Equivalent VCO and RF
amplifiers can be purchased from companies such as Mini-Circuits[9] or
Synergy Microwave[10].  Slight component changes may be required if using
alternate components to take into account different operating voltages and
input/output RF power requirements.  The PLL loop filter may also need
tweaking if you use a different VCO module.

  The MC145151 PLL synthesizer chip can be purchased from Digi-Key.  There
are several pin packages available (leaded or surface mount), choose the
one suitable for your application.  The small 28-SOIC surface mount package
is part number MC145151DW2-ND.  You may also be able to salvage MC145151
chips from older CB radios or older C-band satellite receivers (the kind
that where tuned via DIP switches).

  Digi-Key also handles an equivalent prescaler IC, the NEC UPG1507GV, part
number UPB1507GV-ND.  This is an exact replacement for the Fijitsu MB506,
but the main drawback to the UPG1507GV is that it is in a 8-SSOP package
(i.e. very small) and is fairly difficult to work with using standard
soldering tools.

  The 10 MHz crystal is also available from Digi-Key, part number
300-6121-1-ND.  Other miscellaneous components may also be purchased from
Digi-Key (capacitors, resistors, voltage regulators, inductors,
diodes, transistors, LM386, project box, RF connectors, etc.) as their
prices are the most competitive and their service is outstanding.

---[ 4.2 - Layout

  No PCB pattern is available, you'll have to layout the project by hand
using felt-tip markers, drafting tape, dry-etch or iron-on transfers.  You
should make your own PCB pattern to fit your application specifically.

  The PCB layout isn't that difficult or challenging, but will require
prior experience and patience.  Using all surface mount components and good
board layout practices will reduce the jammer's physical size and cost
tremendously.

  The use of high frequency, double sided copper clad laminate is essential
for properly working microwave circuits.  GIL Technologies[11] GML1000
(2-side, 1 oz., 0.030") is a good choice but standard FR-4 laminate will
work in a pinch.  You can purchase 6" x 6" FR-4 (2-side, 1 oz., 0.030")
laminate from Digi-Key, part number PC45-S-ND.

  A 50 Ohm micro stripline on 0.030" GML1000 PCB laminate will be about 70
mils (1.8 mm) wide and on FR-4 it will be about 55 mils (1.5 mm) wide.  Be
sure to keep any micro stripline carrying RF signals short, straight and
perpendicular to any DC bias line or any other micro stripline it has to
cross.

  The 2 mm wide line in the dry-etch transfer package from Radio Shack,
part number 276-1490, will work O.K. on both materials for creating
homebrew micro striplines which are close enough to 50 Ohms.

  The two RF amplifiers, band pass filter, VCO and prescaler PCB patterns
will all require numerous ground vias connecting the top and bottom ground
planes.  These help prevent ground loops and instability (oscillations)
from disrupting proper circuit operation.  In the case of the AH102, they
even provide some heat sinking to allow cooler operation of the final RF
amplifier.

  Any resistors, capacitors or inductors used in the RF sections should be
in a 0603, 0805 or 1206 size surface mount package.  Leaded components will
not work at this high of a frequency.  Be sure your choice of surface mount
inductors can handle the current when used as part of the DC bias on the
RF amplifiers.  The ferrite bead shown in the schematic can be any salvaged
ferrite bead.  The inductor assortment package at Radio Shack, part number
273-1601 should have a couple of them in it.

--[ 5 - Operation

  Once the jammer is operational, you can practice testing it by monitoring
the signal on a common consumer GPS receiver or high quality communications
receiver.  A GPS receiver close to the jammer will not be able to acquire
C/A-code lock and any operating GPS in the jammer's radiation pattern will
lose C/A-code lock.  Higher quality GPS receivers tend to be less
susceptible to low power jamming, so you'll need to be in the antenna's
near-field radiation pattern (i.e. close) for it to work.

  Any obstructions near the jammer's own antenna (trees, houses, hills,
walls, etc.) will decrease the jamming range.  The best placement is where
the jammer's antenna is line-of-sight to the antenna of the GPS receiver
you're trying to jam.  Real world results will vary drastically, but you
should be able to obtain a jam radius of a few hundred feet even in heavily
obstructed areas with the higher power (AH102) option and a simple antenna.

  You can even practice counter-jamming methods to protect yourself against
hostile or accidental GPS jamming.  Try to shield your GPS receiver from
the interference source by placing your body, trees, hills, rocks or other
obstructions in-between your position and the interference.  More advanced
methods involve using directional or steerable phased-array antennas on
your GPS receiver (pointed skyward) to nullify any ground based
interference.

--[ 6 - References

[1] Standard Positioning Service (SPS) Signal Specification
    http://www.spacecom.af.mil/usspace/gps_support/gps_documentation.htm

[2] GPS-Web
    
Accueil
Travel Eyes 2 http://www.spyyard.com/details_traveleyes2.htm [3] VeriTrack http://www.veridian.com/offerings/suboffering.asp?offeringID=472 iSECUREtrac http://www.isecuretrac.com Pro Tech Monitoring http://www.ptm.com [4] Digi-Key http://www.digikey.com [5] Radio Shack http://www.radioshack.com [6] Ramsey Electronics http://www.ramseyelectronics.com [7] Amateur Radio Relay League http://www.arrl.org [8] Richardson Electronics
Home
[9] Mini-Circuits http://www.minicircuits.com [10] Synergy Microwave http://www.synergymwave.com [11] GIL Technologies http://www.gilam.com [12] Xcircuit http://xcircuit.ece.jhu.edu --[ Appendix A: Links to Datasheets Alternate component manufactures may be substituted in most cases. * Fairchild Semiconductor 2N3904 NPN Transistor

Click to access 2N3904.pdf

* Micronetics M3500-1324S VCO

Click to access vco1324.pdf

* Motorola MC145151 PLL Frequency Synthesizer

Click to access MC145151-2.pdf

* National LM2940-12 Voltage Regulator

Click to access LM2940.pdf

* National LM386 Audio Amplifier

Click to access LM386.pdf

* National LM78L05 Voltage Regulator

Click to access LM78L05.pdf

* NEC UPB1506/07GV Prescaler

Click to access upb1506.pdf

* Sirenza Microdevices SGA-6289 RF Amplifier

Click to access sga-6289.pdf

* STMicroelectronics 78M09 Voltage Regulator

Click to access 2146.pdf

* Toko DAK1575MS50T Dielectric Antenna

Click to access DAK1575MS50Tws.pdf

* Toko 4DFA-1575B-12 Dielectric Band Pass Filter http://www.toko.com/passives/filters/dielectric/4dfa.html * WJ Communications AH102 RF Amplifier

Click to access AH102.pdf

--[ Appendix B: Schematic Diagram - gps_jammer.ps.gz (uuencoded) Below is the schematic diagram (gps_jammer.ps) in an uuencoded gzipped PostScript file. This is the native Xcircuit[12] format and is used for ease of viewing, printing and modification. <++> ./gps_jammer.ps.gz.uue begin 644 gps_jammer.ps.gz M'XL("&A2XST``V=P<U]J86UM97(N<',`[7UKCQNYLMAGZU<P"`QHL5<SW>RW MD1/$'MN[>ZX?$X_W$62#A4;JF=%:H]:1-'X<8_][ZL%7=Y/J'I\)@@1WX94X MS6*Q6"P6JXK%UN/_='XQ>[IL+NM9<A*)%^<7+[$P>?SX_>JPKI^(Z^W^CS_G MM[?U#IZ=[>KYH=D]$;\M5KO%W>H@/LJ33%>LFLWS^0':O+^KQ9OFHY"YB-(G MF7PB4R&C2`+@^?RZWC\1,12?-7>;Y6IS_:SY_$3D)?Z+JZ(459)#[?-F<7=; M;PYOZGI9+]_5^^9NM\"F5\WF('ZLUQ_KPVHQ[_PY>]:LEP*:?]^M>'NY7OT# MZ/+`MZK>KV[K_>Q=<SO?\(.++[>7S1IQOM@LSYI;)&J/Y-?7J\WYKEDWUY/' MD\="G#?[P\5BM]H>Q)8>0_N=:.X.V[N#N-HUM^*SXAI"_U+O]L"P)T*>I-S^ MQ;I>''9`U%IH[D[GFZ5H#C?U[M-J7XOK>E/OYNOOQ'(W_P2<PWZN=_-;;O_K M;G4XU!MQ^04'(5XL/\UWR[TH3[/3*IG-LM,X/XUB(::'U>U_NYPO;D[J17WR MY\W=2;V\^PXQO+^IQ=^;F\U>_-AL/ZS@^^?-ZB,2>OB"??"8]5P\P>X7^_H@ M?CO[Z=T9_H&#P;D5^[OMMMD=D,9E?;7:K%`X]F(VFPD8#0QEOJNQ!"A6M_/= M%\,:<?BRK?<GD\DI(=W//]:"/@#-Y/30;&_G!P'_[U:?Q>)NMX/)4'\AP.04 MIVR_GL.\?16G7*@_+VZP5OS/6$2"GV$I^E]B(N`_J@<:ES3=]-?M_$--?RWO MMF)=;ZX/@&&U.(C3#7UIE-3^*V"#UO5G<?KRI^=B4\,3!DN@!B1A+5`"_H+' MVV9+__\E5E?U&MCP%\K(?+TF1-R(^,6]`^A?//"[-;1&8I`],#`8,1"%Y?H? M8G_3?+I:SZ^A-_@+1>:KN":F(5K%I6VS`HR*@3!IBFO`!G';P&)HA%2C8.2? M5DL8-!([_>,[Q',U1X(7-_/==@XUT"%*&Y7QX_*R^2RN=_4>]$/-#,+&BC6( M8']WB1VO872,W`"U2$S$3'%MOEQJVB)$L,.F\`<0V'RH=17R4B@V-=_&)OH< MYE6(08D=XV%W=V\>3;0,(JY>I\#]#M8>IA8"+8OCN&V:IEI4Z2]L['`?6T4= M]F-+SPSL#[\:MK:X"600]:I-D%&31V9\V*VA&DDRK%.=O=^+KZ`]/HCW\\N] MF*^;^9)'"#O+X=!054P#F>]V\R]BSJU/"=RH!?QK\BAJDTLK]>Z@.[K<#/>$ M<B>I-\7*Q;J>[PP9,`"##5@4P2-":XFYKEGA]`A9'R:/OK:>&K8H=M:?5T#K M5U(8KFHQG+J"+K&[&6J^,7U>_\M]_N,"^IS.Y]\)%(KI7*@2SF0*ZO0C4/+O M&PU]@]#0!/ZI)]O]=@$@5%Y<`=5B#WLC:T:0;/K^2UR"N#,,X.+%_^%_T"R< MPK>9Y)V15=M@O\=-XHJP"O45G>2%N`5UBXW4\*DGJD`R(@6JOQ$:Q.<D2:C= MIKZ&4:DA7#QH#ZJ=Y=EF3X($X^1>:<C$,=-I?,)_?\8N(OH3NU`(SM[A7K6' M-J?/<'4+_M3=(U;D)"+@&L-%-2LM=0LVX)I*N`5"3Z07/+LK$5G_`^1+I!&S M`G"<ZE[-G"&AIXIPEU%0]Q<TUO"(P#(*6SGRR'0>;C\`I?[%JG<;WI>M=*SG ME_7:Z++#;KX!T^%0NSLF(N&.D5.GN^;P<;ZVQL&CTS_O]H[]07_%.6T]$2PP M\95QJW;PQ?ACL:3N8"W=3AXQS!;LYO;&L+)`:BEK[8A+_%_#@`-#%1'7LXJU M#ZU[X"[2#8O>6C;*HHD`S+#=X/D*S%5LF3Q2PT16D802.^@#NTN(+3')3B(^ M-SN2'IQJD"6->?*(Z)PINES\XCCZ6"+^R:.4A5.&>E#S256GQF*(U'Q>H4HB MO41=\)I0"XYT:J1V&L\2A.9F=?*,$%TD@XMF^T4HR6_/'C^;'\`;8?F`N6"! M"E@Y7X,[*PRS_EPO8.F8U;&KM^"W\23V[).DM33,C"-+)X]B1XJ)R=)Y8'8* MG`SB&6U^7XUM$8'3^$AI2\UYWDIL$^"+F11JR-RF(O683AYU:"A'T(#LANZU MKC;<.-9]>X&"GFV94(^L;CAU;,SQ$@+<5%K:2LC7X/QB%W_Q3&K.P=KBB>P: M2-O51JNQ5-F%B9XHH.MF77^LUZ2,!>S;L%61;$LF@5J"U-I]N.7#N/^S$:"( MZ&I?(.)ZW5S.D0I#D*I;;:X:36&G#O;G!1I*H*]VUY<+<*AWCGX6P)<%>EI0 M/J,Z:Y1A.U>3+][5Q-)3`ZOFCY$F;>N0%`*UNT1O]QKG%3BC>*6^8K,O!I`B M<0HQB*G!K%8^UGIW%!0_)69:!RL1<0>$[NEV#LH!526+AUA\W+O>*A.HZDX/ M4+#[D/D+ES&ODSMPU0_U#J6<:B,Q_?A=__'BX\:E@QA$A'Q%71&CC:PHTYV1 M13AY9*696&*$6<V:(CJ$8_*(S4K0R79.7$+JS3(T3ZANB/%F;^L+#`O(Y!$( MCH-U<FK6!P<?;K=SCB%$.GY`SZ_GL'1*4#ZD>0GJZW]9@,D"(/QO0?^P_%]A M$+>T$>\_<%>37M,D$D4D<@"7(DI$5(@HAS4YIBET$]?X#PK0?1WCO\6XIE?" M_`.[2_\;13"T2%1G4(`_B8@Q39=HY8GR2E2`8RFN%N*J%%?5F*975]@3]LW_ M$OIWU6\JBMX"!Z6TG:\H2*1<U?5JRXC)IC,FDMD5<6&2/&(AA=T.]T+P@?E/ MO5%*WLGU_D,26Y*KLZA7:UR*)6T\&@$UYT:`:["9W9%GI<CT'Q,,0:D8!-.8 MF55-PP%@7?W5"58HO]^`6A3UPGAR^-G5]LXNXSA3-6B(+^L:7)*)":38Z`.2 MWPI'G!*T&TGC!XYAL6F`(8MULZ_9?%E9*-?:Z/65&I]"MF<^0A*6\SUSV"!+ M'61H&@00CD-&W68Y.-:*P26:QJUP4XPMKQ%5W5RM8#8=ACIC;'D*>N/@T4LF M>9;!!!SV-ZLKGNB";7542,:Y9T'7&[?JL&^IMWIV["A^D('!K&T$'<A!E"H2 MYT/'&G3;K+]<-QM#_^GFSNIUL^G!,U;47SG$9$P)*U1J2_Z\F.\6%'-E?)H8 M?-H#KM=H/WB#Q8592;9D-^1,V[IF94\>Z=6!JS(V7H+JIR8_W,30G&)KEUJ# MEMG7AGBD3P\`<:A!*!)[P]E2>QP[-NPWT$$!']BF#[??DFUJJ%&3`7RB[W[W M,)7,^NXL>4P"&%$';V>[5B!N+PZ29ON(PNI*8RSF6UYN^,>?8'2+G,:S`MMD MO8(OVI,C,OR4L6?LRWV]P[,'L/[.+YK+/\UA`MOJZ!2+KP0L+C'\JF7@+T/I M'XQ#?.7V2L+_,EI/^]5?3W4I=#QA:%K<L/R`,6_;1R=)D1G-10`Z?'&KP'L- MLC1)HB+VM>+S*GU6PW^ITZK)8_';F3IN4<=3^\-\=]B+FWI7X]G+-6HK`)N! MMS`#2R1/\70.-T)X",/YN`*'WIABDQA]W$A-`K:10BU\746(X'_UU:^/2S%+ M<Z&^^O4IT<&?3BW409_.)XC`9/K#F^??P7RX1WD+X+XDL\V0:OR2B3(?)UIK M@;S-%ZL#JCO#A!29$$O%!<_8$00_^3_^##SY9<T(>?9539QND?\N(D]@^Y MLD,&*K2/A0UD@$>);3%SFW!O<;?G_7:UJ)^</5Z)QUN@@CXE@IW[\4<:_4Q& M,-LQ3*CQ`@';ZO;)PL4T"@E^6"3=Z5RB'8$3&4?TOZ1_06F6:6F%)*>ABB2G M+]I^0E/PV4^JK#I"YR<2],IJ;T0N3HGW(&['1([$*O%*G)+&0"4\QAZ2B'N" M54<=TE]4A>L0OI*(.RB'Q&]W7_';/:SXO2/QVY'0[%C\_OU;Q6_G8GH`\8-M M[6[1F]E*Q&!4^6=6(N*2OE*:1I!(?)0*WK2-BI#._XD4W,P'"0"H=B,T*B,, MAM*T]F!BR9TB#D04>V!F3)A,;7<^NA19I>ZNAPIK%>D$,/.B,H-'GO4E.<'A M`,"@?ER/$%#`8P5T_;`"^HH$=$UBM68!_?E;!73M8GH``<74"S1A43QSF@T4 MOG1POR=9\BI(J^]B_!B<';!"_.-(]3BH+SL[P0;%*&6[7#5+->"2!`SDJ,J[ MJ]%L!&2=\,IA$P6^$H]:94F-O3HW5>O):_HPVGC$/K\\N;V?'"]/MB/DV&W2 M9=8?KUX\9UZE!4$6E8=9&A.QB?AK!XB/DC@L*+31@2)(/6L<64-6D,]L!%'% M-I'Z3#S3`G+,C16*U`'ICA3\^^;333U7QF^LC-44$0<70TE:T/@]DX1F%#\S M$D+E4$UF_&C&]3-N9BJA*XG3CY_M*IE6/!+E-?6HWFZV:NWRUE+((T:#U::1 M1Q2A,N4%,6LK54>TJ,8S%TK$_7I:HYSY6WIU/,]>I#LTDQ-:&F?WU-?39P,J MA+EDX5_<RYNAW\=]H.SN#_9_#_"P%S.*``8<-%2RVICBCR/S;;S?^WHA!+ M7?VMDA"R11](#K[-,.A*`DSA-T@"V067!@D@'(>D+(Z(D^%S%;%4*5L-G8IC MU@$MW$(K?CM;/7']XXAG=@]_K(MWOUT>_C@TU]?&J$E)D>-2R-/`QL7[#)'4 MWGIX]\EY&VF+)(',/,UFW&[&#6?MEJU=4?KM!>6^$8SL=LJ/N<\>3P%VOEO] MLU[^WXQ=H#4?B0+ZS8DC<3KH/0?LN=":O7SXX,4!_K_\EP(7M<$"_S^$8;[[ MLC_@N3DMOE0KY;[Q91<U6RTR)5=.?^*S-*"D95!),[[^O$MNY&\Z4[ZA[+7V M3_OG^_IEGT?Y9<?L65)(UL)+:2#ED8`06JXEHR5OQK,D(\QD.Z+I_B.Z,[`^ M]XOZ@6,YC/'_0#QGVQSJS6'5W-:'6DUHFK.YY9]0/2W8CY$$=Q_06X''-U25 M/@O-[$VM#:1'[6H3605"^B/N>[H9H#`:I*0O"@'0![8*XE^NMN7VP[5>3]`6 MU!/BBZM^>,MRHJ0%&NE'_2>T<_6AS"-#,MBX)7U"OQA24U]EY!!MQT<4EJI0 M1L+YFH6:,+:90CXKS%>K@9D6BHGA;!9DHZ298ZJX5".C\`N[CYUO>!PB`^MF M&GA6.-^M1MTYNL0<P-V7H$5P),8S:SG/`>L@*+HDFW&@%IU<]>4__"AYPH\H M0#DB\G<9"H`$38M0B"6HO'H&Z*?587%C=7T1BPQ(E]EQ=B>1X?,L35K#CDYR MO:]EA4@K)*)RY&H6\Q-%&4?T)M2*+7$INGX30P-"!1Q@W_[3?7=H:'%?[=]E MX-7=7IGNT(1B,+G/<G?]6/K06A8^5!BYMQ/_/W$8]!]&_)"1\``FNS$0'MIL M__/N=FLL`](`8'"-T+4J7C[CA>TN;P,0*Z?3-UFQ]@T'5>)\\'0<L-AI"H&[ MT^0VZ/"#+_T^`?2Q*K_=K<""H@O#3\1YLSOLYJL#2/UUZ[HG)F0`NV22@?)* M4]%<76&Z"`\*)U*E44PDJ+DH:J6738`OM&V6:`XD)1IFNN3RCF#B!(82)Q@L MXU(:!8%2M!6J(@3$56C]<*F002"*S0UALC1Y,7$5^GE4DE40"*L8IQ^(NXM* M7>KX=BX0N95#F`Q-?DQ,4Y'K4AH&2DUW7B"NRDVIR(-`13X"DZ7)BXFKT'*A M4EP%@;"*<?J!N+O83(OT2::I&L9D:/)C8II*4TK#0*GIS@O$5;F>%L09`BJC M$9A*E[H038E>"'$4!K(XO4!<%9MI28+B2]T-8K(T>3%1553JA1!E8:!,=^<' MXJI<3POB#`&5Z0A,EB8O)JY*]$*(HC!09+KS`G&5-*4D*+[4W2`F2Y,7$U95 MI5H'518$T?K9#T(U6CM7W@U#UPQA,;0$MYTJU84H"**ULA^$:K1.KH)[2:5W MKB-84H<H/RUEI62^S(,@6A?[0:A&:^(RN(.4>K\Z@L70$MSVT&S@0AP$T1K8 M#T(U6O^6P7VCU+O4$2R&EN!F5U1*OHL\"*+UKA^$:K36+8*[1:'WIB-8#"W! M+:Y(E7@7<1!$:UL_"-5H75L$]XA"[TA'L!A:?%A*;4R508/+U)1E'`*A&ECM M7/!99*9F"(NAQ8M%FU!ET,PR-83.#T(=P6KG@L\.,S5#6#0M?BS:<"J#QI6I MX8Z\(%23ZX+/^C(U0U@,+6$LL6:=SUHR-53P6ET6)&B]E=J\*8,FD*GACKP@ M5),KUGEM)%,SA*5TB`K0DBC!]!H^IH;1>4&H)E9SY+6,3,T0%D.+%XLV9<J@ MN6-J")T?A&IR-0%>>\C4#&$QM'BQ:`.F#!HYIH;1>4&H1NJ"SPHR-4-8#"U> M+,I\*4,&CJY`7'X`K%":T&O_Z(KC&#0-7@S*:"E#9HVN($Q>`*Q0^L]K]>B* MXQA22XN7!K10RI`QHRL0DQ\`*Y36\]HZNN(X!DU#:#M!NZ0,F3"Z@C!Y`;!" M:4ROA:,KCF/0-(0V$;1&RI#AHBL0DQ\`*Y2>]-HUNN(X!DV#%X,R1LJ0N:(K M"),7`"N4=O1;,ZKB.`9-@W_;4;$P+!1^3<\5%#;S0I@:?V2-4V%B4#\(@]%Y M>E`Z4<VI+#&R:-_EI^**=.!Y0M,4B1QTLXI#QL>AP?R3+?!T`%[B1PH4Z@;9 M,#DNO(S2@0%4N&)@0>H.(CE`$S9`-:,:E'$E1S0`Y:D:I%&5#S>@74&UR.(1 M/=`FK4>=C>D!C1`]ZJ%IY@:5&40^@DED_2GX9,P(T+C5!(T9`-KN>A:&Y`A] M,@=^4.[8AS/T#)"OX.UXA]8!P5M^SDQ"7IR`+*+^N]XLS1+%54,^6`(]%"U+ M:_KZ+$ZS.&MWR._8='IE/!&&*5(9]7H%O)'(H)9ZQ:?P+`++`!6#N6JG&J!E MRI5`2;=!#I:*FVB7X)8FJ=N4"I9T116P(E*>`I70=)*D_6P):YUC?.X//(>2 M@9"(Z2^+Q1&F5PB/L2E'B'\Y##3(,0J%AK)J\.[E0(,2)\DVT"<U&1BDN%59 M3K9JVFRD9\@I8B,^JY"W.'5H9-OD%,5U23,+K/#6H.)QNF66)Q5Q`B@"55ER MJ;<Q*"#H4@'Y4@@4$&X?#-3:AM0,P[Y3,N.YA,2B%G1+<2L[0I]91WILR!^% M+4UIK0&#N$3#R##09$M4VZ4U32E]`X&XY!M0FLE28Y*A4:=9H?G')2=<)T MEE'?%W:!4+RS/`A$G1`F+OF!*`1&F+3RE3V&FC$Y`I>2F"-Z?0W.X.0%@./D M4GN<;G.L,@(+#RO=D4Y=4!@K#+'%G$/A/ZD7!BI2*_O=2_'V[C!"P65FE8Q3 MPTH.RFBDFF?..O#)$'S>PF_T;9J4B@V6Y6KHB50BWU,6J@H6''$E/LG$-JR0 MF-T2,Z&DW9:@S>;'@38)+>D6T9X#ZG-0-WBTNQ,_;;;=V=&O:^[B3C!7`ST+ M>[S?EG$2WS0-B2]Q0(O:]#Q>/A-_$]_+0BR?W8K?IS#_XO;7W[\;1TR:H@5? M&&6M93Y5?:1YV5,`TS?-H=X_&2&+)"LRJ3KH<8=`A5^4W9W<SV>SXU8Y[0(" MKWHQX_360/DO0*R3/#3]'CK_Y?G9"#H3-K&-36YWG%*A-2(Z?;U:[)H-(MN/ MP"SSHF4IXWH>$E@:3)4.R-XO9V_'33'OX-*8]\@WW5-*AT.@IKB$6B[)X]PM M>;>1)(O4KJ-*WGT1-W$%1"4O4!Y%NKLHM"%Q)T0GEWS*WU8E61D$HDX($Y?\ MF#*I,26]O69(H2J.C%:HW,=XA<JC<W13:V1$=%X&E(>="%:?(Z0Q10FF<&++ MGN,=+]66KEXPA=GRVIJ[4O:UKPZ08;Y87`(R=_E6(U=O&J$)5'8I3`K<>/#@ MHM>?JDJCENE>XHC\\%S5@<]):;@<T)CUP^,,)E>'IJXH,E0SL:,E1K4KLU:[ M%F$^6X9K>+'UK;]QRBDGFS63]])HZ-#U9<@2X7A+BGK8DKB41)Z`C3+7`(A+ M2>;)-5-5A3P&9+4.C^R8K4O[81I24M;<2\LPIDA7I7$<U(FQUJF\`?F!2EV5 ME$4?$W.X`KK1I=UNMOH1;KJYQU,JR1;T^&=4$2N-D23BP_&Y1G61=V<:<61% MWW&CYQ&[>5/Y)JFB<,S#NN^IC4F<OWHE1GG]*5L.JMG/FW6S^#"VH32&P4Q+ M;HPZN`*6XUU6(\^TB9;*.'4?2E#'G<&3>8'((^FQ<VGOE7';<6U5`4(G/$+" M*Z54*IY*'6G`#A.4XZJO@BF<@;J;&CH7*N^AADGU4?O.(H\59:Z:)$Y5VHC- M3TKQRX`*H5T2>=O>]1@1:C2#TM%H4@Z):R+IA2,V^'E1XT\JB.]/9P@@$_'Z MQW^.,[3B$M-;2ANS?-/@KZ$\KS^N*(=TC+@QBO;R07TOR>K/8)J<6Z/0P]N? M+EZ,,4,3-`ER9Y2K7;WYYWS,M*9HP9;&@KWXX>DLEV4UNJD-..;A"*4SQUG7 M75#[0"%UJ:W'E6Q#7SWSHC1^B%12HDJH?RE(XI3RU&/GFBW($M$WJJ@*YZ9[ M:4J9")GT-U?$L?$C=:EH#6_Z_E,]_X`2>5V/=C"C5L0NSHKL))4HR.+LUWO@ MB%H.D<<'80'_@7[N!X8]$G5,"JI,70>8.0D/2SZZZ&D]KD(&.KI55KDZZK#W MB=MUNL'T^^.B)RO9"@NW"<I+5WEE*IRKKKVZC_&8JT<Z5N1EZA).L*6C$M/, MM"?M:USE5(5WL5"VTD3,79HRSFT(6&^LNIU#-S[#D^[N(U`YI(7?G!UW/+@? MHYML_Y&2-V<_HC,H2J_0T6`W?C"F(^=D9A2\<[`Q"MXYV!B"!Z52WJL#;N`< MA8QK$/<")60*X^$<99;Y;J@Q2,Y!%2KT070-G17X031^+K1`VO.,=>X\Z^DU M0M!3CP;E*"%C3CC^Q4C61?><'"M>[@$3G=+HXYK^'B-EZ`2"]V?D8%]SM0)V MK8=EB3N.<TW75$N/)4D/953)_CZ#1@RI*39,L=2;!Z4LM2Y3>H]D@N`]TH'. MW8#>Q.NS-(ZVWB3ZJ\KQC?E@CZXMJ#.VZ;NG8>SJB)#X;A3!NZ>#9XI1Y)XS MOWLZ>&C)3H59J>?/F[MC1V*ZC7-<_G*U&6H`Y<)NR*^>#Q_L.N!O+\Z&>J`6 M>>JT&!P%G?F;*/3TE^5RS*B=!OO]B`:6J(`)@0[<JZ;9BI>K-2R`D98V&XIF M"3LQ=$>,"T\8S"I-W'[U-MP#0"<6=UOZ]EW\10Q8$00`"K3GS@<@??><['K< MB\C]4!?4K;JE"V7D`CK&S:`=@X:^C(N6`T&:"QT+7)#]P!RO8:RC5?GJ=5+F M8WR*0CN:+3VJ-(HT)=_;'ZS:X4-=C\("PF+T2$LWCC4]O]G-%Q_$Z_GU_)^K M3?UOXJ?]'@3D/^?1<8JEL;0SJTX^??ITLB6$)\WN>@P"/!;J'6<X0\!X2V<P MNBD&*?,HY4("_V>2/`15H"I'[YK;05R:BP5O[1F*%>.!7]>FG9,7/C/%&I M+>U]C>X\41VF3;GG\]R@';GK[B6I]*PL,I[URBI\HL';)::#F8VSMY<A%G0L M.\*LK.A*O^1D,LWPM2*#(6X4-W-`:!,\"%?;X^!,@\YF'N?XML'<YX5P53+. M"8DQ%EGT)R<MV[D0*D[@SZ:@FDXV1:GR3EJA>LRC0:G3BL?8$D@Q%>)^2IT% MP227)(:///&YXW0*XLN<H50;U-]8Z7(67YRF8X'N,PQ*&K&<N35)Y=A'%$_+ M.-QI^QP9TTXXRX?YKJ,&LH+YS_`F`192NL8C2UO`JE[$P*0G<:'C^)"__'?Z MF6+ZR0K\:=E7L?CA_$*\W-6PU6T67\3OKL>.![F3KF+R[HN9$B#GO'7Z^_3] M[]^)OXGW\PUXJG>W`^L@H_=;VCW^-<QB-,/;%!=CSSK=-,)RP'BD8&[2E7<\ MKH\K**K7@;2>8VC,<3\8%C-W,+(2M1RDF15%5<?ONS#B0H?3^!Q?XV#/M5)^ MZ+XJ#5,DZ*&I[>NU5-7@;M\%44I+U[BH\60AV,ZJIV#OC)J,#0JGNF\T-;CS M-$03-XQ:/ET>*2G@RK9]I)J1>9_2&YG:"H]KV@A+&@"F3$>A,9H:\B,KGTW& M(+F#S@M"C;G@R^@R6"J:,*\SK!M3!DX'B_)I44=T1DGN5:B9!1GHW(+DP2&4 MJH8*9>L6Q]`60P=A5=YQUV+4IO[Y5%5JJ(,[6*3#\6W?&C<,&A4YU_Z1$Q"U M)2`_X]EY[W`^3J-C+1V@01H2:3!15+8\CLET'!I-Z8[+#T1B;\%#0)P05`;6 MC\-A`WZLNZCL89IBNDRS'I-C1F&0PL;#SIM/7=<MD&>#WH8UP"_.+]X/'<]$ MK=.9^$V61J$@`)TRLYVNMA"=49$-'2_1NBC2SE9D-*%CD^1E_QDM$O]#'&TK MHJM@Z4!9]M3A]"W]T,FHDTG<\JRG-RW*UU$UL#PIY;JR]L&KUQ*,Y>%HJ6L4 MS(8R\2F\VO<Q*"O%KV.X:JR.(>>_K\,026\.Z&%_#A@6Y\"T^J8YR&B*K;>M MEH=97'VK!#R[I[?;`3NL;"^3EV"?C&AAETD@UH*K&W](Z%U]?;?V'$F&PBWD MU>8VFGW^ZM7(.$W42@:8GO&)R<B\M;05;[*YEK[I.9K\EJ5N[IOC0J(#2E%I M,,G%:WS7_D6]KA>C5"!EKV9&RI4%GJ9X#H\N"Y5(J+-(6[14XEHK$)Y4U"D9 MZA=?;B^;-3^((]$'R]O90)@U,HDSJ_8\;D\?<W02AU!KQ!$X.A/T'^^'-PHB M-HJ:8M*3]-ZH@Y@--^(2)GWB1FD?##.JC!9F06[6J&D\&9['"3O\%O]#"0CL M;^FWL&3$/!8H>@\XC<8Q!RT_<57AZ'B.=>>!-0.A-,X)B#LW5CANBR=1RJEJ M/98M"]2)\7(I\CA-%HAS`]^D\9&+>8Z6B9+V'2DG+`="?H_H,$F6<_+9ISX- M9ZY1OAHF)W`IKX)`6`5C2X-`NHI+A3=YSU39C@.I$VBVJ9(O5]#F:7(:IS<@ MK8#*U`'OI]Y3)[@1JJ-,\3?QICF(1;/9P*Y1AT]0G/!*;,WFE_5NMSK4XED] M'VI*(?K",0E6?ZX.^SOQ^ED6C0G64\C."0QUDC4\J3@JOO9`"]IJ_)26M&-/ MOF_$T\VAWFSF8FP*"=]QB<RIX_3'U?4-6`8>/V0`A5E94[#*UJNKU;W:V[0H M<^ICTD/Y-E;@U(<7')[&M&X&V>>^0Z/I^_.PY>UH,FGU,+A+,@E?%U9339EU MEIGC[TUP?X[;I"V11!V#<+B\<[JCC62C:LQ]J/ZRC'1JJ\V)==/[!K/[,-<H MM;(FY>#5GZ0@=_Q>;?B6C-/FP8P-6>8=HVYT/B:M-&NU:=>GRM29)V8B%[[@ MGHP2V;U^*U$)AYJYF,GHS0+'JE1#.18:MB\6]!IK#%R:'OU8<@==`*3(+:SG MG$DWIBM082Q$KHP"()B%'0`!C_Q5-+#XP$].'2]''V\8FMQ47$VXH1?M'"]5 M9+&K$\E*!A8@6<@EYQYVKR5/WY![V'75CIT#VQ<:O&X.S0YLDE%!#'UTJI-W M7IR)G\^?@<`7/_PR>E^SJ6+OFP^-2)^_?#K#,Y1GW5A%`$D9M2Y<:=\$8VAX M_DY>"I=Z4E31(0*:.954V3D>(`KJ$A!A:KV#PMITMM9=>4YCBAK[>R#3@FB- M99?6P90H\I(I$;UM`9MCA5ZZ$T?&*MDZ4I29)M"39)!I1KEC,VA4R1>U=*I, M/"Z0;E&BG'.I;[\1AZFR*%LO&6]AD)$?0XL6J;NI*H^9:,7%/1QG0<&6/*'> M!+.$([2R[*=X);H]E2B0UL]$INRO[@4$?-BY@*!W1ZRA2P,,4_IP<G?::Z%+ M&N$W1RB\>&90R,XI@,W0I\3P3JZ^!L+MEVE"#Z=SD>&A'$M2BQ-B8L=R(0:: M1+K2]R,JS*Q(MA+I+)OX+FKG(L)#.<1X*C%Q+PAHUFJ&)JE,0ZREFRC$6KZ3 MXDUF-T#NX,S5$/*.NI/R"I;1[.EBM13/^,AV[!%";G-PP;8%;RHY*0KQB_A= MI84M/M1+7V"E[561:V2]JO?U_@">P&IS$"K@.?*N,F4R6H?@Q4<8R>%FM;D6 M^YOF#II<UN+B]<"!!3MYTJ*YVZSK_5YLFI'^H8PZ@>V47MGAO9>HJMKW$E/* MR?7#ESIHX,(3DGM>64P+_*6(^U]9!`I:[5I7]9`&)K'M?IMK'`7=?,5?E^)2 MG.N[=K:4NM>5I^?S3;T6KYL[D(:+\^<#DZ>"NO;="6[S5R_":9O*F$DI+ZN3 MPXT97B#L2''FBT_0VZ/HAUVC;BZ-#;^/`\#;?KY%C15)+[N+G\NLE2ND<3FK MGVX,8C8/CB!\T1+C(O;*Y?@C:=($5A/?)YP*KMEQ?3F)(SK8L]>7WJ"6.?H& MK8J3.>+,9N`.V4^T(V39>/@48',Y.F6=X"U^8V<@F=ZWWI#;W*J9M1NI\.6L MW4"_1@B$>&@A<])C9,=PY)5A=LNEN\?&KQ[NA`()MI/6&#I)>#94@`]+XQ]0 MHB(Z"5)?5>!;D$XI];WA@+*7H^-I<#H)TA><Z./!0NS3:R0^^+Y#*B!,HC/& MJ8!5_3?Y<#"2HJ@Z+!D(:]J5Z04B3Y@#K%3J`"G3-)7Z%3?WS*[CV*5]7X'1 MYK%^`9LJH0YG6%MJ38WA5Z'K5`D9Q9>@;:D]J2?>`]&G8*UL[LC5%>>=&&SX M2)&DSP;9Z/=94&F]&*>TTF)(:>4=G74/Y#@A`]CY&HG=IZ9G>C[WX!75"(H6 MV.UJ<S)L>\E6$K(6*&ENK=.]4^_"D/;]4[Y#!R5U%*3PW+BA(Y"J5!/AYKI6 M95\WJ(>5YS5@)E)D`T_]]6$&$7YG%@5CV._&P[!`M*"0&BCKN^E]IYC`O0Z_ M]4%(]W3=R5;H0*HPD!_(<0+-3>T'=%QLX!^Y..F^""I26=YH\'7=4ZZAEY/S M[2IOY(-45F75F._]GD[[I$Q[F#0ANDH%Y<$G"5\W<B0CB;IQ$]-=ZRV`2KYB M]+#:@G:/D#NG_3BK=W0\F)-5G)9QU+O;[CU*=9(PWH'U=/Q-G-IZ2LMN#B`Y MR/33/>86F"?_3@5]S2L@_=F/=",VUJ]'[(&HBZX(6OFN7.MKKP3@^WE8?=N6 MKOFTIPHU;.C4P1@NV#ZSKQS#W&[@'(8DC[+<89^=IG?U%;:MLB0^D9D8U[P; M(*`;3Q@W5J_>ZOL0F(*,KZ#.>VZ*CN`E$8>)>^L4CVI+]EW+;B`Y/I7BU^,R MEG1N<[5LERR1SN%L_TB6[FVCP]'+*E-5:>L<@Q^&',TA5R4U+R1N>^@&%7G0 M]\D'&<X&412W7@GA,67>O13W/,%DX]>Y!GU_%&G"OPCD>9>=T7)Q&GR%C78H M/:XQ[Y81WZ)`?Y1_K*Y]RR+.;;U'E:@:+K3TA#8D*<DWEY&]ST%ZQQ2PJF=X M:P^9&[>ZMG?W2#EA'/$^=_=(C,JNXB0K@/.'<YU=[=GJ3=(YO19X$"A5<<X` M$%61M/N!+"54.@)$57A$%`#B)'8ZJHI[0/=:2\.6;Z$M!+T##AR+,"MM'&#@ MC<G$,(JBZVRE`7BV%"W\P!N<"=Y-5.H?_J1!T],>3WF.D0;?:2?5OC&.4'K5 MFP,^P#?"GMJ\M`&V$78'_*<W`VQ#_]A>JYN^_3D<!N2;R^A!WJL!!]W+T23Q MM7,G1UJI%GT'B,UU;Z)_JG.*?:G+[1L*")1ZKOYH(%UE<?;-`DV(]\;`(&,H M<_@>?*$%VF.+N1Q49"$ZS0TG#\AP`J#LO*3S-!VR6:B)3:74AC\:0.UKF;-6 M5=(^_I3J!%[B+[YZ7CD169/*>+/D^19%[MS)5?-)&8'TPY!4W?U1(08J]*9_ M#,ABROMO%9F6)X-Y-S'%9>S[@Z;Q23G8AM\&Z+^;+(OV*]4K$W#SO)=[=&+K M8/R8LCHF]'-2:B!B\&9VPA<SHF\):(_(XIWP)7.;$>3.+&>B1-UT#C>;BN_M ME@&KB70EBV3:2PIYN*PF*5N9R*W<'^I<=AT)+0UIZ:P'U]0D*QD*>>;5=:J& M"UY[4=>07O5<:C;O]RO3]C5+=?@:J3B]_](8OQ66@#*RYUJ1X.FVGG^8'9H9 M?@/W]GO@Y/OS&!V_1-QZ+B^E_2/0\ILD[B0;/$,IF+?I-Z$?M,KX/H^#?BB) MN:A:3L>LJQ8[.='#KU)(]-L*^ND*=*E&)2ZT,B[`+6<O>"]6&]'<W.[_362/ MQX1+$VL7N6?#P-,/.-W@T8T+NR9=#4")!^A'F:OT'J=(G2'ZUH&SPKJ_8*%_ MN"+.\YYNT2Y/I?RM7I8)'L%15VA,^-<>OK.2:O1AZ'UV[ZKU>SJFUY0QT2M4 M/2.U[R/JY/)SH(I^#=94WR.7BMQ"QY@8!V_/#A_V^).TCJ,9Q'#*;$+!<#N` MI!J8`#X'<U[91:<5(,M/U^(%7J?:`>^@Y:BS!'O+;)!2&1>Y:V2X,9'81D;P MY0K\RH7C0=*$WJ!0M5Y8[P0T5,0=WZ_-+W_U9:\JH-P-T/?W6+X?2`&SL$-O MJV1?^[0CY&AO<,FWYMW@-Y5\)I_ZP0/TPWQO75%`YO@C38._AB+I;=Q4%7M> M?.28SUPE@^$A&SEBQ1[HSE`2!0]G;,J<3=-REC3,^]N;6W&+;_87^\-NM5VO M-D,W+G.=9Z7$]=>_BZ<_@K(8DVJ$&;R#+_A_OOJXK&>77V;=7[(Z\M).>F6T M\;:>S3=+<3Z''>8^+]?BG[-I!_6F+WY[_^+=FZ>O1HR.!<"Y+GKVZ^GX9KVS M1'[Q+5I+7(I"N=Q\]&//L@W0]GH__UCCO@2[4HW)7)^V\^MZ,GG\^/UNOEK7 9N\EO9S^].W.AH.[%VY>3_PU'_`Z`=[X````` ` end <--> ./gps_jammer.ps.gz.uue

http://www.phrack.org/issues.html?issue=60&id=13

|=[ EOF ]=---------------------------------------------------------------=|