I did a fair amount of searching and didn't find an answer- does the Raspberry Pi image have alpha tag support? I'm considering switching to a Pi for my all-analog stream but would like to retain the tags.
Thanks for the info, Lindsay. I'll look into it.There's not alpha tag support bundled with the image, but there is this solution you can implement yourself:
I think I cobbled together a file, but it doesn't appear to be working for me. Does it go in the same folder as the config.json on the BCFY Pi Image build? I've basically made of talkgroups.csv file, and just started putting info in the lines, for example: 61985,f221,TE,Unknown,Unknown,Unknown,Unknown,-1Use a talkgroups file as documented on the Trunk Recorder configuration options below. The encryption flag on there should stop it. You can also add another column to the .csv file called "Priority" and set -1 for the encrypted talkgroups to skip them.
Configuring Trunk Recorder | Trunk Recorder
It takes a little bit of work to correctly configure Trunk Recorder, but once you get everything working you will not have to touch it again.trunkrecorder.com
"systems": [{
"control_channels": [855462500],
"type": "p25",
"talkgroupsFile": "talkgroups.csv",
"modulation": "qpsk"
}]
}
Not sure if this is your only issue, but that VIPER site has a 4.9 MHz difference between its highest and lowest frequency. Thus, you cannot monitor that site with a single RTL dongle which only has a bandwidth of about 2.4 MHz.I am using the new image and attempting to stream calls of the NC VIPER system ,which is a trunked p25 system, using the included trunk recorder app. I keep getting the error. "No Transmissions were recorded!" I am using a raspberrypi4 with an rtlsdrv3 dongle. Here is my config.json file and a copy of the log.
With the above settings this is the min and max frequencies that I show and it appears to tune to the correct frequencies.Not sure if this is your only issue, but that VIPER site has a 4.9 MHz difference between its highest and lowest frequency. Thus, you cannot monitor that site with a single RTL dongle which only has a bandwidth of about 2.4 MHz.
That is because you have the sample rate set to 6 MHz in your config file. However, at least as far as I know, that is not valid as the maximum bandwidth the RTL is capable of is 2.4 MHz (source: https://www.rtl-sdr.com/wp-content/uploads/2018/02/RTL-SDR-Blog-V3-Datasheet.pdf). If you want to be sure, run GQRX and use the visual display to verify how much usable spectrum is actually being received. Just because the SDR is tuning to a frequency does not necessarily mean it is actually receiving a signal at said frequency.With the above settings this is the min and max frequencies that I show and it appears to tune to the correct frequencies.
[2025-01-08 21:01:17.031862] (info) Max Frequency: 856.587500 MHz
[2025-01-08 21:01:17.031898] (info) Min Frequency: 850.687500 MHz