dPMR Frequency

Digital PMR uses the upper 8 of the 16 PMR channels in a 6.25 kHz raster. While analog PMR uses a 12.5 kHz raster (Narrow FM), the smaller 6.25 kHz raster (FDMA) allows for 16 channels.
dPMR -> NXDN -> 4FSK/FDMA
dPMR446 Channel | Frequency (MHz) |
---|---|
1 | 446.103125 |
2 | 446.109375 |
3 | 446.115625 |
4 | 446.121875 |
5 | 446.128125 |
6 | 446.134375 |
7 | 446.140625 |
8 | 446.146875 |
9 | 446.153125 |
10 | 446.159375 |
11 | 446.165625 |
12 | 446.171875 |
13 | 446.178125 |
14 | 446.184375 |
15 | 446.190625 |
16 | 446.196875 |
Good complete overview in Dutch: https://www.groveld.com/articles/pmr-frequencies
ICOM CS-F52D programming software – add zone
Question: Can I add multiple zones to ICOM F52D and F62D NXDN handheld radios? I currently only have one zone, and I can’t figure out how to add more.
Answer: To add a zone, the Capacity field needs to be entered first. See the screenshot of the CS-F52D programming software. This information is missing from the help file and documentation.

RTL-SDR Calibration with R820T2 chip
Calibrating your DVB-T dongle with R820T(2) chip
First: Installation of RTL-SDR
sudo apt-get update
sudo apt-get install cmake build-essential libusb-1.0-0-dev
cd ~
git clone git://git.osmocom.org/rtl-sdr.git
cd rtl-sdr
mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON make
sudo make install
sudo ldconfig
Second: Installation of kalibrate-rlt
cd ~/src
sudo apt-get install libtool autoconf automake libfftw3-dev
git clone https://github.com/asdil12/kalibrate-rtl.git
cd kalibrate-rtl
git checkout arm_memory
./bootstrap
./configure
make
sudo make install
Make sure the RTL stick is running for few minutes to let it warm-up. Get a first rough ppm offset estimation with: Read more
Kenwood TH-D7 Memory Control Program
I’ve made some preset configuration files for the Kenwood TH-D7.
Read more
Kenwood TM-D700 Repeater audio fix
The Kenwood TM-D700 got a modification to enable repeater mode. Once done, you’ll find out the transmitted audio is not filtered well. After some research I’ve found this kenwood service bulletin and decided to give it a go and the result Read more