<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to PAGER</title><link>https://sourceforge.net/p/linuxsdr/wiki/PAGER/</link><description>Recent changes to PAGER</description><atom:link href="https://sourceforge.net/p/linuxsdr/wiki/PAGER/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 20 Feb 2020 01:19:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/linuxsdr/wiki/PAGER/feed" rel="self" type="application/rss+xml"/><item><title>PAGER modified by pynstrom</title><link>https://sourceforge.net/p/linuxsdr/wiki/PAGER/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -20,7 +20,7 @@
 `multimon-ng -t raw -a FLEX -f alpha -`

 New data should appear in the terminal as it is received and decoded.
-![](https://img.photobucket.com/albums/tt344/kluge/sdrlive/03_sm.jpg)
+![](https://i.imgur.com/yBSmD3B.jpg)

 #**-----------------------------------------------------------------------------**
 ####Using rtl_fm and multimon-ng
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pynstrom</dc:creator><pubDate>Thu, 20 Feb 2020 01:19:31 -0000</pubDate><guid>https://sourceforge.net41977ba77e2211e819518704d8bdc462831d4823</guid></item><item><title>PAGER modified by pynstrom</title><link>https://sourceforge.net/p/linuxsdr/wiki/PAGER/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,5 +1,6 @@
 ##**Decoding FLEX pager data**

+#**-----------------------------------------------------------------------------**
 ####Using GQRX and multimon-ng
 Open GQRX from the applications menu and select your radio from the drop-down device list. 
 Your device string should look something like 'rtl=0' for rtlsdr or 'hackrf=256f17' for hackrf.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pynstrom</dc:creator><pubDate>Wed, 19 Feb 2020 05:17:01 -0000</pubDate><guid>https://sourceforge.net921bed5888f0c6a5c93a1415cf72377716e12bb9</guid></item><item><title>PAGER modified by pynstrom</title><link>https://sourceforge.net/p/linuxsdr/wiki/PAGER/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,7 +4,7 @@
 Open GQRX from the applications menu and select your radio from the drop-down device list. 
 Your device string should look something like 'rtl=0' for rtlsdr or 'hackrf=256f17' for hackrf.

-Locate a FLEX transmission and demodulate using NBFM.  In my area there are several channels located between 929MHz and 931 MHz.  After tuning to the desired frequency and setting filter with to around 12.5kHz, press the UDP button at the bottom of the audio panel  to stream the raw audio data on port 7355.
+Locate a FLEX transmission and demodulate using NBFM.  In my area there are several channels located between 929MHz and 931 MHz.  After tuning to the desired frequency and setting filter width between 12.5k and 17.5k, press the UDP button at the bottom of the audio panel  to stream the raw audio data on port 7355.

 Next open a terminal and enter the following command:
 `nc -l -u -p 7355 | sox -t raw -esigned-integer -b 16 -r 48000 - -esigned-integer -b 16 -r 22050 -t raw - | multimon-ng -t raw -a FLEX -f alpha -`
@@ -21,12 +21,24 @@
 New data should appear in the terminal as it is received and decoded.
 ![](https://img.photobucket.com/albums/tt344/kluge/sdrlive/03_sm.jpg)

+#**-----------------------------------------------------------------------------**
 ####Using rtl_fm and multimon-ng
 For rtlsdr only.
 Open a terminal and enter the following command:
-`rtl_fm -f 929.6125M -s 12500 | sox -t raw -esigned-integer -b 16 -r 12500 - -esigned-integer -b 16 -r 22050 -t raw - | multimon-ng -t raw -a FLEX -f alpha -`
+`rtl_fm -f 929.6236M -s 12500 | sox -t raw -esigned-integer -b 16 -r 12500 - -esigned-integer -b 16 -r 22050 -t raw - | multimon-ng -t raw -a FLEX -f alpha -`

 Alternatively, using a wider bandwidth, multimon-ng can be fed directly from rtl_fm:
-`rtl_fm -f 929.6125M -s 22050 | multimon-ng -t raw -a FLEX -f alpha -`
+`rtl_fm -f 929.6236M -s 22050 | multimon-ng -t raw -a FLEX -f alpha -`

-####Using GQRX and PDW
+#**-----------------------------------------------------------------------------**
+####Using CubicSDR or GQRX and PDW
+Start CubicSDR or GQRX and select your radio.  If using GQRX select Virtual_Sink from the audio device drop-down menu before hitting OK.  Tune to desired frequency, set filter width and demodulation, making sure squelch is turned off.  If using CubicSDR set audio output to default and set system sound to Virtual_Sink using Menu&amp;gt;Settings&amp;gt;Sound&amp;gt;Output.
+
+Next, start PDW from the applications menu.  To pipe audio we need to tell PDW monitor the Virtual_Sink.
+Open 'PulseAudio Volume Control' from the applications menu or from the command line using:
+`pavucontrol`
+
+Select the recording tab and set the drop-down menu for PDW to 'Monitor Virtual_Sink'.
+
+The decoded messages should start to appear in the PDW output window.
+Adjusting the audio gain in the receiver application can help achieve a better output.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pynstrom</dc:creator><pubDate>Wed, 19 Feb 2020 05:16:11 -0000</pubDate><guid>https://sourceforge.net69d5d17983ad1416b74ce203000d4981cf4d8472</guid></item><item><title>PAGER modified by pynstrom</title><link>https://sourceforge.net/p/linuxsdr/wiki/PAGER/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,8 @@
 ##**Decoding FLEX pager data**

 ####Using GQRX and multimon-ng
-Open GQRX from the applications menu.  Select your radio from the drop-down device list.  Your device string should look something like 'rtl=0' for rtlsdr or hackrf=257949 for hackrf.
+Open GQRX from the applications menu and select your radio from the drop-down device list. 
+Your device string should look something like 'rtl=0' for rtlsdr or 'hackrf=256f17' for hackrf.

 Locate a FLEX transmission and demodulate using NBFM.  In my area there are several channels located between 929MHz and 931 MHz.  After tuning to the desired frequency and setting filter with to around 12.5kHz, press the UDP button at the bottom of the audio panel  to stream the raw audio data on port 7355.

@@ -18,3 +19,14 @@
 `multimon-ng -t raw -a FLEX -f alpha -`

 New data should appear in the terminal as it is received and decoded.
+![](https://img.photobucket.com/albums/tt344/kluge/sdrlive/03_sm.jpg)
+
+####Using rtl_fm and multimon-ng
+For rtlsdr only.
+Open a terminal and enter the following command:
+`rtl_fm -f 929.6125M -s 12500 | sox -t raw -esigned-integer -b 16 -r 12500 - -esigned-integer -b 16 -r 22050 -t raw - | multimon-ng -t raw -a FLEX -f alpha -`
+
+Alternatively, using a wider bandwidth, multimon-ng can be fed directly from rtl_fm:
+`rtl_fm -f 929.6125M -s 22050 | multimon-ng -t raw -a FLEX -f alpha -`
+
+####Using GQRX and PDW
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pynstrom</dc:creator><pubDate>Wed, 19 Feb 2020 04:44:39 -0000</pubDate><guid>https://sourceforge.neta55547ffd6a1ca9c5ed7af0e2b0ae40f4f71baa2</guid></item><item><title>PAGER modified by pynstrom</title><link>https://sourceforge.net/p/linuxsdr/wiki/PAGER/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -0,0 +1,20 @@
+##**Decoding FLEX pager data**
+
+####Using GQRX and multimon-ng
+Open GQRX from the applications menu.  Select your radio from the drop-down device list.  Your device string should look something like 'rtl=0' for rtlsdr or hackrf=257949 for hackrf.
+
+Locate a FLEX transmission and demodulate using NBFM.  In my area there are several channels located between 929MHz and 931 MHz.  After tuning to the desired frequency and setting filter with to around 12.5kHz, press the UDP button at the bottom of the audio panel  to stream the raw audio data on port 7355.
+
+Next open a terminal and enter the following command:
+`nc -l -u -p 7355 | sox -t raw -esigned-integer -b 16 -r 48000 - -esigned-integer -b 16 -r 22050 -t raw - | multimon-ng -t raw -a FLEX -f alpha -`
+
+There's a few things going on here.  First, we're using net cat to listen on port 7355 for UDP connections
+`nc -l -u -p 7355`
+
+and piping that data into sox to resample the stream from GQRX output of 48000 to what multimon-ng is looking for, 22050.
+`sox -t raw -esigned-integer -b 16 -r 48000 - -esigned-integer -b 16 -r 22050 -t raw -`
+
+finally, sending that on to multimon-ng to decode the FLEX data
+`multimon-ng -t raw -a FLEX -f alpha -`
+
+New data should appear in the terminal as it is received and decoded.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pynstrom</dc:creator><pubDate>Wed, 19 Feb 2020 04:10:00 -0000</pubDate><guid>https://sourceforge.net39d368b54051aeba17007ce3fbebe4adeb31f28a</guid></item><item><title>PAGER modified by pynstrom</title><link>https://sourceforge.net/p/linuxsdr/wiki/PAGER/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pynstrom</dc:creator><pubDate>Wed, 19 Feb 2020 03:25:57 -0000</pubDate><guid>https://sourceforge.netc95cef33daa5256087e5ee30ae3aada5b89d63b2</guid></item></channel></rss>