ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. chris_macdonald
    3. Topics
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by chris_macdonald

    • C

      Connecting to a private 5G network

      Qualcomm Flight RB5 5G Drone
      • • • chris_macdonald
      3
      1
      Votes
      3
      Posts
      282
      Views

      tomT

      @chris_macdonald @kitkatSG Here is an example of how to send an AT command to the Quectel modem:

      echo -ne "AT+QNWPREFCFG=\"mode_pref\",LTE:NR5G\r" | busybox microcom -t 1000 /dev/ttyUSB2

      The above gets ran as part of rb5-modem in order to set the network preference to allow both LTE and 5G.

      Here is a link to the Quectel RM5* series modem AT command manual, you can probably find a relevant AT command to use there: https://www.quectel.com/wp-content/uploads/2021/05/Quectel_RG50xQRM5xxQ_Series_AT_Commands_Manual_V1.2.pdf

    • C

      Cannot Connect to 5G network

      Qualcomm Flight RB5 5G Drone
      • • • chris_macdonald
      15
      0
      Votes
      15
      Posts
      915
      Views

      tomT

      @chris_macdonald Oops, my bad. It is on board at /usr/bin/set-mode-pref