Hi,
I’m working on a custom board based on Nordic’s nRF9151 with EG916Q with GNSS + LTE-CAT1. The EG916Q datasheet states that one UART is needed for AT command communication (for LTE-CAT1 in my case over main UART) and another one dedicated to GNSS (GNSS UART) to get NMEA sentences.
Since I have only one UART left for both, I was wondering if is it possible to get NMEA sentences and communicate with AT commands over the same UART.
As far as I read, the application note “EG915Q Series&EG916Q-GL GNSS Application Note”, in sections 2.3.1.2 and 2.3.1.14, explain how to get NMEA sentences using the AT command “AT+QGPSGNMEA”. This way I would get NMEA sentences if I ask for them from host processor.
I would like to confirm if this way I can get both LTE-CAT1 and GNSS working over the same UART.
Thank you in advance.