Hi,
Greetings..
I am starting developing one application using nRF5340 MCU. My concern is related to peripheral instance. In my application i want to use 5 sensor/Peripheral at the same time so my question is..
1. Can i use 5 peripheral(3 I2C instance and 2 SPI instance) at the same time with UART(for debugging)?
TWI0 ( i2c0 )
TWI1 ( i2c1 )
TWI2 ( i2c2 )
SPI0
SPI1
2. If your ans of first question is YES then can i implement with BLE ?
3. Can i use 2 sensors with same i2c instance? If yes please provide me example for that.
My application is regarding activity tracker so i want to more then 5 sensor in this application. Please give me best solution.
Thank You.