Difference between revisions of "Microduino Read the pressure(Microduino 10dof)"

From Microduino Wiki
Jump to: navigation, search
(Created page with "{{Language | Microduino 读取气压(Microduino 10dof)}} {| style="width: 800px;" |- | ==Objective== This tutorial will teach you how to use the BMP180 sensor which is embeded...")
 
Line 43: Line 43:
 
==Video==
 
==Video==
  
http://v.youku.com/v_show/id_XNjk4NDEyNzQw.html
+
 
  
 
|}
 
|}

Revision as of 02:56, 27 July 2016

Language: English  • 中文

Objective

This tutorial will teach you how to use the BMP180 sensor which is embeded in Microduino-10DOF module. It can be use to calculate the air pressure value, altitude and temperature, the results will be displayed in the OLED.

Equipment

Schematic

MicroduinoMPU6050计算角度原理图.jpg
  • Microduino-OLED
  • Microduino-Core
  • Microduino-10DOF
  • Microduino-FT232R
  • Microduino-Cube-S1

Program

Refer to BMP18010DOFOLED

Debug

Step 1: Stack all the upper Micrduino module, as follows:

Microduino读取气压连接图.jpg

Step 2:Compile the program and download it.

Step 3:Observe the value on OLED.

Result

OLED will display temperature, air pressure, and altitude value.

Video