1.. _eval_adxl362_ardz: 2 3EVAL-ADXL362-ARDZ 4################# 5 6Overview 7******** 8 9The EVAL-ADXL362-ARDZ is a 3-axis digital accelerometer Arduino shield powered 10by the Analog Devices ADXL362. 11 12Programming 13*********** 14 15Set ``--shield eval_adxl362_ardz`` when you invoke ``west build``. For example: 16 17.. zephyr-app-commands:: 18 :zephyr-app: samples/sensor/sensor_shell 19 :board: apard32690/max32690/m4 20 :shield: eval_adxl362_ardz 21 :goals: build 22 23Requirements 24************ 25 26This shield can only be used with a board which provides a configuration for 27Arduino connectors and defines node aliases for SPI and GPIO interfaces (see 28:ref:`shields` for more details). 29 30References 31********** 32 33- `EVAL-ADXL362-ARDZ product page`_ 34- `EVAL-ADXL362-ARDZ user guide`_ 35- `EVAL-ADXL362-ARDZ schematic`_ 36- `ADXL362 product page`_ 37- `ADXL362 data sheet`_ 38 39.. _EVAL-ADXL362-ARDZ product page: 40 https://www.analog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/eval-adxl362-ardz.html 41 42.. _EVAL-ADXL362-ARDZ user guide: 43 https://wiki.analog.com/resources/eval/user-guides/eval-adicup360/hardware/adxl362 44 45.. _EVAL-ADXL362-ARDZ schematic: 46 https://www.analog.com/media/en/reference-design-documentation/design-integration-files/eval-adxl362-ardz-designsupport.zip 47 48.. _ADXL362 product page: 49 https://www.analog.com/en/products/adxl362.html 50 51.. _ADXL362 data sheet: 52 https://www.analog.com/media/en/technical-documentation/data-sheets/adxl362.pdf 53