GS-232B rotator interface don't react

Hi,
transfert my usualy ERC-M interface and G5400 ham station to satnogs project.
(The ERC interface work perfectly as GS-232B et 9600bds protocol)
Setting satnogs parameters but no react…(?)
Did I miss something?
VE2DSK

“configuration”: {
“satnogs_antenna”: “RX”,
“satnogs_api_token”: “[redacted]”,
“satnogs_post_observation_script”: “/home/pi/postob.sh --id {{ID}} --tle {{TLE}}”,
“satnogs_ppm_error”: “0”,
“satnogs_rf_gain”: “38.6”,
“satnogs_rot_baud”: “9600”,
“satnogs_rot_flip”: true,
“satnogs_rot_model”: “GS-232B”,
“satnogs_rx_samp_rate”: “2.048e6”,
“satnogs_soapy_rx_device”: “driver=rtlsdr”,
“satnogs_station_elev”: “50”,
“satnogs_station_id”: “1461”,
“satnogs_station_lat”: “45.651”,
“satnogs_station_lon”: “-73.564”,
“satnogs_waterfall_min_value”: “-70”

You are missing a few settings.

From the wiki ( SatNOGS Client Setup - SatNOGS Wiki ):

Your SATNOGS_ROT_MODEL setting should be ROT_MODEL_GS232B (taken from here: https://gist.github.com/kerel-fs/2354ff9c082cd3c1594afc38c67bc32a#hamlib-release-33 )

Your SATNOGS_ROT_BAUD should be 9600 (which it is), but your SATNOGS_ROT_PORT setting should be whatever the serial port is for the rotator (possibly /dev/ttyUSB0 )

1 Like

Ok, using “Macro name” instead of “Model”.
I juste change “satnogs_rot_model” from GS-232B >> ROT_MODEL_GS232B
Working like a charm now…!! many thanks vk5qi…

Real VE2DSK

3 Likes