Hi,
I am using TWI channel0 on my nRF52833 as master to get readings from a few sensors.
I need my nRF52833 to communicate with another microcontroller over TWI/I2C so that the microcontroller is master sending some configuration data to nRF52833 that functions as slave just during this communication.
How can I configure my nRF52833 to function as slave on I2C sometimes aside from its main function that is being a master. How can I assign and I2C address to it so that the other microcontroller can detect and communicate with it.
Thanks
