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

    How to connect a NB-IOT unit to M5GoBottom (Core2)

    Units
    2
    4
    3.9k
    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.
    • F
      falbriard
      last edited by

      For M5GO BOTTOM2 component and available port B what is the UART interface numbering for RX and TX signals?
      Want to connect an NB-IOT unit via an UART cable. I've already allocated pin 13 and 14 for the GPS unit in the stack.

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

        Hello @falbriard

        you'll find your answer looking at the published pin-mapping.

        Thanks
        Felix

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

        1 Reply Last reply Reply Quote 1
        • F
          falbriard
          last edited by

          The H5Go Bottom module implements "HY2.0-4P-PortC(blue)" and by default points to GPIO13 (RXD2) and GPIO14(TXD2). The same pins are already in use by the GPS module part of the M5 Core2 stack (currently set to TX=14, RX=13). Is there a solution to operate both modules in parallel, the NB-IOT (Uart) unit and GPS module?

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

            Hello @falbriard

            yes, port C (blue / GPIO13 / GPIO14) is blocked by the GPS module. However you can define a second serial connection in your code using port B (black / GPIO26 / GPIO36) and then connect the NB-IOT to port B.

            And no, using two UART (serial) modules in parallel on the same port is not possible.

            Thanks
            Felix

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

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