Difference between revisions of "Microduino Read the pressure(Microduino 10dof)"
From Microduino Wiki
(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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 33: | Line 33: | ||
[[File:Microduino读取气压连接图.jpg|600px|center|thumb]] | [[File:Microduino读取气压连接图.jpg|600px|center|thumb]] | ||
− | Step | + | Step 2: Compile the program and download it. |
− | Step | + | Step 3: Observe the value on OLED. |
==Result== | ==Result== | ||
Line 43: | Line 43: | ||
==Video== | ==Video== | ||
− | + | ||
|} | |} |
Latest revision as of 10:22, 28 September 2016
Language: | English • 中文 |
---|
ObjectiveThis 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
ProgramRefer to BMP18010DOFOLED DebugStep 1: Stack all the upper Micrduino module, as follows: Step 2: Compile the program and download it. Step 3: Observe the value on OLED. ResultOLED will display temperature, air pressure, and altitude value. Video |