nRF5_SDK_15.3.0_59ac345\examples\peripheral\twi_master_with_twis_slave.
I use NRF52810 as a slave, power consumption is 6uA.( nrf_drv_twis_enable(&m_twis);)
I see the data sheet is 1uA in idle state
nRF5_SDK_15.3.0_59ac345\examples\peripheral\twi_master_with_twis_slave.
I use NRF52810 as a slave, power consumption is 6uA.( nrf_drv_twis_enable(&m_twis);)
I see the data sheet is 1uA in idle state
Hi,
The specified current is just for the peripheral itself. Are you using the example as it is? meaning that you simulate both the master and slave on the device?
regards
Jared
I only used the slave device,As long as I call nrf_drv_twis_enable(&m_twis), the current increases by 6uA
Hi,
Then please upload the code that you're using.