BMP180 Based USB atmospheric Pressure Monitor
https://www.electronics-lab.com/bmp180-based-usb-atmospheric-pressure-monitor/
Dilshan R Jayakody designed a BMP180 sensor module based on PIC18F2550 MCU to test out it’s performance. He writes: We initially developed this USB atmospheric pressure monitor to study some operating characteristics of Bosch BMP180 sensor. BMP180 is low cost sensor to measuring barometric pressure and temperature. According to the data sheet this sensor can […]
Arduino Weather Station with DHT11 and BMP180
https://www.electronics-lab.com/arduino-weather-station-dht11-bmp180/
In the previous tutorial I showed you how to build a weather station using only the DHT11 sensor and I said the readings from this sensor is fairly accurate. In this tutorial, I will be using the DHT11 to measure only the humidity and BMP180 to measure pressure and temperature. That’s because its readings are […]
Introducing the BMP180 barometric sensor
https://www.electronics-lab.com/introducing-bmp180-barometric-sensor/
A how-to on using the BMP180 barometric sensor with the Arduino @ Random Nerd Tutorials: The BMP180 barometric sensor (model GY-68) is the one in the following figure (front and back view). It is a very small module with 1mm x 1.1mm (0.039in x 0.043in). It measures the absolute pressure of the air around it. […]
Easy Planter – A Simple Way Of Monitoring Plants
https://www.electronics-lab.com/easy-planter-a-simple-way-of-monitoring-plants/
Easy Planter is a plant monitoring device able to sense temperature, humidity, pressure, moisture, light etc. A small bluetooth low energy plant sensor that easily fits into a plant pot. It can monitor temperature, humidity, pressure, moisture, light, and has I2C extension pins so that you can add other modules. Information is sent to a […]
Easy IoT weather station with multiple sensors
https://www.electronics-lab.com/easy-iot-weather-station-multiple-sensors/
user Ingenerare @ instructables.com published a tutorial on a IoT weather station based on NodeMcu board, DHT11/22 sensor, BMP180 sensor, Rain sensor, Light sensor. In this tutorial, I will walk you through the steps to build an easy and cheap IOT weather station. The retrieved data is pushed via a wifi shield to Thingspeak. The […]
Using BMP180 for temperature, pressure and altitude measurements
https://www.electronics-lab.com/using-bmp180-temperature-pressure-altitude-measurements/
Raj from Embedded Lab has posted a comprehensive tutorial on how to use BMP180 for temperature, pressure, and altitude measurements. The BMP180 is a new generation digital barometric pressure and temperature sensor from Bosch Sensortec. In this tutorial, we will briefly review this device and describe how to interface it with an Arduino Uno board […]
ATMEGA328 based Weather Station
https://www.electronics-lab.com/atmega328-weather-station/
Vlad @ denialmedia.ca has build a solar powered weather station based on ATMega328 microcontroller that is able to measure temperature, a humidity, and UV radiation and it uploads measurement on WeatherUnderground network. The data are send to the air using a 433MHz link. The sensors used are DHT22, ML8511, BMP180 and a TP4056 charger IC is used to […]
Weather Station Project with ATMEGA328P, DHT22, BMP180, BH1750 and a Nokia 5110 LCD
https://www.electronics-lab.com/weather-station-project-with-atmega328p-dht22-bmp180-bh1750-and-a-nokia-5110-lcd/
This is an Arduino powered Weather Station Project that can run on batteries for almost a year! In order to achieve that we use a bare ATMEGA328 chip along with some accurate sensors. We use the DHT22 temperature and humidity sensor, a BMP180 barometric pressure sensor, a BH1750 light intensity sensor and a Nokia 5110 […]
Advanced Datalogger with ATMEGA328, BMP180, DHT22, BH1750 and sd card
https://www.electronics-lab.com/advanced-datalogger-with-atmega328-bmp180-dht22-bh1750-and-sd-card/
educ8s.tv has published another great Arduino project. It’s a ATMega328 based datalogger able to record temperature, humidity, barometric pressure and light to a SD card. In this video we build an Advanced Data Logger with Arduino. We use a DHT22 temperature and Humidity Sensor, a Bmp180 barometric pressure sensor and a BH1750 light sensor. The […]
Solar powered Particle Photon environment monitor
https://www.electronics-lab.com/solar-powered-particle-photon-environment-monitor/
FutureSharks @ github.com has another great project on it’s repository, it’s a solar powered particle photon enviroment monitor. Here is the Photon code and hardware details to build a solar powered environment monitor. It uses a combo module of 3 separate sensors that are read via I2C protocol to periodically measure and record: Temperature Humidity Light […]