This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Reading Irms and Vrms value from ACS71020 sensor using i2c protocol

Hi

I am reading the Irms and Vrms data from the register 0x20 so i am using nrf_drv_twi_rx(&m_twi, ACS71020_ADDRESS, m_sample, sizeof(m_sample)); where we specify only device address so how can we know that the data we are getting is from same register.

Acc_gyro_datasheet.pdf

Thankyou

Parents Reply Children
Related