01-16-2015 01:03 PM
Hello Eveyone
We would like to use an Analog Devices ADXRS453Z gyroscope. It is not an analog gyroscope, it is digital gyroscope that communicates through the SPI interface. We used the labview example code for adxrs453 spi gyro. The numbers (angle) we are getting back is just continuously increasing (into the negatives). I have attached the pictures of the code.
Thank you in advance
01-16-2015 01:23 PM
Hello eccmaster2015,
Are you connecting via USB? This example expects a USB connection to run correctly.
01-16-2015 01:41 PM
It sounds like you have gyro drift. You can probe the value that is accumulated (the wire that goes into the Add) and check for it to be 0. You may need to add an offset to make it be 0 when the device is not rotating. This is what the analog gyros already have to do.
01-16-2015 04:03 PM
yes, it is connected by usb