analogdevicesinc / pyadi-iio

Python interfaces for ADI hardware with IIO drivers (aka peyote)

Home Page:https://analogdevicesinc.github.io/pyadi-iio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend support for AD40xx with variable sample frequency

pamolloy opened this issue · comments

An implementation already exists here, but we need to make the sample_frequency attribute writeable.

Existing code

adi/ad4020.py
doc/source/devices/adi.ad4020.rst
examples/ad4020_example.py
test/emu/devices/ad4020.xml
test/test_ad4020.py

Hardware

  • MX1002 → EVAL-AD4000FMCZ → ZedBoard
  • MX1002 → EVAL-AD4001FMCZ → ZedBoard
  • MX1002 → EVAL-AD4002FMCZ → ZedBoard
  • MX1002 → EVAL-AD4003FMCZ → ZedBoard
  • MX1002 → EVAL-AD4020FMCZ → ZedBoard
  • MX1002 → EVAL-ADAQ4001PMDZ → EVAL-PMD-IB1Z → ZedBoard
  • MX1002 → EVAL-ADAQ4003PMDZ → EVAL-PMD-IB1Z → ZedBoard

Tasks

  • If not already setup, setup hardware for testing

Dependencies