Fast delivery within 24 to 72 Hours
IMU 9-DOF MPU-9250 9-Axis Attitude Gyroscope Accelerator Magnetometer Sensor Module
Original price was: 750,00 EGP.700,00 EGPCurrent price is: 700,00 EGP.
In stock
- 9-axis IMU: 3-axis gyroscope, 3-axis accelerometer, 3-axis magnetometer
- High-precision motion and orientation sensing
- I²C and SPI communication support
- Adjustable sensitivity ranges
- Compact, low-power design for embedded projects
In stock
Shipping & Delivery
Receipt from the place on the same day or shipping to nearby places
On the same day
6PM - 10 PM
Delivery through a fast shipping company intermediary
1-3 Days
Description
The MPU-9250 9-DOF IMU Sensor Module is a compact, high-performance motion tracking solution that combines a 3-axis gyroscope, 3-axis accelerometer, and 3-axis magnetometer in a single chip. Ideal for robotics, drones, navigation systems, and motion-based control projects, it provides accurate orientation and movement data for your applications.
Features
-
All-in-One 9-Axis Sensor – Gyroscope, accelerometer, and magnetometer in one module
-
High Accuracy – Delivers precise motion and orientation measurements
-
I²C / SPI Interface – Flexible communication options with microcontrollers
-
Low Power Consumption – Ideal for battery-powered applications
-
Compact Size – Easy to integrate into small projects and prototypes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
#include <Wire.h> #include "MPU9250.h" // Install library "MPU9250" by hideakitai MPU9250 mpu; // Create MPU9250 object void setup() { Serial.begin(115200); Wire.begin(); delay(2000); Serial.println("Initializing MPU9250..."); // Initialize sensor if (!mpu.setup(0x68)) { // Default I2C address is 0x68 Serial.println("MPU9250 connection failed!"); while (1); } // Calibrate sensors Serial.println("Calibrating sensors..."); mpu.calibrateAccelGyro(); mpu.calibrateMag(); Serial.println("Calibration complete!"); } void loop() { if (mpu.update()) { // Accelerometer (g) Serial.print("Accel[g]: "); Serial.print(mpu.getAccX(), 2); Serial.print(", "); Serial.print(mpu.getAccY(), 2); Serial.print(", "); Serial.print(mpu.getAccZ(), 2); Serial.print(" | Gyro[°/s]: "); Serial.print(mpu.getGyroX(), 2); Serial.print(", "); Serial.print(mpu.getGyroY(), 2); Serial.print(", "); Serial.print(mpu.getGyroZ(), 2); Serial.print(" | Mag[µT]: "); Serial.print(mpu.getMagX(), 2); Serial.print(", "); Serial.print(mpu.getMagY(), 2); Serial.print(", "); Serial.print(mpu.getMagZ(), 2); Serial.println(); } } |
Specifications
Gyroscope
-
Measurement Range: ±250 / ±500 / ±1000 / ±2000 °/s
-
Sensitivity: Configurable for precision or range
Accelerometer
-
Measurement Range: ±2g / ±4g / ±8g / ±16g
-
Sensitivity: Adjustable for application needs
Magnetometer
-
Measurement Range: ±4800 µT
-
Resolution: 16-bit
General
-
Operating Voltage: 2.4V – 3.6V (3.3V recommended)
-
Interface: I²C (up to 400kHz) / SPI (up to 1MHz)
-
Operating Temperature: −40°C to +85°C
-
Dimensions: Approx. 15mm × 15mm
Package Contents
-
1 × MPU-9250 9-DOF IMU Sensor Module
Customer Reviews
Specification
Overview
Weight Weight | 0,0000 g |
---|