“Microduino-10DOF”的版本间的差异
Jasonsheng(讨论 | 贡献) (→Specification) |
Jasonsheng(讨论 | 贡献) (→Applications) |
||
第91行: | 第91行: | ||
*MultiWii and source code :[[File:MultiWii 2 2.zip]] | *MultiWii and source code :[[File:MultiWii 2 2.zip]] | ||
− | *OLED | + | *OLED tests 10dof source code:[[File:Program Test 10DOF.zip]] |
− | '''Use | + | '''Use open source of MWC test 10dof module''' |
− | * | + | *The hardware need to be prepared:Microduino FT232R、Microduino Core、Microduino 10dof; |
− | * | + | *The software need to be prepared:MultiWii(Linux/Mac/Windows)、MultiWii source code(Arduino)、Arduino IDE(above 1.0 version); |
− | *First use IED open MultiWii.ino in MultiWii directory,the project can be load | + | *First use IED open MultiWii.ino in MultiWii directory,the project can be load directly. The provided source code has already been configured for Microduino 10dof.Select board "Microduino Core (Atmega328P@16M,5V)",and then downloaded directly; |
− | * | + | *Turn on the PC. Take the Windows as example,Execution "MultiWiiConf.exe" in MultiWiiConf \ application.windows32 directory,select the corresponding serial port, then click "Start" to test module. |
− | '''OLED test 10dof module''' | + | '''Use OLED test 10dof module''' |
− | * | + | *The hardware need to be prepare:Microduino FT232R、Microduino Core、Microduino 10dof、Microduino OLED; |
− | * | + | *The software need to be prepare:Arduino IDE(above 1.0 version)、Microduino provide test source code(Arduino)、BMP180 Library、HMC5883 LLibrary、MPU6050 Library、I2Cdev Library、U8glib Library; |
− | * | + | *The downloaded libraries should be put into library folder within Arduino IDE's installation folder; |
− | * | + | *Start Arduino IED,Open the test code that Microduino provided,select board "Microduino Core (Atmega328P@16M,5V)",and then downloaded directly; |
− | * | + | *After the download, please pay attention to the OLED is complete: |
− | *Top row is used to test HM5883L,The module is placed in the | + | **Top row is used to test HM5883L,The module is placed in the horizontal position, turn the module can be observed that pointer always points to an angle; |
− | *The middle row is | + | **The middle row is used to test BMP180, observing pressure and temperature data; |
− | *The last line is used to test MPU6050, tilt module can observe the ball rolling toward the corresponding direction. | + | **The last line is used to test MPU6050, tilt module,then you can observe the ball rolling toward the corresponding direction. |
2014年1月24日 (五) 07:25的版本
Microduino-10DOF module use IIC interface to connect with core module and integrates 4 kinds of sensors. MPU6050 uses to 3-axis gyroscope and 3-axis accelerometer, HMC5883L uses to 3-axis compass,BMP085 for temperature and pressure sensor. This module 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
|
History
|
Pictures
|