LTE strength
-
You can use a variety of AT commands in order to read / write to the modem. One command that we often use to query signal strength is
AT+QENG="servingcell". You can send this command and read the output to the terminal all in a single command usingecho -ne "AT+QENG=\"servingcell\"\r" | busybox microcom -t 1000 /dev/ttyUSB2. -
thank you I will try that
-
@tom said in LTE strength:
busybox microcom -t 1000 /dev/ttyUSB2.
Hi just one question what does this mean ? : busybox microcom -t 1000 /dev/ttyUSB2
-
I also have another modem that is 5g that I would like to connect to the microusb? what device would that be ? it would be ttyUSB1 ?
-
I am getting "ERROR" when running this command
-
I am not sure but none of the commands are running.
Also, it does not have the command AT+QENG for me to check out
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login