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

    Atom GPS rx and tx GPIO ports used

    Micropython
    micropython
    2
    3
    4.3k
    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.
    • E
      elefurgey
      last edited by

      Hi,

      I require the rx and tx GPIO ports used to communicate with the GPS.

      uart = UART(1, rx=25, tx=26, baudrate=9600, bits=8, parity=None, stop=1, timeout=5000, rxbuf=1024)

      Anny assistance would be greatly appreciated.

      Thanks

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

        Hello @elefurgey

        the Arduino example code uses GPIO22 for RX and nothing for TX like this:

         Serial1.begin(9600,SERIAL_8N1,22,-1);
        

        Thanks
        Felix

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

        1 Reply Last reply Reply Quote 0
        • E
          elefurgey
          last edited by

          Thanks Felix

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