tecno4
2.4M views | +74 today
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'BMP180'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

Arduino a muete: ESPHome: BMP180 sensor de temperatura y presión

Arduino a muete: ESPHome: BMP180 sensor de temperatura y presión | tecno4 | Scoop.it
ESPHome: BMP180 sensor de temperatura y presión
El BPM180 es un sensor de temperatura y presión compatible con ESPHome y que se conecta a través de un puerto I2C.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

BMP180 sensor de presión y temperatura

BMP180 sensor de presión y temperatura | tecno4 | Scoop.it
Si hay un sensor simple y fiable ese es el BMP180. Que no te engañe su apariencia, ahí donde lo ves, este diminuto circuito puede proporcionarnos información de temperatura, presión atmosférica y altitud.

El BMP180 es un sensor de Bosch, sí sí, los de Like A Bosch. Pero no se trata de ningún electrodoméstico para freír patatas o calentar el tupper. No es eso.

Y aunque el sensor BMP180 es capaz de medir la temperatura con una precisión de ±1ºC, su punto fuerte es el cálculo de la presión atmosférica.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Arduino BMP280 SD0 slave adress BMP180 pressure altitude examples tutorial

Arduino BMP280 SD0 slave adress BMP180 pressure altitude examples tutorial | tecno4 | Scoop.it
The barometric pressure sensor BMP180 is designed to read the atmospheric pressure and thus indirectly estimate the height above sea level. The atmospheric pressure is the force exerted by the air (atmosphere) on the surface of the earth. The atmospheric pressure is due to the weight of the air column over a certain area, that is why when measuring the atmospheric pressure in higher altitude points, the pressure value is lower because the amount of air is lower. The atmospheric pressure also varies with the climate, mainly with the temperature, since it changes the density of the air, which is reflected in a change in the weight and therefore in a change of pressure.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

IoT Wireless Weather Station Project using Arduino, ESP8266 and ThingSpeak

IoT Wireless Weather Station Project using Arduino, ESP8266 and ThingSpeak | tecno4 | Scoop.it

We will be using he Arduino board along with DHT11 sensor, BMP180 sensor and ESP8266 wifi module. The DHT11 sensor senses the temperature and humidity, while BMP180 sensor calculates the pressure and ESP8266 is used for internet connectivity. In our previous project, we already learnt to use the DHT11 sensor to monitor temperature and humidity with Arduino, here in this project, we are adding another sensor (BMP180) to make a complete weather station using Arduino. Sending these data to ThingSpeak enables live monitoring from anywhere in the world and we can also view the logged data which will be stored on their website and even graph it over time to analyze it.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

DHT11 vs DHT22 vs LM35 vs DS18B20 vs BME280 vs BMP180

DHT11 vs DHT22 vs LM35 vs DS18B20 vs BME280 vs BMP180 | tecno4 | Scoop.it
There are a wide variety of temperature sensors compatible with Arduino, ESP32, ESP8266 and other development boards. So, it can be difficult to to pick up the most suitable sensor for your project. In this article, we’ll compare 6 widely used temperature sensors: DHT11, DHT22, LM35, DS18B20, BME280 and BMP180.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Presión, temperatura y humedad, con BMP180 y DHT22

Presión, temperatura y humedad, con BMP180 y DHT22 | tecno4 | Scoop.it

En una de las entradas de este blog, Presión y temperatura con LCD Keypad Shield y BMP180, interesaba añadir un sensor más que pudiera registrar la humedad relativa (Hr). 

La humedad del ambiente tiene una gran relevancia en nuestra vida cotidiana, ya que repercute en el confort, en la salud, y en la duración o conservación de alimentos, por ejemplo.

La cantidad de vapor de agua que está presente en el ambiente determina el grado de humedad presente en el mismo. El sensor DHT22 nos brinda la temperatura y la humedad relativa del ambiente.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Midiendo Altura y Temperatura sobre un Drone con Arduino, BMP180 Sensor de Presión Barométrica

BMP180 Sensor de Presión Barométrica y Temperatura conectado al Arduino y volando sobre el Drone Mavic Mini
Programa de la prueba: Barometrico sensor
https://create.arduino.cc/editor/Prof...
Pagina oficial del Profe: http://elprofegarcia.com/
----- Materiales -----
Tienda donde Compre los Materiales: http://dinastiatecnologica.com
(1) Sensor BMP180 Presión Barométrica
(1) Pantalla OLED 128x64
(1) Arduino UNO
(1) Protoboard Mini
(10) Cable Jumper M-M
---- Apoya esta labor educativa -----
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

IoT Based Raspberry Pi Weather Station using DHT11 and BMP180 Sensor

IoT Based Raspberry Pi Weather Station using DHT11 and BMP180 Sensor | tecno4 | Scoop.it

Humidity, Temperature and Pressure are three important environmental parameters to decide the weather conditions of a particular location. So in this DIY IoT project session, we are making a Raspberry Pi weather station using DHT11 and BMP180 sensors. Where the DHT11 sensor senses the temperature and humidity while BMP180 sensor calculates the pressure. In our previous project, we have used the DHT11 sensor to detect temperature and humidity, and now in this project, we are adding another sensor to make a complete weather station using Raspberry Pi.

Further, we are sending the weather station data to ThingSpeak for live monitoring from anywhere in the world, and we can view the logged data and graph over time on the website. You can also choose any other IoT platform to monitor the real-time data.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Medir presión del aire y altitud con Arduino y barómetro BMP180

Medir presión del aire y altitud con Arduino y barómetro BMP180 | tecno4 | Scoop.it

Un barómetro digital es un dispositivo que mide la presión del aire y que puede usarse como altímetro. Podemos conectar este sensor a un autómata o procesador como Arduino para registrar la medición de la presión del aire o estimar la altitud del sensor respecto al nivel del mar.
La presión barométrica está originada por el peso de la columna del aire de la atmósfera. La presión barométrica depende de diversos factores, especialmente de la temperatura, ya que esta influye en la densidad del aire y, por tanto, en el peso de la columna de aire. Otros factores que afectan a la medición son la humedad y el viento.
Dado que la presión barométrica depende de la altura de la columna de aire ubicada sobre el sensor también puede ser empleada para estimar la altitud a la que está ubicado en sensor respecto al nivel del mar.

No comment yet.