• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login

    LTE strength

    Ask your questions right here!
    2
    11
    585
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Aldo Castro Freire
      last edited by 25 Mar 2021, 19:41

      Is there any advice or method to measure the lte strength that my module is able to receive?

      1 Reply Last reply Reply Quote 0
      • T
        tom admin
        last edited by 25 Mar 2021, 21:07

        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 using echo -ne "AT+QENG=\"servingcell\"\r" | busybox microcom -t 1000 /dev/ttyUSB2.

        1 Reply Last reply Reply Quote 0
        • A
          Aldo Castro Freire
          last edited by 31 Mar 2021, 19:52

          thank you I will try that

          1 Reply Last reply Reply Quote 0
          • A
            Aldo Castro Freire
            last edited by 12 Apr 2021, 16:55

            @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

            1 Reply Last reply Reply Quote 0
            • T
              tom admin
              last edited by 12 Apr 2021, 16:59

              @Aldo-Castro-Freire microcom is a program that can be used to talk to devices over a serial port (/dev/ttyUSB2). It handles sending AT commands to the modem cleanly.

              1 Reply Last reply Reply Quote 0
              • A
                Aldo Castro Freire
                last edited by 12 Apr 2021, 17:05

                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 ?

                1 Reply Last reply Reply Quote 0
                • T
                  tom admin
                  last edited by 12 Apr 2021, 17:29

                  What 5g modem are you attempting to use? The drivers would need to be integrated into the kernel in order for it to be recognized.

                  1 Reply Last reply Reply Quote 0
                  • A
                    Aldo Castro Freire
                    last edited by 1 Nov 2021, 19:39

                    I am getting "ERROR" when running this command

                    1 Reply Last reply Reply Quote 0
                    • T
                      tom admin
                      last edited by 2 Nov 2021, 16:42

                      Check here for Sierra's AT command documentation: https://source.sierrawireless.com/resources/airprime/software/airprime_wpx5xx_wp76xx_wp77xx_at_command_reference/

                      1 Reply Last reply Reply Quote 0
                      • A
                        Aldo Castro Freire
                        last edited by 3 Nov 2021, 18:07

                        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

                        1 Reply Last reply Reply Quote 0
                        • T
                          tom admin
                          last edited by 3 Nov 2021, 18:36

                          Can you show an example output of what you are seeing? Also, which modem are you using?

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post
                          Powered by NodeBB | Contributors