“Microduino-10DOF”的版本间的差异
(→FQA) |
|||
(未显示3个用户的14个中间版本) | |||
第1行: | 第1行: | ||
+ | {{Language|Microduino-10DOF}} | ||
{| style="width: 800px;" | {| style="width: 800px;" | ||
|- | |- | ||
| | | | ||
[[file:Microduino-10DOF-rect.jpg|400px|thumb|right|Microduino-10DOF]] | [[file:Microduino-10DOF-rect.jpg|400px|thumb|right|Microduino-10DOF]] | ||
− | '''[[Microduino-10DOF]]''' | + | '''[[Microduino-10DOF]]''' Microduino-10-DOF integrates four sensors including one sensor of 3-axis gyroscope and 3-axis accelerometer(MPU6050), one magnetic field strength sensor(HMC5883L) and a digital barometer sensor(BMP180). This module adopts I2C interface, widely used in automation control, such as aeromodelling,self-balancing car. |
+ | |||
|- | |- | ||
第9行: | 第11行: | ||
==Features== | ==Features== | ||
− | * | + | *Adopt three I2C-communicating sensors and save IO interface, used widely; |
− | *Small, cheap, stackable, | + | *Small, cheap, stackable, open; |
− | *Open | + | *Open hardware circuit design and Arduino compatible programming development environment; |
− | * | + | *Uniform Microduino interface standard and rich peripheral modules, capable of having a fast and flexible connection and extension with other modules and sensors in accord with Microduino interface standard; |
− | *2. | + | *Easy to be integrated to pegboards with a 2.45-pitch female header connector interface. |
− | |||
|- | |- | ||
| | | | ||
第22行: | 第23行: | ||
'''Magnetic field intensity sensor:HMC5883L''' | '''Magnetic field intensity sensor:HMC5883L''' | ||
− | *HMC5883L contains the most advanced high-resolution HMC118X series | + | *HMC5883L contains the most advanced high-resolution HMC118X series magnetic-resistive sensor; |
− | *Integrated circuit with Honeywell patents | + | *Integrated circuit with Honeywell patents includes an amplifier, automatic degaussing actuator, offset calibration and a 12-bit AD converter which can control the accuracy of the compass to the range of 1 ° ~ 2 °; |
− | * | + | *A simple IIC serial bus interface. |
第30行: | 第31行: | ||
'''Digital Pressure Sensor:BMP180''' | '''Digital Pressure Sensor:BMP180''' | ||
− | *BMP180 comprises resistive pressure sensor, AD converter, and a control unit; | + | *BMP180 comprises a resistive pressure sensor, an AD converter, and a control unit; |
− | **The control unit includes E2PROM and I2C interfaces. BMP180 transmits uncompensated temperature and pressure values. E2PROM stores 176bit individual standard data, which used for compensation of temperature dependence and | + | **The control unit includes E2PROM and I2C interfaces. BMP180 transmits uncompensated temperature and pressure values. E2PROM stores 176bit individual standard data, which are used for compensation of temperature dependence and other sensor parameters. |
− | *Available range: 300hPa to 1100hPa (corresponding sea level -500m | + | *Available range: 300hPa to 1100hPa (corresponding sea level to -500m -- +9000 m) |
− | *Lowest absolute accuracy can be achieved 0.03hPa | + | *Lowest absolute accuracy can be achieved--0.03hPa |
*UP = pressure data (16 to 19bit) | *UP = pressure data (16 to 19bit) | ||
*UT = temperature data (0 to 15bit) | *UT = temperature data (0 to 15bit) | ||
第39行: | 第40行: | ||
'''Triaxial accelerometer + three-axis gyro sensor:MPU6050''' | '''Triaxial accelerometer + three-axis gyro sensor:MPU6050''' | ||
− | *It integrates a 3-axis MEMS gyroscope, three-axis MEMS accelerometer, and a scalable | + | *It integrates a 3-axis MEMS gyroscope, a three-axis MEMS accelerometer, and a scalable DMP (Digital Motion Processor); |
*Digital output for 6 or 9 axis rotation matrix, quaternion, Euler angles format (EulerAngleforma) data fusion algorithms; | *Digital output for 6 or 9 axis rotation matrix, quaternion, Euler angles format (EulerAngleforma) data fusion algorithms; | ||
− | *With 131LSBs / | + | *With 131LSBs / °sec sensitivity and whole cell sensing range is ± 250, ± 500, ± 1000 and ± 2000 ° / sec of 3-axis angular velocity sensor (gyroscope); |
*3-axis accelerometer is programmable control and the range is ± 2g, ± 4g, ± 8g and ± 16g; | *3-axis accelerometer is programmable control and the range is ± 2g, ± 4g, ± 8g and ± 16g; | ||
*Reduces the impact of setting given and sensor drift by removing the shaft between the accelerator and the gyro sensitivity, ; | *Reduces the impact of setting given and sensor drift by removing the shaft between the accelerator and the gyro sensitivity, ; | ||
*The complexity of data fusion algorithms, sensors synchronization, load position sensors can be reduced by useing Digital motion processing (DMP: DigitalMotionProcessing) engine | *The complexity of data fusion algorithms, sensors synchronization, load position sensors can be reduced by useing Digital motion processing (DMP: DigitalMotionProcessing) engine | ||
*A temperature sensor with digital output; | *A temperature sensor with digital output; | ||
− | *Gyro operational current: 5mA, gyroscope standby current: 5uA; accelerator operation current: 500uA, accelerator power saving mode current: 40uA @ 10Hz up to 400kHz fast mode of | + | *Gyro operational current: 5mA, gyroscope standby current: 5uA; accelerator operation current: 500uA, accelerator power saving mode current: 40uA @ 10Hz up to 400kHz fast mode of IIC. |
|- | |- | ||
第58行: | 第59行: | ||
** 3-axis gyroscope + 3-axis accelerometer: 【'''[[media:MPU6000andMPU6050.pdf|MPU6050]]'''】 | ** 3-axis gyroscope + 3-axis accelerometer: 【'''[[media:MPU6000andMPU6050.pdf|MPU6050]]'''】 | ||
** 3-axis compass: 【'''[[media:HMC5883L_en.pdf|HMC5883L]]'''】 | ** 3-axis compass: 【'''[[media:HMC5883L_en.pdf|HMC5883L]]'''】 | ||
− | ** temperature + pressure sensor: 【'''[[media:BMP180_en.pdf| | + | ** temperature + pressure sensor: 【'''[[media:BMP180_en.pdf|BMP180]]'''】 |
− | |||
− | |||
|- | |- | ||
第69行: | 第68行: | ||
'''Arduino Libraries and support packages''' | '''Arduino Libraries and support packages''' | ||
− | + | *Microduino_10DOF:https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_05_Microduino_10DOF | |
*【BMP180 Library'''[https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/BMP085 github Download]''' , '''[https://github.com/adafruit/Adafruit-BMP085-Library github Download]''' 】 | *【BMP180 Library'''[https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/BMP085 github Download]''' , '''[https://github.com/adafruit/Adafruit-BMP085-Library github Download]''' 】 | ||
*【HMC5883L Library'''[https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/HMC5883L github Download]''' 】 | *【HMC5883L Library'''[https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/HMC5883L github Download]''' 】 | ||
第83行: | 第82行: | ||
'''Download''' | '''Download''' | ||
− | *MultiWii and source code | + | *MultiWii and source code :https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino%20Axis |
*OLED tests 10dof source code:[[File:Program Test 10DOF.zip]] | *OLED tests 10dof source code:[[File:Program Test 10DOF.zip]] | ||
第108行: | 第107行: | ||
|- | |- | ||
| | | | ||
+ | |||
+ | ==FQA== | ||
+ | *How to run 10DOF test program in Mac? | ||
+ | **Running a Mac Osx 10.9.3 with IDE 1.0.5 with boads.txt from Microduino see | ||
+ | '''http://www.microduino.cc/wiki/index.php?title=Arduino_IDE_Microduino Hardware Support Package''' | ||
+ | **Download test program from Microduino-10DOF | ||
+ | '''http://www.microduino.cc/wiki/index.php?title=Microduino-10DOF''' | ||
+ | **Modified somewhat and running on a Core+See Inclinomter | ||
+ | '''https://plus.google.com/u/0/communities/117933845827174624649/stream/e9bf5dd3-74d2-4e17-af1c-8a54c6bfb9e8''' | ||
==History== | ==History== |
2015年1月3日 (六) 03:56的最新版本
Language | English |
---|
Microduino-10DOF Microduino-10-DOF integrates four sensors including one sensor of 3-axis gyroscope and 3-axis accelerometer(MPU6050), one magnetic field strength sensor(HMC5883L) and a digital barometer sensor(BMP180). This module adopts I2C interface, widely used in automation control, such as aeromodelling,self-balancing car.
|
Features
|
SpecificationMagnetic field intensity sensor:HMC5883L
Digital Pressure Sensor:BMP180
Triaxial accelerometer + three-axis gyro sensor:MPU6050
|
Documents
|
DevelopmentArduino Libraries and support packages
|
ApplicationsDownload
Use open source of MWC test 10dof module
Use OLED test 10dof module
|
FQA
http://www.microduino.cc/wiki/index.php?title=Arduino_IDE_Microduino Hardware Support Package
http://www.microduino.cc/wiki/index.php?title=Microduino-10DOF
History
|
Pictures
|