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

    Cores3 voltage problem

    Cores
    2
    5
    680
    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.
    • B
      Bipman
      last edited by

      Hi

      I have a CoreS3 which I am trying to get the Env pro sensor working with. The Uiflow 2 example did not work in that it couldn't find the module. I measured the voltage on Port A (red) and it was only 0.5 V. Is it a defective unit?

      Bipman

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

        Hello @Bipman

        most likely external power is not turned on.

        Try Set external port power to output mode. You'll find that block under System - Power.

        Thanks
        Felix

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

        B 1 Reply Last reply Reply Quote 1
        • B
          Bipman @felmue
          last edited by

          @felmue
          Thanks, I've just tried it and no difference. The code is :-

          uiflow2_block_1728742205328.png

          I've noticed that the Python code does not change when I add the external port power item in.

          The voltage is still 0.5v though on the port. Am I missing something?

          Bipman

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

            Hello @Bipman

            try adding it after Init built-in hardware at beginning.

            In my case this line was added in the Micropython code:

            Power.setExtOutput(True)
            

            Note: make sure you have set Read mode on the Micropython tab; else blockly changes are not reflected.

            Thanks
            Felix

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

            B 1 Reply Last reply Reply Quote 0
            • B
              Bipman @felmue
              last edited by

              @felmue That was it thanks! All working now.

              Bipman

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