Hello
Please excuse if this has been answered before (perhaps point me to them?)
I have two UNOs, one I believe is genuine Arduino, the other I got in a "beginner's assortment".
When I connect them together via the I2C and load the slave sender example on one, and the master reader example on the other, they work as expected. (The Serial Monitor on the master reader shows "Hello Hello Hello .... (etc)"
If I load the examples on them in reverse, they both still work as expected.
I also have some NANO clones.
If I connect a NANO clone as master reader, and one of the UNOs as slave sender, they work correctly.
However, if I connect any of the NANO clones as slave sender, and one UNO as master reader they don't do anything (the LEDs don't flash and the master reader does not send anything to the Serial Monitor).
I can even connect a NANO clone as master reader, and one of the UNOs as slave sender and it works.
The only combination that does not work is NANO clone as slave sender.
My question is: if I purchase a genuine Arduino NANO or Micro, will it work as slave sender, or is there something else I don't know about?
Thanks for any help.