We are trying to compare the accuracy of received coordinates and satellites using GNSS firmware on two devices:
1) nRF9160 DK with external antenna;
2) Our custom board with nRF9160 (with internal antenna).
Our microcontroller has a physical connection to the nRF9160 via pins:
- tx-pin = <0xa>;
- rx-pin = <0xb>;
- rts-pin = <0xc>;
- cts-pin = <0xd>;
This was originally done to use the "serial_lte_modem" firmware to be able to use AT commands and communicate with the nRF9160.
Actually, what is the question, can we somehow change the "GNSS" firmware in such a way that the trace from it goes to the specified UART pins? Or is it impossible to do?
Because otherwise we did not see another way to compare the performance of "GNSS" firmware on different devices.