/Zephyr-Core-3.5.0/samples/sensor/soc_voltage/src/ |
D | main.c | 17 static const struct device *const sensors[] = {LISTIFY(16, VOLT_SENSOR, ())}; variable 45 for (size_t i = 0; i < ARRAY_SIZE(sensors); i++) { in main() 46 if (!device_is_ready(sensors[i])) { in main() 47 printk("sensor: device %s not ready.\n", sensors[i]->name); in main() 52 for (size_t i = 0; i < ARRAY_SIZE(sensors); i++) { in main() 53 rc = print_voltage(sensors[i]); in main()
|
/Zephyr-Core-3.5.0/samples/sensor/die_temp_polling/src/ |
D | main.c | 17 static const struct device *const sensors[] = {LISTIFY(16, DIE_TEMPERATURE_SENSOR, ())}; variable 45 for (size_t i = 0; i < ARRAY_SIZE(sensors); i++) { in main() 46 if (!device_is_ready(sensors[i])) { in main() 47 printk("sensor: device %s not ready.\n", sensors[i]->name); in main() 53 for (size_t i = 0; i < ARRAY_SIZE(sensors); i++) { in main() 54 rc = print_die_temperature(sensors[i]); in main()
|
/Zephyr-Core-3.5.0/samples/shields/x_nucleo_53l0a1/src/ |
D | main.c | 23 #define N_SENSORS ARRAY_SIZE(sensors) 24 #define LEFT sensors[0] 25 #define CENTER sensors[1] 26 #define RIGHT sensors[2] 32 static const struct device *const sensors[] = { variable 72 ret = sensor_sample_fetch(sensors[i]); in mode_show_presence() 75 sensors[i]->name, ret); in mode_show_presence() 79 ret = sensor_channel_get(sensors[i], in mode_show_presence() 84 sensors[i]->name, ret); in mode_show_presence()
|
/Zephyr-Core-3.5.0/samples/sensor/accel_polling/src/ |
D | main.c | 20 static const struct device *const sensors[] = {LISTIFY(10, ACCELEROMETER_DEVICE, ())}; variable 58 for (size_t i = 0; i < ARRAY_SIZE(sensors); i++) { in main() 59 if (!device_is_ready(sensors[i])) { in main() 60 printk("sensor: device %s not ready.\n", sensors[i]->name); in main() 66 for (size_t i = 0; i < ARRAY_SIZE(sensors); i++) { in main() 67 ret = print_accels(sensors[i]); in main()
|
/Zephyr-Core-3.5.0/samples/shields/x_nucleo_iks01a1/ |
D | README.rst | 5 Interact with all the sensors of an X-NUCLEO-IKS01A1 shield. 9 This sample enables all sensors of a X-NUCLEO-IKS01A1 shield, and then 10 periodically reads and displays data from the shield sensors: 25 one of the sensors available on the shield (such as disco_l475_iot1) as zephyr 26 does not yet support sensors multiple instances.
|
/Zephyr-Core-3.5.0/subsys/sensing/sensor/phy_3d_sensor/ |
D | Kconfig | 5 bool "sensing subsystem physical 3d sensors(accel, gyro, mag)" 9 Enable sensing subsystem physical 3d sensors(accel, gyro, mag).
|
/Zephyr-Core-3.5.0/samples/sensor/proximity_polling/ |
D | README.rst | 9 This sample demonstrates how to use one or multiple proximity sensors. 14 The sample supports up to 10 proximity sensors. The number of the sensors will
|
/Zephyr-Core-3.5.0/samples/shields/x_nucleo_iks01a2/standard/ |
D | README.rst | 5 Interact with all the sensors of an X-NUCLEO-IKS01A2 shield using Standard Mode. 9 This sample enables all sensors of a X-NUCLEO-IKS01A2 shield, and then 10 periodically reads and displays data from the shield sensors: 29 one of the sensors available on the shield (such as disco_l475_iot1) as zephyr 30 does not yet support sensors multiple instances.
|
/Zephyr-Core-3.5.0/samples/shields/x_nucleo_iks02a1/standard/ |
D | README.rst | 5 Interact with all the sensors of an X-NUCLEO-IKS02A1 shield using Standard mode. 13 This sample enables all sensors of a X-NUCLEO-IKS02A1 shield, and then 14 periodically reads and displays data from the shield sensors: 33 one of the sensors available on the shield (such as disco_l475_iot1) 34 as sensors multiple instances are not supported.
|
/Zephyr-Core-3.5.0/samples/boards/sensortile_box/ |
D | README.rst | 1 .. _sensortile_box sensors: 8 This sample provides an example of how to read sensors data 11 This sample enables all sensors of SensorTile.box board, and then 13 sensors: 59 The sample code outputs sensors data on the SensorTile.box console.
|
/Zephyr-Core-3.5.0/boards/arm/degu_evk/doc/ |
D | index.rst | 6 The Degu Evaluation Kit is an IoT device for sensors and actuators 9 connect some Seeed Grove sensors via GPIO, ADC, I2C,
|
/Zephyr-Core-3.5.0/samples/sensor/sgp40_sht4x/ |
D | README.rst | 26 …- `SHT4X sensor <https://www.sensirion.com/en/environmental-sensors/humidity-sensors/humidity-sens… 27 - `SGP40 sensor <https://www.sensirion.com/en/environmental-sensors/gas-sensors/sgp40/>`_ 65 to the logarithm of the sensors resistance, hence it is labeled as [a.u.]
|
/Zephyr-Core-3.5.0/samples/shields/x_nucleo_iks01a3/standard/ |
D | README.rst | 5 Interact with all the sensors of an X-NUCLEO-IKS01A3 shield using Standard mode. 13 This sample enables all sensors of a X-NUCLEO-IKS01A3 shield, and then 14 periodically reads and displays data from the shield sensors: 36 one of the sensors available on the shield (such as disco_l475_iot1) 37 as sensors multiple instances are not supported.
|
/Zephyr-Core-3.5.0/samples/net/mqtt_publisher/ |
D | README.rst | 11 publish/subscribe messaging protocol optimized for small sensors and 110 $ mosquitto_sub -t sensors 273 $ mosquitto_sub -t sensors 304 1485663798: Received PUBLISH from zephyr_publisher (d0, q0, r0, m0, 'sensors', ... (15 bytes)) 305 1485663799: Received PUBLISH from zephyr_publisher (d0, q1, r0, m1888, 'sensors', ... (15 bytes)) 307 1485663799: Received PUBLISH from zephyr_publisher (d0, q2, r0, m16356, 'sensors', ... (15 bytes)) 313 1485663800: Received PUBLISH from zephyr_publisher (d0, q0, r0, m0, 'sensors', ... (15 bytes)) 314 1485663801: Received PUBLISH from zephyr_publisher (d0, q1, r0, m45861, 'sensors', ... (15 bytes)) 316 1485663801: Received PUBLISH from zephyr_publisher (d0, q2, r0, m53870, 'sensors', ... (15 bytes)) 322 1485663802: Received PUBLISH from zephyr_publisher (d0, q0, r0, m0, 'sensors', ... (15 bytes)) [all …]
|
/Zephyr-Core-3.5.0/samples/sensor/soc_voltage/ |
D | README.rst | 9 This sample reads one or more of the various voltage sensors an SoC might have and 17 The tail ``0`` is the sensor number. This sample support up to 16 sensors.
|
/Zephyr-Core-3.5.0/subsys/sensing/ |
D | Kconfig | 23 some sensors such as ALS sensor could define different sensitivity for each data filed, 24 So, maximum sensitivity count is needed for sensors
|
/Zephyr-Core-3.5.0/samples/sensor/sht3xd/ |
D | README.rst | 16 … sensor <https://www.sensirion.com/en/environmental-sensors/humidity-sensors/digital-humidity-sens…
|
/Zephyr-Core-3.5.0/samples/sensor/sensor_shell/ |
D | README.rst | 8 This is a simple shell module to get data from sensors presented in the system. 13 Build the sample app by choosing the target board that has sensors drivers 31 info :Get sensor info, such as vendor and model name, for all sensors. 60 **info**: prints vendor, model, and friendly name information for all sensors.
|
/Zephyr-Core-3.5.0/samples/shields/x_nucleo_iks01a2/sensorhub/ |
D | README.rst | 5 Interact with all the sensors of an X-NUCLEO-IKS01A2 shield using Sensor Hub mode. 13 This sample enables LSM6DSL sensors. Since all other shield 33 one of the sensors available on the shield (such as disco_l475_iot1) as zephyr 34 does not yet support sensors multiple instances.
|
/Zephyr-Core-3.5.0/boards/arm/bbc_microbit_v2/doc/ |
D | index.rst | 14 magnetometer sensors, Bluetooth and USB connectivity, a display consisting of 34 * Microphone sensors 36 * Light and temperature sensors 37 * Motion sensors (accelerometer and compass)
|
/Zephyr-Core-3.5.0/drivers/sensor/grove/ |
D | Kconfig | 7 bool "Seeed Grove sensors support" 11 Enable Seeed Grove sensors support.
|
/Zephyr-Core-3.5.0/samples/shields/x_nucleo_iks02a1/sensorhub/ |
D | README.rst | 5 Interact with all the sensors of an X-NUCLEO-IKS02A1 shield using Sensor Hub mode. 13 This sample enables IIS2DLPC and ISM330DHCX sensors. Since all other shield 38 one of the sensors available on the shield (such as disco_l475_iot1) 39 as sensors multiple instances are not supported.
|
/Zephyr-Core-3.5.0/samples/boards/96b_argonkey/sensors/ |
D | README.rst | 22 The user may select or unselect the sensors from 23 :zephyr_file:`samples/boards/96b_argonkey/sensors/prj.conf`. 49 :zephyr-app: samples/boards/96b_argonkey/sensors 78 sensors that are not enabled):
|
/Zephyr-Core-3.5.0/samples/sensor/lis2dh/ |
D | README.rst | 11 sensors), and displays the sensor data on the console. 23 https://www.st.com/en/mems-and-sensors/lis2dh.html. 28 The LIS2DH2 or compatible sensors are available on a variety of boards
|
/Zephyr-Core-3.5.0/samples/shields/x_nucleo_iks01a3/sensorhub/ |
D | README.rst | 5 Interact with all the sensors of an X-NUCLEO-IKS01A3 shield using Sensor Hub mode. 13 This sample enables LIS2DW12 and LSM6DSO sensors. Since all other shield 43 one of the sensors available on the shield (such as disco_l475_iot1) 44 as sensors multiple instances are not supported.
|