Skip to content

How to Setup IMU

naitiknakrani-eic edited this page Apr 6, 2023 · 3 revisions

ADIS16470 is a complete inertial system that includes a tri axis gyroscope and a tri axis accelerometer.

image

ADIS16470 IMU

The output interface supported by ADIS16470 is SPI (Serial Peripheral Interface). To connect ADIS16470 to Orin AGX we must convert SPI to USB. For that we have used a SPI to USB converter: USB-IIS. USB-IIS is a USB to Serial/I2C/SPI converter, simple, small, and easy to use. You do not need any extra library like libusb or libftdi. Need to remove Power Link (indicated by red arrow in below image)

image

Schematic diagram

Very simple schematic is here.J1 is the USB-ISS pin and J3 is the 2mm pin headers on the ADIS16470 breakout board.

image

Pinout Diagram of USB-IIS and ADIS16470 IMU

J1 Connector of USB-IIS J3 Connector of ADIS16470
Pin Name of J1 Pin Number of J1
GND 1
CS 2
MOSI 3
SCLK 4
MISO 5
3.3V 6

Connect both the modules as mentioned in above table.

image

Interfacing between USB-IIS converter and ADIS16470 IMU

For more information, please follow the link Adi driver

Clone this wiki locally