Skip to content

Latest commit

 

History

History

SSD1306-BMP180

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ssd1306_bmp180

Boards

Raspberry Pi 2, 3

Description

Use BMP180 to obtain three sensor readings: temperature,
barometric pressure and altitude. BMP180 uses an I2C 
interface.
Show these readings on SSD1306 OLED display. This uses an
SPI interface.
RPI is used with the WaveShare Pioneer600 that contains
both BM180 and SSD1306. Code is adapted from examples at
https://www.waveshare.com/wiki/File:Pioneer600-Code.tar.gz
For this example, install Python packages (via pip3):
smbus, pillow