gy-bmi160 accelerometer gyroscope acceleration gravity sensor

In Stock
Price: KSH 570.00
GY-BMI160 Accelerometer Gyroscope Sensor
The GY-BMI160 is a highly precise **accelerometer and gyroscope** sensor designed for **motion tracking, robotics, and electronic projects**.
Overview
This sensor integrates a **3-axis accelerometer** and **3-axis gyroscope**, providing **fast and accurate** motion sensing. Ideal for **Arduino, Raspberry Pi, and IoT projects**.
Features
- 6-axis **IMU sensor** with **3-axis accelerometer & 3-axis gyroscope**
- Ultra-low power consumption
- High-resolution motion tracking
- Supports **I2C & SPI communication**
Specifications
- Operating Voltage: 3.3V - 5V
- Communication: I2C (Address: 0x6A) & SPI
- Accelerometer Range: ±2g, ±4g, ±8g, ±16g
- Gyroscope Range: ±125°/s, ±250°/s, ±500°/s, ±1000°/s, ±2000°/s
Arduino Sample Code
Use the following code to interface the **GY-BMI160 sensor with Arduino**:
#include#include Adafruit_BMI160 bmi160; void setup() { Serial.begin(115200); if (!bmi160.begin()) { Serial.println("Sensor initialization failed!"); while (1); } Serial.println("BMI160 Connected"); } void loop() { sensors_event_t accel, gyro, temp; bmi160.getEvent(&accel, &gyro, &temp); Serial.print("Accel X: "); Serial.print(accel.acceleration.x); Serial.print(" Y: "); Serial.print(accel.acceleration.y); Serial.print(" Z: "); Serial.println(accel.acceleration.z); Serial.print("Gyro X: "); Serial.print(gyro.gyro.x); Serial.print(" Y: "); Serial.print(gyro.gyro.y); Serial.print(" Z: "); Serial.println(gyro.gyro.z); delay(500); }
Why Buy from HIMASTORES?
HIMASTORES offers **authentic** components at the **best prices** with fast delivery and customer support.
Order Now
Get your GY-BMI160 Sensor today for **high-precision motion tracking**.
Price: KSH 570.00