Changes

Created page with "<pre> Build a POCSAG decoder using a BRAVO receiver board instead of a scanner ------------------------------------------------------------------------ NOTE: 02/01/97 - This..."
<pre>
Build a POCSAG decoder using a BRAVO receiver board instead of a scanner
------------------------------------------------------------------------

NOTE: 02/01/97 - This is by an anonymous person. As I find out more, I
will add to and change this document, but for now, here it is, verbatim.
--Dr. Who

I use a pager receiver board configured to 'always receive'
to feed the serial port of my computer and monitor pages.
The receiver I am using came from a Bravo plus. It is part
number NRF4101B. My old Advisor uses the same receiver board.

This will probably not work with any other pager receiver board.

The receiver board sends raw digital POCSAG data, 0 V for zero and
3 V for a one, so you need: an op amp circuit to interface to the
RS232 port, a computer, and program to decode the data. If you
haven't experimented with PD-203.zip or some other scanner/computer
POCSAG decoder setup, you should investigate that first. This
document assumes you have some knowledge about monitoring pager
transmissions with a scanner radio and a computer.

The receiver board connector has 8 pins. Pin 1 is the pin closest
to the corner of the board. Finding a mating connector is a problem,
the pins are very small and close together. Getting a connector from
an old pager is good, or use solid wire to jury rig something.
Depends on how rugged you want it to be.

I used 2 batteries for the power. The pager CPU board normally
doubles the voltage from the pager single 1.5 V battery to supply
3.0 volts. I just took the easy way and used 2 batteries. One
might try to figure a way to power the thing from the serial port,
I didn't mess with it.

The pin defs are:
1 3.0 V
2 ground
3 1.5 V
4 signal out, needs 1k pullup resistor to pin 1
5 ground
6 ground
7 ground
8 no connect

The dreaded ascii schematic! '+' means a wire connection.

3.0 V 1.5 V Gnd
+--+_AA_battery---+--+_AA_battery---+
| | |
| 1k | |
+--/\/\/\---+ | |
| | | |
| +---|-----+ |
| | | |
pins 1 2 3 4 5 6 7 8 |
| | | | | |
Gnd | +---+---+-----------+
| |
| Gnd
signal
out


Feed the signal out to your op amp circuit (see pd203.zip or
hamcomm2x.zip for details). The output of the receiver board
is a very nice square wave, probably cleaner than the one that
is coming from your scanner.

I built a box that has 2 batteries, a pager receiver board, an
op amp circuit, a switch for power off, and a 9 pin serial port.
That and my laptop make a very nice pager monitor setup.
</pre>


[[Category:Misc]]