Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions docs/solutions/reference-designs/eval-ad4080/eval-ad4080ardz.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
Fast Precision ADCs KWIK Lecture + Lab
======================================

General Description
-------------------

The Fast Precision ADCs Know-how with Integrated Knowledge (KWIK) Lecture and
Lab is a training module regarding Precision Fast ADCs with integrated digital
filters. It is a combination of a lecture and a hands-on activity to understand
how to drive such fast precision ADC and how to take advantage of the digital
filters for noise performance improvements and antialiasing filtering.

Check failure on line 11 in docs/solutions/reference-designs/eval-ad4080/eval-ad4080ardz.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:Vale.Spelling:48 Did you really mean 'antialiasing'?

On one hand, it provides lecture materials around sampled data system,
antialiasing, how to drive a SAR ADCs and how the challenges increase with

Check failure on line 14 in docs/solutions/reference-designs/eval-ad4080/eval-ad4080ardz.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:Vale.Spelling:1 Did you really mean 'antialiasing'?
speed, as well as how to use digital filters to help achieving optimal
performance.

On the other hand, the hands-on activity allows the user to measure signals with
the EVAL-AD4080ARDZ Arduino form factor eval board, using ADALM2000 to both

Check failure on line 19 in docs/solutions/reference-designs/eval-ad4080/eval-ad4080ardz.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:Vale.Spelling:41 Did you really mean 'eval'?
generate signals and measure them in the oscilloscope, as well as capturing the
data stream coming from the ADC and generate time domain and frequency domain
visualizations. Using IIO it also allows to configure the 20-bit 40-MSPS SAR ADC

Check failure on line 22 in docs/solutions/reference-designs/eval-ad4080/eval-ad4080ardz.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:Vale.Terms:69 Use '[Mm]sps' instead of 'MSPS'.
(AD4080) in order to check the benefits of the different digital filter option
available.

Objective
---------

The Fast Precision ADCs KIWIK Lecture and Lab aims to understand the easy drives
features on fast precision ADCs, as well as the benefits of using the digital
filtering options available on-chip in the AD4080. Beyond theory slides, the
user get to practice and play around with some physical hardware to see live all
this options as well the impact on noise and antialiasing does the on-chip

Check failure on line 33 in docs/solutions/reference-designs/eval-ad4080/eval-ad4080ardz.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:Vale.Spelling:46 Did you really mean 'antialiasing'?
digital filter have.

Lecture Materials
-----------------

Theory slides: `seminar\_-\_adc\_-\_part_deaux.pdf <https://wiki.analog.com/_media/resources/eval/user-guides/seminar_-_adc_-_part_deaux.pdf>`_

Step-by-step Hands on slide deck:`ad4080_hands_on.pdf <https://wiki.analog.com/_media/resources/eval/user-guides/ad4080_hands_on.pdf>`_

ADALM2000 Active Learning Module and Scopy
------------------------------------------

:adi:`ADALM2000 Active Learning Module <en/resources/evaluation-hardware-and-software/evaluation-boards-kits/adalm2000.html>`

`Scopy - A Graphical User Interface (GUI) for the ADALM2000. A multi-functional software toolset with strong capabilities for signal analysis <https://wiki.analog.com/university/tools/m2k/scopy>`_

ADALM2000 Configuration Files
-----------------------------

`m2k_and_ad4080_scopy_ini.zip <https://wiki.analog.com/_media/resources/eval/user-guides/m2k_and_ad4080_scopy_ini.zip>`_

LTSpice Simulation Circuits

Check failure on line 55 in docs/solutions/reference-designs/eval-ad4080/eval-ad4080ardz.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:Vale.Terms:1 Use 'LTspice' instead of 'LTSpice'.
---------------------------

`ad4080-signal-chain.zip <https://wiki.analog.com/_media/resources/eval/user-guides/ad4080-signal-chain.zip>`_

EVAL-AD4080ARDZ Demo PCB Image
------------------------------

**EVAL-AD4080ARDZ Angle View**

|image1|

**EVAL-AD4080ARDZ Top View**

|image2|

**EVAL-AD4080ARDZ Bottom View**

|image3|

.. |image1| image:: https://wiki.analog.com/_media/resources/eval/user-guides/eval-ad4080ardz_angle-evaluation-board.jpg
:width: 400
.. |image2| image:: https://wiki.analog.com/_media/resources/eval/user-guides/eval-ad4080ardz_top-evaluation-board.jpg
:width: 400
.. |image3| image:: https://wiki.analog.com/_media/resources/eval/user-guides/eval-ad4080ardz_bottom-evaluation-board.jpg
:width: 400
45 changes: 45 additions & 0 deletions docs/solutions/reference-designs/eval-ad4080/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
.. _eval_ad4080 eval:

EVAL AD4080
===================================================================

.. TODO: Add a picture of the chip/board

Overview
-------------------------------------------------------------------------------

.. TODO: Describe in max 10 rows the main features and applications.

Features:

- feature 1
- feature 2

Applications:

- application 1
- application 2

.. toctree::
:hidden:

eval-ad4080ardz

Recommendations
-------------------------------------------------------------------------------

People who follow the flow that is outlined, have a much better experience with
things. However, like many things, documentation is never as complete as it
should be. If you have any questions, feel free to ask on our
:ref:`EngineerZone forums <help-and-support>`, but before that, please make
sure you read our documentation thoroughly.

Warning
-------------------------------------------------------------------------------

.. esd-warning::

Help and support
-------------------------------------------------------------------------------

Please go to :ref:`Help and Support <help-and-support>` page.
Loading