Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

  1. ModalAI Support Forum
  2. Ask your questions right here!
  3. Forcing 4G Only

Forcing 4G Only

Scheduled Pinned Locked Moved Ask your questions right here!
3 Posts 2 Posters 590 Views 2 Watching
  • 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.
  • Chuck BokathC Offline
    Chuck BokathC Offline
    Chuck Bokath
    Contributor
    wrote on last edited by
    #1

    Hello,

    Is there a way to force the LTE modem into only looking at 4G and below networks? Also, Is there any info/site/manual/info to script AT Cmds directed at the modem itself to get stats?

    Thank You!
    Chuck

    1 Reply Last reply
    0
    • tomT Offline
      tomT Offline
      tom
      admin
      wrote on last edited by
      #2

      @Chuck-Bokath Here is a link to a download page for the AT commands available for the Sierra WP7610: https://source.sierrawireless.com/resources/airprime/software/airprime_wpx5xx_wp76xx_wp77xx_at_command_reference/#

      And here is an example of how to call an AT command and read back output in a simple bash script. We use things like this as a quick way to monitor cellular coverage.

      # AT Command for monitoring network coverage
      #!/bin/bash
      while true; do
      	date
      	echo -ne "AT+QENG=\"servingcell\"\r" | busybox microcom -t 1000 /dev/ttyUSB2
              echo -e "-----------------------------------------------------------------\n"
              sleep 5
      done
      
      1 Reply Last reply
      0
      • Chuck BokathC Offline
        Chuck BokathC Offline
        Chuck Bokath
        Contributor
        wrote on last edited by
        #3

        Thanks you. I'll give it a try

        1 Reply Last reply
        0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        ModalAI
        Categories Recent Tags ModalAI.com Docs
        © 2026 ModalAI® · Accelerating autonomy for smaller, smarter, safer drones · Powered by NodeBB
        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups