Is the arduino Wire library compatible with the Nano 33 IoT?
https://www.arduino.cc/en/Reference/WireI am trying to get two Nano 33 IoT's to communication between each other and having difficulty. It works for a few moments then soon stops sending data. I was using the examples from the Wire library. I have checked hardware several times. SDA, SCL, GND all connected together. I have powered using both normal USB and also with a common regulated 5 volt power supply feeding Vin. Both worked the same. I am thinking maybe the library is at fault - like difference in timing between SAMD and AVR???