[unknown]
I have removed the Ethernet options in v0.3.0
You should use Other if you are connected by wifi Dongle or Ethernet.
I know the Configuration is a bit confusing, you are welcome to suggest a better way 🙂
[unknown] on the old set up (TTL adapter) we used to see redirecting UDP with GCS IP address... etc...now what ?
instead of having UDP_redirect="yes"
i added the Connection_Type="(gpio or ttl)"
option.
If you have connected your Pixhawk to the RPI GPIO, and want to test in your local network (wifi or ethernet) your config should look something like this.
#Set your telemetry connection. Options:: (gpio, ttl) // gpio = pin 8_tx & 10_rx. ttl = ttl_Ethernet converter.
Telemetry_Type="gpio"
#GCS_adress; Set your DynDns or IP of Ground Control Station.
GCS_address="Destination_GCS_IP"
#Ground Control Station Telemetry Port APM or Navio should start streaming to.
#NOTE! You need to open this port on your GCS network.
PORT="14550"
#Options; (uqmi, wvdial, other) // Other will assume you are connected by other means
GSM_Connect="other"
If you are using TTL adapeter, your config should look something like this.
#Set your telemetry connection. Options:: (gpio, ttl) // gpio = pin 8_tx & 10_rx. ttl = ttl_Ethernet converter.
Telemetry_Type="ttl"
#GCS_adress; Set your DynDns or IP of Ground Control Station.
GCS_address="Destination_GCS_IP"
#Ground Control Station Telemetry Port APM or Navio should start streaming to.
#NOTE! You need to open this port on your GCS network.
PORT="14550"
#Options; (uqmi, wvdial, other) // Other will assume you are connected by other means
GSM_Connect="other"