Searched full:bmi270 (Results 1 – 16 of 16) sorted by relevance
1 # BMI270 6 Axis IMU configuration6 config BMI270 config7 bool "BMI270 Inertial measurement unit"10 Enable driver for BMI270 I2C-based imu sensor
9 zephyr_library_sources(bmi270.c)
10 /* Source : https://github.com/BoschSensortec/BMI270-Sensor-API/blob/v2.63.1/bmi270_maximum_fifo.c#…
16 #include "bmi270.h"19 LOG_MODULE_REGISTER(bmi270, CONFIG_SENSOR_LOG_LEVEL);
3 BMI270: 6 axis inertial measurement unit15 - BMI270: https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi270.html20 This sample uses the BMI270 sensor controlled using the I2C interface.29 This project outputs sensor data to the console. It requires a BMI27036 :zephyr-app: samples/sensor/bmi27045 Device 0x200014cc name is BMI270
10 bmi270@68 {11 compatible = "bosch,bmi270";13 label = "BMI270";
2 name: BMI270 Sensor sample4 sample.sensor.bmi270:
5 The BMI270 is an inertial measurment unit. See more info at:6 https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi270.html8 compatible: "bosch,bmi270"
175 bmi270: spi-dev-bmi270@1 { label176 compatible = "bosch,bmi270";177 label = "BMI270";
26 #define BMI270_NODE DT_NODELABEL(bmi270)130 LOG_ERR("Failed to configure BMI270 CS Pin"); in setup()
17 add_subdirectory_ifdef(CONFIG_BMI270 bmi270)
69 source "drivers/sensor/bmi270/Kconfig"
400 test_spi_bmi270: bmi270@39 {401 compatible = "bosch,bmi270";402 label = "BMI270";
643 test_i2c_bmi270: bmi270@4a {644 compatible = "bosch,bmi270";645 label = "BMI270";
2267 * :github:`34315` - BMI270 configuration file sending to I2C seems to be not handling the last part…
624 * Added BMI270 IMU driver.