Microduino Read the pressure(Microduino 10dof)

From Microduino Wiki
Revision as of 10:22, 28 September 2016 by Fengfeng (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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