Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Mayfly I2C Address

Home Forums Mayfly Data Logger Mayfly I2C Address

Viewing 2 reply threads
  • Author
    Posts
    • #16313
      Zeke Holloman
      Participant
        @srgdamiano @shicks @neilh20

         

        Hi there! Does the Mayfly have an I2C address associated with it? I’m trying to use Wire.h to transmit data between two Mayflys. If it does, where could I f

      • #16314
        Shannon Hicks
        Moderator

          The Mayfly board is not a I2C slave device so it does not have an I2C address.  The easiest way to transfer data between Mayfly boards would be to use UART like serial or NewSoftSerial.

        • #16315
          neilh20
          Participant
            @zeke-holloman communications – peer2peer – is a deep subject.

            Many years ago I wrote the code for a comms stack to use the 9bit UART to poll an array of processors. In the end it was 2pe

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.