artiq/artiq/examples
Sebastien Bourdeauducq ac55da81d8 core: support precompilation of kernels 2022-03-06 18:25:18 +08:00
..
kasli I2C API for PCA9547 support (#1860) 2022-03-01 15:07:53 +08:00
kasli_drtioswitching examples: use default IP addresses for boards 2019-10-16 16:18:30 +08:00
kasli_sawgmaster examples/sines_urukul_sayma: adapt for sayma v2, use 1 DAC only 2020-04-05 16:51:40 +08:00
kasli_suservo I2C API for PCA9547 support (#1860) 2022-03-01 15:07:53 +08:00
kc705_nist_clock core: support precompilation of kernels 2022-03-06 18:25:18 +08:00
metlino_sayma_ttl metlino_sayma_ttl: Fix RTIO frequency & demo code (#1516) 2020-09-03 15:08:31 +08:00
no_hardware use sipyco (#585) 2019-11-10 15:55:17 +08:00
sayma_master examples/sayma_master: update device_db 2019-10-16 18:49:25 +08:00
README.rst examples: Add README 2019-12-17 13:35:19 +00:00
artiq_ipython_notebook.ipynb fix device_db alias corner case bugs. Closes #1140 2019-11-14 16:22:45 +08:00
fit_image.py ship examples with package 2016-04-05 13:59:39 +08:00
remote_exec_controller.py use sipyco (#585) 2019-11-10 15:55:17 +08:00

README.rst

ARTIQ experiment examples
=========================

This directory contains several sample ARTIQ master configurations
and associated experiments that illustrate basic usage of various
hardware and software features.

New users might want to peruse the ``no_hardware`` directory to
explore the argument/dataset machinery without needing access to
hardware, and the ``kc705_nist_clock`` directory for inspiration
on how to coordinate between host and FPGA core device code.