Home
last modified time | relevance | path

Searched full:mpu6050 (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/drivers/sensor/tdk/mpu6050/
DKconfig1 # MPU6050 Six-Axis Motion Tracking device configuration options
6 menuconfig MPU6050 config
7 bool "MPU6050 Six-Axis Motion Tracking Device"
12 Enable driver for MPU6050 I2C-based six-axis motion tracking device.
14 if MPU6050
72 endif # MPU6050
DCMakeLists.txt5 zephyr_library_sources(mpu6050.c)
Dmpu6050_trigger.c13 #include "mpu6050.h"
15 LOG_MODULE_DECLARE(MPU6050, CONFIG_SENSOR_LOG_LEVEL);
Dmpu6050.c15 #include "mpu6050.h"
17 LOG_MODULE_REGISTER(MPU6050, CONFIG_SENSOR_LOG_LEVEL);
170 LOG_DBG("MPU6050/MPU9250/MPU6880 detected"); in mpu6050_init()
/Zephyr-latest/samples/sensor/mpu6050/
Dsample.yaml8 name: MPU6050 Sensor Sample
10 sample.sensor.mpu6050:
DREADME.rst1 .. zephyr:code-sample:: mpu6050
2 :name: MPU6050 motion tracking device
5 Get temperature, acceleration, and angular velocity from an MPU6050 sensor (polling & trigger
32 :zephyr-app: samples/sensor/mpu6050
DCMakeLists.txt9 project(mpu6050) project
/Zephyr-latest/samples/sensor/mpu6050/boards/
Dnrf52dk_nrf52832.overlay8 mpu6050@68 {
9 compatible = "invensense,mpu6050";
/Zephyr-latest/samples/sensor/mpu6050/src/
Dmain.c89 const struct device *const mpu6050 = DEVICE_DT_GET_ONE(invensense_mpu6050); in main() local
91 if (!device_is_ready(mpu6050)) { in main()
92 printf("Device %s is not ready\n", mpu6050->name); in main()
101 if (sensor_trigger_set(mpu6050, &trigger, in main()
110 int rc = process_mpu6050(mpu6050); in main()
/Zephyr-latest/drivers/sensor/tdk/
DCMakeLists.txt9 add_subdirectory_ifdef(CONFIG_MPU6050 mpu6050)
DKconfig9 source "drivers/sensor/tdk/mpu6050/Kconfig"
/Zephyr-latest/boards/shields/m5stack_core2_ext/
Dm5stack_core2_ext.overlay18 compatible = "invensense,mpu6050";
/Zephyr-latest/dts/bindings/sensor/
Dinvensense,mpu6050.yaml8 compatible: "invensense,mpu6050"
/Zephyr-latest/samples/sensor/icm42605/
DREADME.rst2 :name: MPU6050 Invensense Motion Tracking Device
/Zephyr-latest/boards/shields/m5stack_core2_ext/doc/
Dindex.rst45 :zephyr-app: samples/sensor/mpu6050
/Zephyr-latest/boards/m5stack/m5stack_atoms3/
Dm5stack_atoms3_procpu.dts113 compatible = "invensense,mpu6050";
/Zephyr-latest/boards/m5stack/m5stickc_plus/
Dm5stickc_plus_procpu.dts169 compatible = "invensense,mpu6050";
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi130 test_i2c_mpu6050: mpu6050@11 {
131 compatible = "invensense,mpu6050";
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst639 * Extended MPU6050 driver to support MPU6886 variant.
Drelease-notes-3.0.rst917 * :github:`42292` - Compilation failed: Driver MPU6050
Drelease-notes-3.7.rst1155 MPU6050 driver.
Drelease-notes-2.7.rst1368 * :github:`37784` - MPU6050 accel and gyro values swapped
Drelease-notes-2.6.rst622 * Added support for MPU9250 to existing MPU6050 6-axis motion tracking driver.