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

    GNSS Module/Core2 Finally got it working,

    Scheduled Pinned Locked Moved Modules
    1 Posts 1 Posters 13 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
      HappyUser
      last edited by

      Dear all,
      I am truly wondering, i finally got this combo :Core2 and GNSS (https://shop.m5stack.com/products/gnss-module-with-barometric-pressure-imu-magnetometer-sensors?variant=44017753063681) working. Based on the GNSS Module (https://github.com/m5stack/M5Module-GNSS/tree/main) which does not working, and really helpfull support from Claude, the solution is really simple. But my Q is where did I miss this in the documentation? This works : ```
      auto cfg = M5.config();
      //cfg.external_imu = true;
      //cfg.internal_imu = false;
      //cfg.output_power=true;
      cfg.serial_baudrate=115200;
      M5.begin(cfg);

      delay(1000);
      Serial.println("And we have started");
      
      
      // M5Unified handles BMI270 + BMM150 internally
      if (M5.Imu.isEnabled()) {
          Serial.println("IMU enabled");
          Serial.printf("IMU type: %d\n", M5.Imu.getType());
      }
      
      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