Ardunio Uno + Adafruit's BMP085 Temperature and Barometric Sensor
Here's an Adafruit BMP085 temperature and barometric sensor connected up to the Arduino Uno and my 128x64 LCD module.
I spent a stupid amount of time trying to get that degrees symbol in there only to work out the font didn't include that character. Far too often I'm far too slow.
Hardware ingredients
- Ardunio Uno Rev3.
- LCD12864 128x64 with ST7920 controller connected via SPI
- Adafruit BMP085 temperature and barometric sensor connected via I2C
Software ingredients
- Ardunio IDE 1.0
- U8glib.h (Universal 8bit Graphics Library for LCD)
- Wire.h (Used for I2C)
- Adafruit_BMP085.h (Used for Adafruit BMP085 sensor)
Click here for DX (Deal Extreme)
Ardunio Uno + Adafruit's BMP085 Temperature and Barometric Sensor
Here's an Adafruit BMP085 temperature and barometric sensor connected up to the Arduino Uno and my 128x64 LCD module.
I spent a stupid amount of time trying to get that degrees symbol in there only to work out the font didn't include that character. Far too often I'm far too slow.
Hardware ingredients
- Ardunio Uno Rev3.
- LCD12864 128x64 with ST7920 controller connected via SPI
- Adafruit BMP085 temperature and barometric sensor connected via I2C
Software ingredients
- Ardunio IDE 1.0
- U8glib.h (Universal 8bit Graphics Library for LCD)
- Wire.h (Used for I2C)
- Adafruit_BMP085.h (Used for Adafruit BMP085 sensor)
Click here for DX (Deal Extreme)