User guide
The complete user guide of the evaluation board can be found at ADRV9026/ADRV9029 System Development User Guide (Rev. 0).
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/adrv9026.
Schematic, PCB Layout, Bill of Materials
The archive adrv9026-adrv9029-design-file-package.zip contains the following:
Schematics
PCB Layout
Bill of Materials
Allegro Project
LTspice Simulation File
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.
Locally run on the board
If you connected an HDMI monitor to your FPGA and a mouse and a keyboard (both on one dongle), you can navigate the ADI Kuiper Linux that is on the FPGA.
Going to the top left corner icon (the menu icon), search for IIO Oscilloscope. Opening it will automatically connect to the setup and you can use the application.
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.
About the IIO devices
Main receivers RX1, RX2, RX3, and RX4 are handled by the axi-adrv9025-rx-hpc IIO device.
Channels:
IIO device channel:
axi-adrv9025-rx-hpcReceiver inputs:
{
voltage0_i,voltage0_q}: RX1{
voltage1_i,voltage1_q}: RX2{
voltage2_i,voltage2_q}: RX3{
voltage3_i,voltage3_q}: RX4
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.