The deployment.txt file was missing the rtlsdr object in the ‘plans’ array.
Copy and paste this into the Sensorgnome deployment file text box, save it to disk, and then reboot, and the rtlstr should work after that.
{
"info": "default deployment",
"who": "who is responsible for this deployment",
"contact": "contact information for responsible party",
"shortLabel": "changeMe",
"acquire": {
"gps": {
"secondsBetweenFixes": 300
},
"USB": {
"portInfo": [
"info for USB hub port 1",
"info for USB hub port 2",
"info for USB hub port 3",
"info for USB hub port 4",
"info for USB hub port 5",
"info for USB hub port 6",
"info for USB hub port 7",
"info for USB hub port 8",
"info for USB hub port 9",
"info for USB hub port 10"
],
"portLabel": [
"p1",
"p2",
"p3",
"p4",
"p5",
"p6",
"p7",
"p8",
"p9",
"p10"
]
},
"plans": [
{
"key": {
"port": ".*",
"devType": "rtlsdr"
},
"rate": 48000,
"channels": 2,
"schedule": {
"type": "AlwaysOn"
},
"devParams": [
{
"name": "frequency",
"schedule": {
"type": "Constant",
"value": 166.376
}
},
{
"name": "gain_mode",
"schedule": {
"type": "Constant",
"value": 1
}
},
{
"name": "tuner_gain",
"schedule": {
"type": "Constant",
"value": 40.2
}
},
{
"name": "test_mode",
"schedule": {
"type": "Constant",
"value": 0
}
},
{
"name": "agc_mode",
"schedule": {
"type": "Constant",
"value": 0
}
}
],
"raw": {
"enabled": false,
"chunkMinutes": 0.5
},
"plugins": [
{
"library": "lotek-plugins.so",
"name": "findpulsefdbatch",
"outputID": "pulses",
"params": [
{
"name": "plen",
"value": 2.5
},
{
"name": "minfreq",
"value": 2
},
{
"name": "maxfreq",
"value": 8
},
{
"name": "fftsize",
"value": 24
},
{
"name": "minsnr",
"value": 10
},
{
"name": "noisesize",
"value": 5
},
{
"name": "pulsesep",
"value": 1
}
]
}
]
},
{
"key": {
"port": ".*",
"devType": "funcubeProPlus"
},
"rate": 48000,
"channels": 2,
"schedule": {
"type": "AlwaysOn"
},
"devParams": [
{
"name": "frequency",
"schedule": {
"type": "Constant",
"value": 166.376
}
},
{
"name": "lna_gain",
"schedule": {
"type": "Constant",
"value": 1
}
},
{
"name": "rf_filter",
"schedule": {
"type": "Constant",
"value": 6
}
},
{
"name": "mixer_gain",
"schedule": {
"type": "Constant",
"value": 1
}
},
{
"name": "if_filter",
"schedule": {
"type": "Constant",
"value": 0
}
},
{
"name": "if_gain",
"schedule": {
"type": "Constant",
"value": 0
}
}
],
"raw": {
"enabled": false,
"chunkMinutes": 0.5
},
"plugins": [
{
"library": "lotek-plugins.so",
"name": "findpulsefdbatch",
"outputID": "pulses",
"params": [
{
"name": "plen",
"value": 2.5
},
{
"name": "minfreq",
"value": 2
},
{
"name": "maxfreq",
"value": 8
}
]
}
]
},
{
"key": {
"port": ".*",
"devType": "funcubePro"
},
"rate": 48000,
"channels": 2,
"schedule": {
"type": "AlwaysOn"
},
"devParams": [
{
"name": "frequency",
"schedule": {
"type": "Constant",
"value": 166.376
}
}
],
"raw": {
"enabled": false,
"chunkMinutes": 0.5
},
"plugins": [
{
"library": "lotek-plugins.so",
"name": "findpulsefdbatch",
"outputID": "pulses",
"params": [
{
"name": "plen",
"value": 2.5
},
{
"name": "minfreq",
"value": 0
},
{
"name": "maxfreq",
"value": 24
}
]
}
]
},
{
"key": {
"port": ".*",
"devType": "usbAudio"
},
"rate": 48000,
"channels": 1,
"schedule": {
"type": "AlwaysOn"
},
"raw": {
"enabled": true,
"chunkMinutes": 0.5
}
}
]
},
"module_options": {
"find_tags": {
"params": [
"--default-freq", 166.380,
"--pulse-slop", 1.5
],
"enabled": true
}
}
}