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

    BASE26 compatibility with Core2?

    PRODUCTS
    4
    4
    4.7k
    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.
    • _
      _Rob
      last edited by

      I purchased a base26 for use with my Core2 however when powered by the DC barrel jack the core2 flashes the backlight and does not power up. I have two of these base226 units and neither appears to function with the Core2. I found no mention in the specification that indicates compatibility with Core2 or not. Should it work? Is there an alternate for Core2?

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

        Hello @_Rob

        yes, judging from looking at the schematic I think it should be compatible.

        You'll need to adapt the program slightly to allow M5Core2 being powered from the DC jack. Try changing the last parameter of M5.begin() from kMBusModeOutput to kMBusModeInput.

        Explanation: in M5Core2 the 5 V pin on M-Bus needs to be actively switched between input or output as required. At startup the 5 V pin is set as an input allowing the M5Core2 to power up, but as soon as the M5.begin() function is executed, by default the 5 V pin is being changed to become an output and thus power is cut again. With the aforementioned kMBusModeInput this can be prevented and the 5 V pin continues to be an input.

        Thanks
        Felix

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

        1 Reply Last reply Reply Quote 0
        • ArnoA
          Arno @_Rob
          last edited by

          @_rob I have the same concerns, the tracks of the BASE26 module touch the vibrator motor (in red on photo). This causes the CORE2 to restart constantly.
          I notified M5Stack support to warn of the incompatibility

          0_1640799102206_74981508-21ad-477a-ba7e-91b69a555053-image.png

          I only use Uiflow ! with M5STACK Gray, RED, CORE2, ATOM, ATOM Lite,M5Paper, M5Tough, ATOM Display, M5 Stamp pico and more Unit...

          1 Reply Last reply Reply Quote 0
          • m5stackM
            m5stack
            last edited by

            The vibration sensor of M5Core2 and M5 Base series are incompatible in mechanical design. Please do not stack them together.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post