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

    Core2 v1.1 wont run from mbus 5V

    Scheduled Pinned Locked Moved Core 2
    2 Posts 2 Posters 1.1k 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
      HolgerRauls
      last edited by

      I like to power the Core2 from an RS232 base module via the MBus 5V pin. This should work by switching the MBus to Input mode as shown below. However, it seems to remain in output mode and the Core2 keeps restarting i.e. the screen flashes up about once per sec. If powered via USB the device comes up normal.

      Thanks for any advice!
      Holger

      #include <M5Core2.h>
      
      void setup()
      {
        M5.begin(true, false, false, false, kMBusModeInput, false); 
        M5.Lcd.print("M5Core2 started");
      }
      
      void loop() 
      {
      }
      
      felmueF 1 Reply Last reply Reply Quote 0
      • felmueF Offline
        felmue @HolgerRauls
        last edited by felmue

        Hello @HolgerRauls

        unfortunately M5Core2 v1.1 isn't fully supported in M5Core2 library. See here.

        Consider switching to M5Unified library which supports M5Core2 v1.1 to run from MBus 5V.

        Thanks
        Felix

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

        1 Reply Last reply Reply Quote 1

        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