Fermion: 10 DOF IMU Sensor - ADXL345+ITG3205+VCM5883L+BMP280 (Breakout) - DFRobot

Fermion: 10 DOF IMU Sensor - ADXL345+ITG3205+VCM5883L+BMP280 (Breakout) - DFRobot
Fermion: 10 DOF IMU Sensor - ADXL345+ITG3205+VCM5883L+BMP280 (Breakout) - DFRobotFermion: 10 DOF IMU Sensor - ADXL345+ITG3205+VCM5883L+BMP280 (Breakout) - DFRobotFermion: 10 DOF IMU Sensor - ADXL345+ITG3205+VCM5883L+BMP280 (Breakout) - DFRobotFermion: 10 DOF IMU Sensor - ADXL345+ITG3205+VCM5883L+BMP280 (Breakout) - DFRobotFermion: 10 DOF IMU Sensor - ADXL345+ITG3205+VCM5883L+BMP280 (Breakout) - DFRobotFermion: 10 DOF IMU Sensor - ADXL345+ITG3205+VCM5883L+BMP280 (Breakout) - DFRobotFermion: 10 DOF IMU Sensor - ADXL345+ITG3205+VCM5883L+BMP280 (Breakout) - DFRobot
รหัสสินค้า AS00622
หมวดหมู่ วัดความเร่ง/ไจโร/IMU
ราคา 1,850.00 บาท
สถานะสินค้า พร้อมส่ง
จำนวน
ชิ้น
หยิบลงตะกร้า
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
ดูวิธีการใช้งาน การต่อ และตัวอย่าง code ได้ที่ Click

INTRODUCTION

At the beginning, the inertial measurement unit is an electronic device that measures and reports on a craft's velocity, orientation, and gravitational forces, using a combination of accelerometers,gyroscopes, and magnetometers. Now IMU sensor are commonly used in the Human-computer interaction(HCI), navigational purposes and balancing technology used in the Segway Personal Transporter as we all known.

The 10 DOF (degrees of the freedom)  Mems IMU sensor is a compact and low cost IMU from DFRobot. It integrates the ADXL345 accelerometer, the VCM5883L magnetometer,the ITG-3205 gyro and the BMP280 barometric pressure sensor. It's suitable for most of the controlling system because of the small dimension. The mounting holes make it possible to provide the highly accurate and stable sensor data.It embeds a low noise LDO regulator for supplying a wide range power input. Works with 3~8 volts power input. Certainly, the 10 DOF sensor is directly compatible with your Arduino boards.

SPECIFICATION

  • Wide power input range from 3 to 8 volts
  • Low noise LDO regulator
  • Low cost IMU
  • Interface: I2C
  • M3x2 holes for easily mounted on your mobile platforms,robots,HCI or UAVs
  • LED power indication
  • Integrate 10 dof sensors
    • Adxl345 accelerometer
    • ITG3200 gyro
    • VCM5883L Compass
    • BMP280 pressure sensor
  • Compact size design and easy-to-use
  • Compatible with Arduino controllers
  • Electricity gold PCB
  • Size: 26x18mm (1.02x0.71")

PROJECTS

DOCUMENTS

SHIPPING LIST

  • 10 DOF IMU Sensor   x1
  • 4P Pin Headers  x1

Connection Diagram

10 DOF IMU Sensor V2.0 Connection Diagram

Sample Code 1

Please download following library first.


#include <FreeSixIMU.h>
#include <FIMU_ADXL345.h>
#include <FIMU_ITG3200.h>

#include <Wire.h>

float angles[3]; // yaw pitch roll

// Set the FreeSixIMU object
FreeSixIMU sixDOF = FreeSixIMU();

void setup() {
Serial.begin(9600);
Wire.begin();

delay(5);
sixDOF.init(); //begin the IMU
delay(5);
}

void loop() {

sixDOF.getEuler(angles);

Serial.print(angles[0]);
Serial.print(" | ");
Serial.print(angles[1]);
Serial.print(" | ");
Serial.println(angles[2]);

delay(100);
}

Open the arduino IDE serial monitor, you will get Yaw; Pitch; Roll value:

Yaw; Pitch; Roll Value

Sample Code 2

BMP280 Barometer & Temperature Test

/*!
* @file bmp280test.ino
* @brief DFRobot's Temperature、Pressure and Approx altitude
* @n [Get the module here](等上架后添加商品购买链接)
* @n This example read the Temperature、Pressure and Altitude from BMP280, and then print them
* @n [Connection and Diagram](等上架后添加wiki链接)
*
* @copyright [DFRobot](https://www.dfrobot.com), 2016
* @copyright GNU Lesser General Public License
*
* @author [yuxiang](1137717512@qq.com)
* @version V1.0
* @date 2016-12-06
*/

#include <Wire.h>
#include "DFRobot_BMP280.h"

DFRobot_BMP280 bmp280;

void setup() {
Serial.begin(9600);
Serial.println("BMP280 demo");

if (!bmp280.begin()) {
Serial.println("Could not find a valid BMP280 sensor!");
while (1);
}
}

void loop() {
Serial.print("Temperature = ");
Serial.print(bmp280.readTemperatureValue());
Serial.println(" *C");

Serial.print("Pressure = ");
Serial.print(bmp280.readPressureValue());
Serial.println(" Pa");

Serial.print("Altitude = ");
Serial.print(bmp280.readAltitudeValue(1013.25)); // this should be adjusted to your local forcase
Serial.println(" m");

Serial.println();
delay(2000);
}

Temperature & Barometer Value

 

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1702]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2129
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,393,408 ครั้ง
ผู้ชมทั้งหมด5,896,486 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท16 ก.ย. 2568

MEMBER

พูดคุย-สอบถาม