“Microduino-10DOF”的版本间的差异
(→Specification) |
|||
第68行: | 第68行: | ||
:[[file:Micromodule-10DOF-1.png|800px|thumb|left|Microduino-10DOF-Pinout]] | :[[file:Micromodule-10DOF-1.png|800px|thumb|left|Microduino-10DOF-Pinout]] | ||
<br style="clear: left"/> | <br style="clear: left"/> | ||
+ | |||
+ | |- | ||
+ | | | ||
+ | |||
+ | == Development == | ||
+ | |||
+ | '''Arduino库及支持包''' | ||
+ | |||
+ | *【BMP180库github下载 , github下载 】 | ||
+ | *【HMC5883L库github下载 】 | ||
+ | *【MPU6050库github下载 】 | ||
+ | *【I2Cdev库github下载 】 | ||
+ | *【U8glib库google下载 】 | ||
|- | |- | ||
| | | | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | == Applications == | ||
+ | |||
+ | '''程序下载''' | ||
+ | |||
+ | *MultiWii上位机及程序:File:MultiWii 2 2.zip | ||
+ | *OLED测试10dof程序::File:Program Test 10DOF.zip | ||
+ | |||
+ | '''用MWC的开源程序测试10dof模块''' | ||
+ | |||
+ | *所需要准备的硬件有:Microduino FT232R、Microduino Core、Microduino 10dof; | ||
+ | *所需要准备的软件有:MultiWii上位机(Linux/Mac/Windows)、MultiWii程序(Arduino端)、Arduino IDE(1.0版本以上); | ||
+ | *先用IED打开MultiWii目录中的MultiWii.ino,即可载入工程,提供的程序已对Microduino 10dof做了配置,板卡选择Microduino Core (Atmega328P@16M,5V),直接下载即可; | ||
+ | *接着打开上位机,以Windows为例,执行MultiWiiConf\application.windows32目录中的MultiWiiConf.exe,选对相应串口,点击Start即可测试模块。 | ||
+ | |||
+ | '''OLED测试10dof模块''' | ||
+ | |||
+ | *所需要准备的硬件有:Microduino FT232R、Microduino Core、Microduino 10dof、Microduino OLED; | ||
+ | *所需要准备的软件有:Arduino IDE(1.0版本以上)、Microduino提供的测试程序(Arduino端)、BMP180库、HMC5883L库、MPU6050库、I2Cdev库、U8glib库; | ||
+ | *将下载好的库文件夹放入Arduino IDE安装文件夹内的libraries中; | ||
+ | *启动Arduino IED,打开Microduino提供的测试程序,板卡选择Microduino Core (Atmega328P@16M,5V),直接下载即可; | ||
+ | |||
+ | *下载完毕后可观察OLED: | ||
+ | *最上一行是测试HM5883L所用,将模块置于水平,转动模块可观察到指针始终指向一个角度; | ||
+ | *中间一行是测试BMP180所用,可观察到气压、温度数据; | ||
+ | *最后一行是测试MPU6050所用,倾斜模块,可观察小球朝相应方向滚动。 | ||
+ | |||
+ | |||
+ | |- | ||
+ | | | ||
+ | |||
+ | |||
+ | |||
+ | |||
==History== | ==History== |
2014年1月20日 (一) 09:27的版本
Microduino-10DOF module integrates 4 kinds of sensors, they are MPU6050 for 3-axis gyroscope and 3-axis accelerometer; HMC5883L for 3-axis compass; and BMP085 for temperature and pressure sensor. the module use IIC interface. |
Features
|
SpecificationMagnetic field intensity sensor:HMC5883L
Digital Pressure Sensors:BMP180
Triaxial accelerometer + three-axis gyro sensor:MPU6050
|
Documents
|
DevelopmentArduino库及支持包
|
Applications程序下载
用MWC的开源程序测试10dof模块
OLED测试10dof模块
|
History
|
Pictures
|