Introduction: How to Make a $19 Police Radio Scanner
In this guide I will explain how to build an inexpensive SDR (software defined radio) that can be used to receive police, fire, taxi, and other digital radio transmissions. I will do my best to explain the steps in detail, and provide further resources to help along the way.
For the radio enthusiasts, this setup is capable of following trunked, digital voice radio transmissions with a single receiver.
Read the full howto here: https://sites.google.com/site/policescannerhowto/
Video of completed setup:
I have to give a lot of credit to the creator of the following guide: http://public-xrp.s3.amazonaws.com/docs/sdrsharptrunk.htm This how to is based largely from that, and other sites listed in the Resources section.
Please use the information in this guide responsibly.
Step 1: Hardware Requirements
The only hardware required besides a computer is going to be a SDR receiver. The bulk of these radios are just USB TV tuners, rebranded and sold as SDR receivers. Many are available on Amazon and eBay. A quick google search should turn up some more as well. I recommend purchasing from somebody who knows about SDR, a popular dealer is NooElec.com. (NooElec also has stores on eBay and Amazon)
In this guide I will be using a Newsky TV28T v2 with a RTL2832U & R820T tuner.
Step 2: Software Requirements
Please use the normal download link if possible to receive the latest software packages. Secondary links are provided for redundancy.
SDRSharp
Software defined radio application. Allows for tuning and receiving of audio from receiver.
A modified version will be needed that is capable of connecting to UniTrunker.
Website: http://sdrsharp.com/
Download: https://public-xrp.s3.amazonaws.com/Release-latest.zip
Download (secondary): https://googledrive.com/host/0BwBTquKxCLOBc3hFLVoxM0o2LW8/Release-latest.zip
rtlsdr.dll
Updated file for SDRSharp
Download: http://sdr.osmocom.org/trac/attachment/wiki/rtl-sdr/RelWithDebInfo.zip
Download (secondary): https://googledrive.com/host/0BwBTquKxCLOBc3hFLVoxM0o2LW8/RelWithDebInfo.zip
Zadig
Version used: 2.0.1.160
Allows for receiver driver installation.
Website: http://rtlsdr.org/softwarewindows
Download: http://sourceforge.net/projects/libwdi/files/zadig/
Download (secondary): https://googledrive.com/host/0BwBTquKxCLOBc3hFLVoxM0o2LW8/zadig_v2.0.1.160.7z
UniTrunker
Version used: 1.0.26.14 preview
Provides decoding support for trunking control channels and issuance of tuning commands.
Website: http://unitrunker.com/
Download: http://unitrunker.com/download/
Download (secondary): https://googledrive.com/host/0BwBTquKxCLOBc3hFLVoxM0o2LW8/UniTrunker-1.0.26.14.msi
Virtual Audio Cable
Version used: 4.10
Provides audio routing between components. Trial available, purchase for $25.
Website: http://software.muzychenko.net/eng/vac.htm
Download: http://software.muzychenko.net/eng/vac.htm#download
Trial Download (secondary): https://googledrive.com/host/0BwBTquKxCLOBc3hFLVoxM0o2LW8/vac412.zip
Digital Speech Decoder (DSD)
Version used: 1.6.0 Beta
Provides digital voice decoding support.
Website: http://wiki.radioreference.com/index.php/Digital_Speech_Decoder_(software_package)
Download: http://wiki.radioreference.com/index.php/Digital_Speech_Decoder_(software_package)#Downloads
Download (secondary): https://googledrive.com/host/0BwBTquKxCLOBc3hFLVoxM0o2LW8/dsd160.exe
Cygwin
Linux support for Windows. Required by DSD.
Website: http://www.cygwin.com/
Download: http://cygwin.com/setup.exe
Download: (secondary): https://googledrive.com/host/0BwBTquKxCLOBc3hFLVoxM0o2LW8/setup.exe
Microsoft Visual C++ 2010 Runtime
Required by remote.dll
Download: http://www.microsoft.com/en-us/download/details.aspx?id=5555
Download (secondary): https://googledrive.com/host/0BwBTquKxCLOBc3hFLVoxM0o2LW8/vcredist_x86.exe
Step 3: Resources
Most of the information in this tutorial is stuff pulled together from the web. Here are some great places to get more information:
SDRSharp Quick Start Guide:
http://www.atouk.com/SDRSharpQuickStart.html
Digital Speech Decoder (DSD) Install Tutorial:
http://www.rtl-sdr.com/rtl-sdr-radio-scanner-tutorial-decoding-digital-voice-p25-with-dsd/
Digital Speech Decoder (DSD) Guide:
http://ukradioscanning.com/viewtopic.php?f=4&t=312
Unitrunker Configuration Guide:
http://public-xrp.s3.amazonaws.com/docs/sdrsharptrunk.htm<-- See for two receiver configuration
Massive Radio Frequency Database:
http://www.radioreference.com/apps/db/
Step 4: Installing Drivers for the SDR Receiver
Download and extract Zadig (you will need a program like WinRAR or 7-Zip). Take note if using Windows XP you will need to download the XP version. Connect the receiver to your computer and ignore/cancel any attempts Windows tries to make to automatically install drivers. In Zadig select “Bulk-In, Interface (Interface 0)”. You may need to go under options and list all devices. Select WinUSB as the driver to install and press Install/Replace Driver.
Next to Driver it should now say WinUSB and the version number. I don’t believe it is required, but if you like you can do the same for Interface 1.
Step 5: Install SDRSharp / Test Receiver
Download the modified SDRSharp package and extract it. Inside the folder is a file called rtlsdr.dll that needs to be replaced. We will get the updated version from inside RelWithDebInfo.zip. Use the file in the /x32 folder. Also note RelWithDebInfo.zip contains executables that can be helpful in troubleshooting should you encounter any driver issues.
If you like you can test to make sure your radio is working properly. Open SDRSharp, set the front end to “RTL-SDR / USB” select WFM and type in a known FM radio station to the center/frequency boxes and press play. For example, if you would like to tune to 97.9 type in 97900000. You can drag the red line to align with the stream in the waterfall.
Step 6: Install Virtual Audio Cable
Install Virtual Audio Cable as it is required to route the audio out from SDRSharp into DSD. Using the trial version will work reasonably well however since it periodically adds a voice over the stream you may or may not have some decoding errors. A new Virtual Audio Cable device should now appear under your playback and recording devices.
Step 7: Windows Sound System Configuration
DSD uses the Windows default recording device as an input. Ensure Virtual Audio Cable Line 1 is set as the default recording audio device in the windows sound properties.
Step 8: Install Cygwin
Install Cygwin using all of the default settings. Once installed browse to C:/cygwin/bin and copy the cygwin1.dll file to the same folder the DSD program will be in.
Step 9: Download DSD
Download the Windows Binary and place it in the same folder as the cygwin1.dll file.
Step 10: Configuring UniTrunker
A trunked radio system is simply a system of radios in which the frequencies used are dynamically managed by a central controller. Most police and fire radios use a trunked radio system. Unitrunker decodes the control channel, and tells the receiver which frequency to tune to.
After downloading and installing, run UniTrunker. Choose “First Time Installation” and Continue.
Two receivers must be configured in UniTrunker, a ‘Signal’ receiver used to receive the control channel signal, and a ‘Control’ receiver used to receive the voice channel transmissions. This can be a little confusing as the signal that the ‘Signal’ receiver is receiving is typically called a ‘Control Channel’.
Step 11: Create Signal Receiver
To configure the signal receiver, press the plus button on the top and select “Signal”.
For the Audio Port setting, select the Virtual Audio Cable created earlier. Set the Sample Rate to 48000, and check all of the decoding protocols.
Step 12: Create Control Receiver
To configure the Control receiver, press the plus again and select “Control”.
Set the Model to “Debug”, and select all three control protocols: P25, ProVoice, and VSELP.
Step 13: Enable Listening in UniTrunker
Finally, in the main UniTrunker options screen, click the Enable checkbox in the Listen section.
Step 14: Start Receivers in UniTrunker
There should now be two receivers listed under the Receivers tab. One control and one signal. Select each and press the play button.
Step 15: Configure SDRSharp
Before starting SDRSharp, open the ‘sdrsharp.exe.config’ file and ensure this line is set as follows:
<add key="minOutputSampleRate" value="48000" />
Open SDRSharp and configure with the following settings:
1. set the radio to NFM
2. Press the “Front end” button, disable RTL AGC, and enable Tuner AGC
3. set the Filter bandwidth to 12500
4. ensure Squelch, Snap to grid, Correct IQ, and Swap I & Q are all disabled
5. under the Audio dropdown ensure Filter Audio is unchecked, and the audio output is the Virtual Audio Cable.
Press Play.
Step 16: Find a Control Channel
Now we need to locate a control channel. This part can be a bit tricky, but after some practice it gets easier. You can start by looking for channels in the 850-900MHz range, but another good place to start is in the radioreference.com frequency database.
On radioreference.com, browse to your area and find the section labeled “Trunked Radio Systems”. Browse through the systems and find one that has a good amount of information. See the example below.
We are interested in the control channels, shown in red and blue.
Step 17: Testing a Control Channel
Test each control channel until you find one you can receive. For example, if I want to test 856.21250a then I need to enter 856212500 into the Frequency and Center boxes in SDRSharp. (Note the extra 0, and no decimal point)
Control channels will be a continuous stream in the waterfall window, unlike voice transmissions which are intermittent.
If you cannot find a signal, try other trunked systems listed in your area, listed in surrounding areas, or by manually browsing the spectrum.
If you find that a control stream is to the near right or near left of the red line after typing in a known frequency, manually move the line to be in the center of the stream. It may be helpful to zoom in. This problem will be dealt with under the calibration section.
After about 10-15 seconds of being tuned to a control channel, a new window should pop up in UniTrunker.
After a few more seconds to a few minutes several frequencies should populate and channel activity will start scrolling by. If you see a red “Frequency Needed” and 0.00000, wait a few more minutes to see if it goes away. If not, click on the small calculator icon at the top and then standard.
Step 18: Calibrating the Tuner
Because this tuner will be tuned programmatically, it is essential that it is correctly calibrated.
Enter the known control frequency (either from radioreference, or the red frequency listed in UniTrunker) in the center and frequency boxes.
You may see that red line not aligned with the channel. Open the “Front End” dialog box and adjust the Frequency correction value until the red line is centered onto the channel.
Step 19: Lock UniTrunker to the Control Channel
After you have found a control channel and calibrated the tuner you will need to lock UniTrunker down to only receive that control channel. Everything would technically work without this step, but it helps UniTrunker find the control channel faster as it switches between the control and signal.
Double click the Signal line under the Receivers tab and change the “Lock Mode” to Dedicated.
Double click the Control line and change the Park frequency to the control channel. In my case it’s 856.21250.
Note: If you change systems or want to find a new control channel you will need to change the Lock Mode back to none.
Step 20: Setup UniTrunker to Control SDRSharp
Copy Remote.dll from the SDRSharp directory into the UniTrunker installation directory. Remote.dll requires Microsoft Visual C++ 2010 Runtime, so you will need to download and install that as well.
Close and then reopen UniTrunker. Ensure SDRSharp is tuned to the control channel and UniTrunker is receiving the control signal.
Under the Trunking tab in SDRSharp set the “UniTrunker Install Directory” to the directory containing the ‘sdrsharptrunking.log’ file. This is the file that UniTrunker makes to tell SDRSharp which channels to tune to.
NOTE: The code currently makes the poor assumption that you’re running UniTrunker directly from the install directory. If you run it from the shortcut, you will find the ‘sdrsharptrunking.log’ file in your %AppData% directory, typically C:\Users\<username>\AppData\Roaming\UniTrunker. This is the folder you need to select, and because it does not see UniForm.exe or Remote.dll in the same directory, it may complain. Ignore that.
Check the “Delay Re-Tune Until Call Completes” box. This setting controls the level at which SDRSharp will retune back to the control frequency after an audio transmission ends. This value will need some adjusting as you go along, but to roughly set it look at the peak signal strength of the control channel, in my previous screenshots you can see it’s around -15db. Subtract another 15db or 20db and set it to that number.
Set the “Tune to Control Channel” to the known control channel frequency.
Step 21: Start Listening!
At this point we can launch the Digital Speech Decoder executable and check the Enable box under Trunking in SDRSharp.
You will more than likely need to adjust the AF Gain value under the Audio dropdown. As a general rule you want to try and get the inlvl value in DSD to around 30% for the best quality audio decoding. Note that your computer may work better at another value, so experiment a little.
In my case, setting AF Gain to around 60% worked well.
Also experiment with adjusting the AGC settings in the “Front end” dialog box. Try enabling/disabling the RTL AGC, Tuner AGC, and RF Gain values to get the best signal. Note if you change the AGC values you will likely need to change the “Delay Re-Tune Until Call Completes” value as well.
Step 22: Go Further
Keep in mind this setup is not ideal; it’s a basic setup using minimal components. You will not receive all transmissions and there can be a delay when retuning back to the control channel. For an optimal setup you will want to have two SDR receivers; one dedicated to the control channel and one dedicated to the signal. For information on how to configure this take a look at the UniTrunker Configuration Guide under resources.
I read somewhere that connecting the USB receiver to your computer through a USB extension cable can help reduce interference. I had an old cable lying around from a wireless mouse and it seems to work well.
Also, read over the other resources, they can help you better calibrate your setup.

