Instructions

Ausgabe 22.09.2017 Copyright by Joy-IT 12
3
RPi - Explorer700
wiringPi Program:
Open the console and enter the following commands:
Expected result: the console will push the following:
Press CTRL+C to exit the program.
Python Program:
Open the console and enter the following commands:
Expected result: the console will push the following:
Press CTRL+C to exit the program.
make
cd /Explorer700/BMP180/wiringPi
sudo ./BMP180
BMP180 Test Program ...
Temperature: 34.20 C
Pressure: 1005.12 Pa
Altitude: 67.66 m
sudo python BMP180_example.py
cd /Explorer700/BMP180/python
BMP180 Test Program ...
Temperature: 34.20 C
Pressure: 1005.12 Pa
Altitude: 67.66 m