User guide
The complete user guide of the evaluation board can be found at ADRV903x System Development User Guide (UG-2278).
Hardware guide
Power supply
The power supply comes from the FMC connector, given by the FPGA.
The VADJ values can be checked out in the README.md file of each combination with an FPGA, at: projects/adrv9032.
Schematic, PCB Layout, Bill of Materials
Design files for the EVAL-ADRV9032 evaluation board include:
Schematics
PCB Layout
Bill of Materials
Design package
Please refer to the ADRV9032R product page for downloadable design files.
Software guide
The evaluation board is supported with the Libiio library. This library is cross-platform (Windows, Linux, Mac) with language bindings for C, C#, Python, MATLAB, and others. One easy to example that can be used with it is:
ADI IIO Oscilloscope
The IIO Oscilloscope is a cross-platform application for interfacing with IIO devices, enabling you to configure device parameters and visualize data.
Important
Make sure to download/update to the latest version of IIO Oscilloscope.
For Linux
Remote run on host
The IIO Oscilloscope application can be used to connect to another platform that has a connected device, to configure the device and read data from it. This application is not for performance testing, but rather showcasing the basic features.
Please see IIO Oscilloscope documentation for installation steps and more details.
Build and start osc on a network-enabled Linux host.
For Windows computers, open the application from the start menu.
Once the application is launched, go to Settings > Connect > URI and type “ip:” then the IP address of the target in the pop-up window. This IP can be found out with a command from the previous section of this documentation.
For no-OS
For connecting IIO Oscilloscope to no-OS applications, they need to be built with the IIOD=y flag. This way, the no-OS applications will run an IIO daemon that is awaiting connections from the IIO Oscilloscope.
As indicated in the boot log, the board runs an IIOD server over the serial (UART) connection.
Disconnect or close the serial terminal used to view the boot log.
Once done with the installation or an update of the latest IIO Oscilloscope, open the application.
Select the Serial backend and configure the connection with the settings shown at the end of the boot log.
Press Refresh to display the available IIO devices and press Connect.
Note
The serial port is the COM port on Windows or /dev/ttyUSBx on Linux.
Scopy
Scopy is a cross-platform software toolbox for interfacing with ADI devices, enabling you to configure device parameters, visualize data, and perform advanced signal analysis.