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

Reply To: Mayfly I2C Address

Home Forums Mayfly Data Logger Mayfly I2C Address Reply To: Mayfly I2C Address

#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 2people for 18months to get it working reliably.  So its not trivial, but i had a fantastic time with it.

    https://forum.arduino.cc/t/uart-with-9-bits/612497/19

    It may that you have a special case and only want to use 8bit communications,  it partly depends on what you want to communicate.