Hi!
I’m trying to get a BG96 module working (it’s built into a RAK5010 board) to feed continuous GPS data.
I checked the documentation and thought I’d be able to make use of the “auxnmea” port, connected it up and tried to use it but with no joy.
After much experimenting it seems that the board doesn’t accept that port as an output parameter but I can’t see why.
e.g. when I call to query the permitted parameters the response is:
AT+QGPSCFG=?
+QGPSCFG: "outport",("none","usbnmea","uartnmea")
with no aux port. My original calls were ignored and just stayed on the uart, I could change to “none” though.
AT+QGPSCFG="outport","auxnmea",115200
+QGPSCFG: "outport",none
AT+QGPSCFG="outport"
+QGPSCFG: "outport",none
Should this work? Is there any additional configuration required? Do I need to send some commands via the debug port initially?