Hi ,
I am very new to mangoH Red WP7608.
My question is,
can I use the UART1(in app mode) (on raspberry pi connector) to interface to a sensor and get data and send data(UART1 sensor) to Airvantage cloud continuously.
I am asking because,
is UART1 is used as AT cmd interface to communicate to WP cellular module.
It really depends on your use case if you use AT cmd over UART1.
After mapping UART1 for Linux/App use, the modem and GPS feature will still work and you still can access modem AT interface over USB, for example.
And if you want, you can restore the setting via AT cmd (!MAPUART) or devstudio any time.
Thanks for the Info.
Currently, I am collecting sensor data on UART1 interface with “app Mode” configured using “uartMode” command and simultaneously I am trying to get GNSS TTFF fix via legato gnss serivice, many times I see GNSS TTFF fix taking long time or never fix.
Thanks for the reply,
I have posted my problem here.
What makes you think is has anything to do with UART1?
Ans: I think because Cellular module requires an AT command interface(UART1 only, not UART2 because does not have atcmd mode) to communicate to cloud or get gps location, so my app is using gnss and Cloud servicse and UART1 in app mode to get sensor data also. I think , my read/write to sensor via UART1 (/dev/ttyHS0) is affecting GNSS/Cellular module.
ANS: _I can get without my UART1 sensor , but with UART1 sensor file descriptor open I will never get GNSS fix, so I suspected GNSS module uses UART1(which is not by reffering @davidc ).
still i do not know why i do not get GNSS fix with my UART1 Open.