Hi folks,
Just thought i'd throw this out there since i've been working on this for a little while now. I saw a youtube video of a guy using OP25 to transmit P25 audio using a usrp. I was also able to accomplish this task but without the usrp!
I used a Yaesu FT-7800R, a radiotone full duplex repeater controller, a custom cable connected to the 7800R, a baofeng uv-5ra (for squelch...this will change), a Uniden BCD396XT (to decode the p25 audio), Gnuradio 3.2.2 and the latest version of op25 (release 328 I believe).
So, I made a virtual machine of ubuntu 10.04, updated all the packages, installed gnuradio 3.2.2 from source, and installed op25 via the instructions at op25.osmocom.org.
I took the audio output from my laptop (3.5 mm audio cable) and wired it into the 6-pin mini din jack on the back of the 7800R. (Tip of audio cable to Data-In, ring is unused, sleeve to ground).
I then connected the PTT pin on the 7800R's 6 pin mini din port to the appropriate pin on the Radio-Tone's TX port. The Packet Speed must be set to 9600bps on the 7800R.
I connected the baofeng UV-5RA to the input of the radio tone (a makeshift carrier detect (...for now).
I used my laptop's built in microphone as the input source and ran the following command to start the op25 transmission via soundcard:
./op25_audio_tx.py -G 0.5 -n 1 -O pulse -v
This runs op25 audio transmit, sets the output gain at 0.5, 1 channel, outputs using pulse audio, and is verbose (shows levels every few seconds).
The baofeng uv-5ra connected to the radio-tone controller is set to receive on 449.6. To actually key up on the FT-7800R (with p25 audio) you have to use another radio and transmit on 449.6 (kind of goofy, but it's all I could figure out at 11pm...).
So when you key up on the second radio using 449.6 the baofeng receives the signal. This causes the Radio-Tone to key up the FT-7800R and transmit the p25 audio from op25 (laptop audio out).
I had to adjust the output levels a little bit (maybe 20 seconds to find the right levels) but it works great!!! The Uniden BCD396XT decodes the p25 audio perfectly.
Sorry if this is a bit scatter-brained...it's late. I plan on making a mini youtube video to show the setup and demonstrate the working audio.
73
-Ryan KC9GMY
Just thought i'd throw this out there since i've been working on this for a little while now. I saw a youtube video of a guy using OP25 to transmit P25 audio using a usrp. I was also able to accomplish this task but without the usrp!
I used a Yaesu FT-7800R, a radiotone full duplex repeater controller, a custom cable connected to the 7800R, a baofeng uv-5ra (for squelch...this will change), a Uniden BCD396XT (to decode the p25 audio), Gnuradio 3.2.2 and the latest version of op25 (release 328 I believe).
So, I made a virtual machine of ubuntu 10.04, updated all the packages, installed gnuradio 3.2.2 from source, and installed op25 via the instructions at op25.osmocom.org.
I took the audio output from my laptop (3.5 mm audio cable) and wired it into the 6-pin mini din jack on the back of the 7800R. (Tip of audio cable to Data-In, ring is unused, sleeve to ground).
I then connected the PTT pin on the 7800R's 6 pin mini din port to the appropriate pin on the Radio-Tone's TX port. The Packet Speed must be set to 9600bps on the 7800R.
I connected the baofeng UV-5RA to the input of the radio tone (a makeshift carrier detect (...for now).
I used my laptop's built in microphone as the input source and ran the following command to start the op25 transmission via soundcard:
./op25_audio_tx.py -G 0.5 -n 1 -O pulse -v
This runs op25 audio transmit, sets the output gain at 0.5, 1 channel, outputs using pulse audio, and is verbose (shows levels every few seconds).
The baofeng uv-5ra connected to the radio-tone controller is set to receive on 449.6. To actually key up on the FT-7800R (with p25 audio) you have to use another radio and transmit on 449.6 (kind of goofy, but it's all I could figure out at 11pm...).
So when you key up on the second radio using 449.6 the baofeng receives the signal. This causes the Radio-Tone to key up the FT-7800R and transmit the p25 audio from op25 (laptop audio out).
I had to adjust the output levels a little bit (maybe 20 seconds to find the right levels) but it works great!!! The Uniden BCD396XT decodes the p25 audio perfectly.
Sorry if this is a bit scatter-brained...it's late. I plan on making a mini youtube video to show the setup and demonstrate the working audio.
73
-Ryan KC9GMY