Arduino Barometer With Nokia 5110 LCD

by Lacybad in Circuits > Arduino

2772 Views, 15 Favorites, 0 Comments

Arduino Barometer With Nokia 5110 LCD

IMG_20180602_083223.jpg

This is a simple barometer with Arduino.

Intro

barometric-pressure-sensor-bmp180.jpg

Hello!

Well i am still a newbie with Arduino and i dont have enough free time to learn the programming properly.

I found some sample codes with u8glib library for some sensors.

They were originally for I2C oled SSD1306 displays. But!!! I don't like these tiny OLED displays. Sorry!!

I know, that the u8glib library can be interfaced with the Nokia 5110 displays very easily.

So i modified some sample codes to work with it.

I done it with DHT11, BMP180 , DS18B20. If i have time , will publish it.

Hardware

IMG_20180602_083223.jpg
IMG_20180602_083231.jpg

Parts you need:

- An arduino Mega or any other Arduino board

- BMP180 sensor

- Nokia 5110 LCD

- Some jumper wires

- Arduino IDE

The pinout is included in the sketch.

Code

Download the Arduino file, download the libraries, compile it and upload to your Arduino board.

*pressure = bmp.readPressure() / 98.5; Modify this value to get accurate barometric results.

Done!

You are done. Use it as you like!

Have a nice day!