🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Cat-M1 + GNSS Unit has no GPS GNSS option.

    Scheduled Pinned Locked Moved Units
    5 Posts 2 Posters 6.4k Views
    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.
    • H Offline
      HWTaro9
      last edited by

      According to the docs page the Cat-M1 + GNSS unit supports GPS, but in UiFlow the only options are GLONASS (Russia), BEIDOU (China), GALILEAN (Europe), and QZSS (Japan), and I'm in the US and I need to use GPS.

      1 Reply Last reply Reply Quote 0
      • felmueF Offline
        felmue
        last edited by felmue

        Hello @HWTaro9

        I think you can choose any of the four options as GPS is always included by default. From the SIM7080 AT command document:

        AT+SGNSCFG="MODE",<mode>
        0 start GPS and GLONASS constellation
        1 start GPS and GALILEO constellation
        2 start GPS and BEIDOU constellation
        3 start GPS and QZSS constellation

        Thanks
        Felix

        GPIO translation table M5Stack / M5Core2
        Information about various M5Stack products.
        Code examples

        H 1 Reply Last reply Reply Quote 0
        • H Offline
          HWTaro9 @felmue
          last edited by

          @felmue Thanks! so if I don't use the block that sets what constellation it uses, it will default to just using GPS, right?

          1 Reply Last reply Reply Quote 0
          • felmueF Offline
            felmue
            last edited by felmue

            Hello @HWTaro9

            I just ran below three blocks and monitored the AT commands they would send to the modem (w/o the modem actually stacked / connected to the M5Stack):

            GNSS power control 'on' -> AT+CGNSPWR=1
            GNSS work mode 'GLONASS' -> AT+CGNSMOD=1,1,0,0,0
            GNSS NMEA poll task -> AT+CGNSINF

            This means that the AT command AT+SGNSCFG=<MODE> I mentioned before is not part of these three blocks.

            BTW: checking the work mode on my SIM7080 for the first time returns:

            AT+CGNSMOD?
            +CGNSMOD: 1,1,0,0,0
            

            which means GPS and GLONASS are enabled. And since this command's parameter saving mode is AUTO_SAVE_REBOOT I would assume that this is the default.

            In other words if you omit the work mode block I'd assume GPS and GLONASS are enabled by default.

            Thanks
            Felix

            GPIO translation table M5Stack / M5Core2
            Information about various M5Stack products.
            Code examples

            H 1 Reply Last reply Reply Quote 0
            • H Offline
              HWTaro9 @felmue
              last edited by

              @felmue Thank you very much!

              1 Reply Last reply Reply Quote 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
              • First post
                Last post