Regarding gyro sensor FXAS21002C

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Regarding gyro sensor FXAS21002C

860 Views
ujjwaltambe
Contributor I

I am interfacing Gyro sensor with samv71 evaluation board using I2C can u tell me how to configure Gyro sensor and read data from it.

Regards 

Ujjwal Tambe

Tags (1)
0 Kudos
4 Replies

543 Views
TomasVaverka
NXP TechSupport
NXP TechSupport

Hi Ujjwal,

I would recommend looking at our example project - FXAS21000 – Bare metal Example project.

There is also the FXAS21002 driver and sample application available as part of the ISSDK:

https://www.nxp.com/docs/en/release-note/ISSDK17RN.pdf 

https://www.nxp.com/docs/en/user-guide/ISSDKGETSTARTEDUG.pdf 

IoT Sensing SDK|NXP 

Best regards,

Tomas

0 Kudos

543 Views
ujjwaltambe
Contributor I

Is it possible to do without using Interrupt technique ? 

0 Kudos

543 Views
TomasVaverka
NXP TechSupport
NXP TechSupport

Hi Ujjwal,

Sure, it is. You can use a so called polling technique and periodically check appropriate flags (e.g. ZYXDR) in the DR_STATUS register.

Best regards,

Tomas

0 Kudos

543 Views
ujjwaltambe
Contributor I

thank you will try .

0 Kudos