Participated in the
Epilog Challenge V

Participated in the
Jury Rig It! Contest
38 Comments
Question 4 years ago on Step 11
I got all the software downloaded and installed and everything seems to be correct except when I run Unitrunker and go to add the signal and control, it doesn't show all of the options in your screen shot. I only see Type, Model, Run, Status. And none of the seemingly vital fields so that I can configure it. Any idea why this is?
Question 5 years ago
HELP! Please See my prior question.
Answer 5 years ago
I've not made this project or read the Instructable but I've tried to help by answering the original question. Remember that the author can't always reply promptly, if at all. People will usually try to help whenever they can, you just have to be patient. Note that the .7z files in the SoundForge link can be extracted using WinRAR from www.rarlab.com.
Question 5 years ago on Step 4
Could somebody please explain this complete in plain English. I downloaded everything I needed. Tried following this but there is no executable file in the Zadig zip files. So I'm stuck from the get-go. Trying to use this as a local police scanner, but I can't get past step 2. Is there a video of the process?
Answer 5 years ago
The 'zadig_v2.0.1.160.7z' file on the SoundForge link contains the EXE file, direct link below:
https://sourceforge.net/projects/libwdi/files/zadi...
5 years ago
Is this compatible with Project 25 Phase II TDMA modulation?
Reply 5 years ago
I have not done this particular Instructable thus am not sure how specifically todo P25 Phase II, but there is an article up on http://www.rtl-sdr.com/.
This is the best place to find how to information on SDR
7 years ago
Help! I have followed all of the above and SDR# "looks" good, Unitrunker is showing activity and all the information changes as the calls come through, I have DSD running and I can see lots of activity happening in the DOS screen that matches the changing data in Unitrunker. BUT I don't hear a thing! I know I have missed something, but I have looked so long my eyes are crossed. Any help for a first timer would be greatly appreciated.
8 years ago on Introduction
If you don't load the groups you get everything in the system.
As they popup in the calls list you can name them by clicking on them. You can also lock out the ones you don't want. Downloading the radio reference list is easiest, but you still have to lockout the ones you don't want. When you find your system in the search the ?sid=xxx in the url is the one you put in the system info tab Site ID for download.
8 years ago on Introduction
All you need is zadig, UniTrunker, and one dongle.
Create a RTL radio.
In the info tab say 2 VCO's
1st vco is control channel
2nd is voice
You also need all the channels set up and the trunk groups -RadioReference is the place.
8 years ago on Introduction
has anyone tried this on the rasbery pi 2
8 years ago on Introduction
Would I be able to monitor air channels 118-136 with this setup? Great writeup!!!
8 years ago on Introduction
hi. i would like to know if i can do this with ANY (by any i mean non rtl2832 based chipsets) usb tv tuners. i am unable to get any of those in my country (uruguay).
8 years ago on Introduction
I seem to have gotten SDR to work but the voice reception is choppy. Does anyone have a solution to improve this?
9 years ago on Introduction
Nice write-up.. Up to the point of configuring UniTracker Control. Under model there is no debug option. Suggetions? Thanks..
Reply 9 years ago on Introduction
I'm using UniTrunker version 1.0.29.5 and the initial creation screen includes a button for Debug. Once created, I left the type as debug also and it seems to work okay.
9 years ago on Step 22
what kind of antenna would you suggest for someone to make this work optimally?
I followed the instructions but am only getting extremely intermittent transmissions on the control frequency for my county public service trunk control. I've tried the alternates no difference with those as opposed to the primary control frequency. I'm only using the antenna that came with my usb software radio so I figure that this is woefully inadequate.
Reply 9 years ago on Introduction
I'm having the same issues.Got everything working but many conversations are choppy. One thing that helped my reception was to put the antenna on a metal surface. I used an old cookie sheet and it seems to help considerably. I have a friend who is Ham Op and will ask about antenna choices. Something small that I can keep in the house rather than mounting on the roof.
9 years ago on Introduction
I have a 2 dongle setup and all appears to be working fine except I have no sound what so ever. Am I missing something everything is configured as to the article, in sound properties record is set to line 1 vac and in playback it is set to speakers.
9 years ago on Step 22
My local police/fire does not use trunking, What steps can I elimate just to receive digital non-encrypted traffic?/
Thanks,..