NCS 2.7.0
Zephyr 3.6.99
I have &uart1 described with status = "okay"
With a sub node of gnssdev: gnss-nmea-generic also with status = "okay"
I have tried with both pointing the alias gnss = &gnssdev which is written to be the proper way . As well as trying with &uart1 which commands like gnss_get_enabled_systems( pass with.
Callbacks of GNSS_DATA_CALLBACK_DEFINE(GNSS_MODEM, gnss_data_cb);
Do not seem to fire.
I can write out data on uart1 and see $GNGGA and other packets. Tho there seems to be an extra new line here and there and the first GNGGA packet seems incomplete with a later line with GNGGA showing a Fix on column 6 as expected. I was concerned perhaps the WILDCARD matching may not work.
Anyhow am at wits end here.
Am getting no debug msg output from gnss or modem_chat.
Am using sample like this github.com/.../gnss