Hello,
We are trying to set up communication between nrf52840 and Arduino UNO over I2C.
The challenge is we don't know the slave address of the Arduino.
Anyone else has worked on this before please guide.
Thanks
Hello,
We are trying to set up communication between nrf52840 and Arduino UNO over I2C.
The challenge is we don't know the slave address of the Arduino.
Anyone else has worked on this before please guide.
Thanks
Hi,
to configure Arduino as a slave, you need to pass its slave address to Wire.begin().
Hi,
to configure Arduino as a slave, you need to pass its slave address to Wire.begin().