Lines Matching +full:magnetic +full:- +full:field
1 .. zephyr:code-sample:: x-nucleo-iks01a3-std
2 :name: X-NUCLEO-IKS01A3 shield - Standard (Mode 1)
3 :relevant-api: sensor_interface
5 Interact with all the sensors of an X-NUCLEO-IKS01A3 shield using Standard mode.
9 This sample is provided as an example to test the X-NUCLEO-IKS01A3 shield
11 Please refer to :ref:`x-nucleo-iks01a3` for more info on this configuration.
13 This sample enables all sensors of a X-NUCLEO-IKS01A3 shield, and then
16 - HTS221: ambient temperature and relative humidity
17 - LPS22HH ambient temperature and atmospheric pressure
18 - LIS2MDL 3-Axis magnetic field intensity
19 - LIS2DW12 3-Axis acceleration
20 - LSM6DSO 6-Axis acceleration and angular velocity
21 - STTS751 temperature sensor
26 This sample communicates over I2C with the X-NUCLEO-IKS01A3 shield
32 - :file:`$ZEPHYR_BASE/boards/arm/nucleo_f401re/nucleo_f401re.dts`
33 - :file:`$ZEPHYR_BASE/boards/arm/nucleo_f401re/pinmux.c`
42 - X-NUCLEO-IKS01A3: https://www.st.com/en/ecosystems/x-nucleo-iks01a3.html
53 - LIS2DE12
58 This sample runs with X-NUCLEO-IKS01A3 stacked on any board with a matching
61 .. zephyr-app-commands::
62 :zephyr-app: samples/shields/x_nucleo_iks01a3/standard/
63 :host-os: unix
71 .. code-block:: console
74 X-NUCLEO-IKS01A3 sensor dashboard
81 LIS2MDL: Magn (gauss): x: -0.445, y: -0.054, z: -0.066
83 LIS2DW12: Accel (m.s-2): x: -0.413, y: 0.077, z: 10.337
84 LSM6DSO: Accel (m.s-2): x: 0.133, y: -0.133, z: 10.102
85 LSM6DSO: GYro (dps): x: 0.000, y: -0.006, z: -0.058