🤖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

    Core 2
    2
    2
    281
    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
      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
        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
        • First post
          Last post