{"id":237494,"date":"2021-01-31T13:09:39","date_gmt":"2021-01-31T12:09:39","guid":{"rendered":"https:\/\/emariete.com\/?p=237494"},"modified":"2021-01-31T13:09:39","modified_gmt":"2021-01-31T12:09:39","slug":"connect-sensor-bme280-speasy","status":"publish","type":"post","link":"https:\/\/emariete.com\/en\/conectar-sensor-bme280-espeasy\/","title":{"rendered":"Connecting a BME280 sensor to ESPEasy"},"content":{"rendered":"<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this tutorial we are going to see, step by step, how we can<strong> adding a temperature, humidity and atmospheric pressure sensor, BME280, to our ESP8266 project with NodeMCU or Wemos D1 Mini and ESPEasy<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is a very simple project, <strong>ideal for beginners<\/strong>but which has been highly requested by regular readers of the blog, so here it is, in the hope that it will be useful for you too.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are many temperature sensors, quite a few humidity sensors, some atmospheric pressure sensors, and fewer that combine all three and do all three. <strong>with a certain quality in their measurements<\/strong>. The BME280 is an example of the latter type.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Considering what it delivers, and how well it does it, the BME280 is <strong>a very economical and highly recommended sensor<\/strong> when we want to obtain these three environmental measures.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-en-qu-consiste-el-proyecto\">What the project consists of<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is a project that allows us to obtain measurements, with a fairly high degree of precision, of <strong>ambient temperature, relative humidity, and atmospheric pressure<\/strong> and display them on a web page, make graphs, send them to any system by means of <strong>MQTT, HTTP and others<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The project consists of only two components:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>A BME280 sensor, manufactured by Bosch.<\/li><li>An ESP8266 board such as NodeMCU, Wemos D1 Mini or any other board.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">On the firmware side, we will be using ESP Easy, which will allow us to do <strong>a whole host of things without the need for programming<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the advantages of ESP Easy (and <strong>my favourite<\/strong>is that it enables us to connect to our project <strong>many different accessories without having to program or complicate our lives.<\/strong> with firmware modifications or adaptations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-el-sensor-bme280\">The BME280 sensor<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The BME280 sensor, as we are going to use it, comes on a tiny printed circuit board of less than one square centimetre.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/BME280.png\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"297\" src=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/BME280.png\" alt=\"\" class=\"wp-image-237521\" srcset=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/BME280.png 400w, https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/BME280-300x223.png 300w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" \/><\/a><\/figure><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">This sensor allows temperature measurement in the range -40 to + 85 \u00b0C with an accuracy of \u00b11 \u00b0C and a resolution of 0.01 \u00b0C.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Its range as a barometer is 300hPa to 1110 hPa, equivalent to an altitude of -500m to 9000m above sea level (you can also use it as an altimeter). With an absolute accuracy of \u00b11.0C and 1.0 hPa, and relative pressure of 0.12 hPa, equivalent to an accuracy of approximately \u00b11m.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As a hygrometer, the BME280 has a relative humidity measurement range of 0 to 100%, with an accuracy of \u00b13% Pa and a resolution of 0.008%.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The sensor's very low power consumption of only 3.6 \u00b5A for measurements at 1Hz (once per second) means that the sensor can run for years and years on even a small battery. In deep sleep mode it consumes only 0.1 \u00b5A, which means that the sensor can run for years and years on even a small battery. <strong>could be powered for tens of years from a single button cell battery.<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The module can communicate via <strong>I2C<\/strong> (up to 3,4 MHz) or <strong>SPI <\/strong>(up to 10 MHz), making it very easy to connect to a microprocessor such as the ESP8266, ESP32, Arduino and others.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In our case, we are going to communicate with it via I2C, which has the additional advantage of using <strong>only two pins of the ESP8266<\/strong> (which we can also use at the same time to communicate with other I2C devices, all of which can be used to communicate with other I2C devices). <strong>connected in parallel<\/strong>), leaving many ESP8266 pins free for other uses.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The power supply voltage of the sensor is 1.8 to 3.6V, but is available in either <strong>3.3V modules as well as 5V modules<\/strong>The power supply, such as the one we are going to use in this tutorial, already incorporates the necessary level matching. You could use a 3.3V power supply by simply connecting the power supply to the 3V3 pin of the NodeMCU or Wemos D1 Mini.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There is a physically identical sensor, called the BMP280, which does not include atmospheric pressure measurement in exchange for being cheaper.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These are the <strong>main characteristics<\/strong> of the BME280 sensor:<\/p>\n\n\n\n<figure class=\"wp-block-table alignwide is-style-stripes\"><table class=\"has-subtle-pale-blue-background-color has-background\"><tbody><tr><th>Parameter<\/th><th>Technical data<\/th><\/tr><tr><td>Operating range<\/td><td>Pressure: 300...1100 hPa<br>Temperature range: -40...85\u00b0C<\/td><\/tr><tr><td>Supply voltage VDDIO<br>Supply voltage VDD<\/td><td>1.2 ... 3.6 V<br>1.71 ... 3.6 V<\/td><\/tr><tr><td>Interface<\/td><td>I\u00b2C and SPI<\/td><\/tr><tr><td>Average current consumption (typ.) (1Hz data refresh)<\/td><td>1.8 \u03bcA @ 1 Hz (H, T)<br>2.8 \u03bcA @ 1 Hz (P, T)<br>3.6 \u03bcA @ 1 Hz (H, P, T)<br>T = temperature<\/td><\/tr><tr><td>Average power consumption in sleep mode<\/td><td>0.1 \u03bcA<\/td><\/tr><tr><td><strong>Humidity Sensor<\/strong><br>Response time (\u03c463%)<br>Accuracy<br>Hysteresis<\/td><td><br>1 s<br>\u00b13% relative humidity<br>\u22642% relative humidity<\/td><\/tr><tr><td><strong>Pressure Sensor<\/strong><br>Noise RMS<br>Sensitivity error<br><br>Temperature coefficient offset<\/td><td><br>0.2Pa (equiv. to 1.7cm)<br>\u00b10.25% (equiv. to 1m at 400m change altitude)<br><br>\u00b11.5Pa\/K (equiv. to \u00b112.6cm at 1 \u00b0C temperature change)<\/td><\/tr><tr><td>RoHS compliant, halogen-free, MSL1<\/td><td><\/td><\/tr><tr><td>Sensor dimensions<\/td><td>8-Pin LGA with metal<br>2.5 x 2.5 x 0.93 mm\u00b3 2.5 x 2.5 x 0.93 mm\u00b3 2.5 x 2.5 x 0.93 mm\u00b3<\/td><\/tr><\/tbody><\/table><figcaption>Technical data of the BME280<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conexi-n-del-bme280-al-nodemcu\">Connecting the BME280 to the NodeMCU<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The connection couldn't be easier. We have to make <strong>four connections<\/strong>. Two for power and two for data.<\/p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-image-fill\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/NodeMCU-BME280_bb-1.png);background-position:50% 50%\"><a href=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/NodeMCU-BME280_bb-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"828\" height=\"486\" src=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/NodeMCU-BME280_bb-1.png\" alt=\"\" class=\"wp-image-237504 size-full\" srcset=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/NodeMCU-BME280_bb-1.png 828w, https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/NodeMCU-BME280_bb-1-300x176.png 300w, https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/NodeMCU-BME280_bb-1-768x451.png 768w\" sizes=\"auto, (max-width: 828px) 100vw, 828px\" \/><\/a><\/figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size wp-block-paragraph\">All we have to do is connect:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>VDD <\/strong>from BME280 to <strong>Vin <\/strong>of NodeMCU<\/li><li><strong>GND <\/strong>from BME280 to <strong>GND <\/strong>of NodeMCU<\/li><li><strong>SCL <\/strong>from BME280 to <strong>D2 <\/strong>of NodeMCU<\/li><li><strong>SDA <\/strong>from BME280 to <strong>D1<\/strong> of NodeMCU<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Click on the image for a larger view.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><a href=\"https:\/\/emariete.com\/wp-content\/uploads\/2020\/12\/NodeMCU-D1-D2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/emariete.com\/wp-content\/uploads\/2020\/12\/NodeMCU-D1-D2-1024x576.jpg\" alt=\"\" class=\"wp-image-236910 size-full\" srcset=\"https:\/\/emariete.com\/wp-content\/uploads\/2020\/12\/NodeMCU-D1-D2-1024x576.jpg 1024w, https:\/\/emariete.com\/wp-content\/uploads\/2020\/12\/NodeMCU-D1-D2-300x169.jpg 300w, https:\/\/emariete.com\/wp-content\/uploads\/2020\/12\/NodeMCU-D1-D2-768x432.jpg 768w, https:\/\/emariete.com\/wp-content\/uploads\/2020\/12\/NodeMCU-D1-D2-1536x864.jpg 1536w, https:\/\/emariete.com\/wp-content\/uploads\/2020\/12\/NodeMCU-D1-D2.jpg 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size wp-block-paragraph\"><strong>Be careful<\/strong> because the silkscreen on many NodeMCU boards is wrong and says D2 instead of D1 (there are two D1).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Obviously D1 is the one that <strong>is erroneously marked as D2<\/strong> between D0 and \"<em>the other<\/em>\" D2.<\/p>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>IMPORTANT<\/strong>: <strong>Don't rely on the order of the connections and double check them on your board.<\/strong> Sometimes different manufacturers make such changes that can make our day, if we are not careful.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conexi-n-del-bme280-a-wemos-d1-mini\">Connection of the BME280 to the Wemos D1 Mini<\/h2>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-image-fill\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Wemos-D1-Mini-BME280_bb-1.png);background-position:50% 50%\"><a href=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Wemos-D1-Mini-BME280_bb-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"432\" height=\"413\" src=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Wemos-D1-Mini-BME280_bb-1.png\" alt=\"\" class=\"wp-image-237505 size-full\" srcset=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Wemos-D1-Mini-BME280_bb-1.png 432w, https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Wemos-D1-Mini-BME280_bb-1-300x287.png 300w\" sizes=\"auto, (max-width: 432px) 100vw, 432px\" \/><\/a><\/figure><div class=\"wp-block-media-text__content\">\n<p class=\"wp-block-paragraph\">I leave you also the diagram with a plate <strong>Wemos D1 Mini<\/strong>if you prefer to do it with her.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Other boards will be very similar and you will probably have no problem fitting it yourself.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have any questions, feel free to ask below in the comments.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Click on the image for a larger view.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"gb-headline gb-headline-0eecebe3 gb-headline-text\">Connection to OLED display SSD1306<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the advantages of devices with I2C BUS communication (and both the BME280 and the OLED display SSD1306 are I2C devices) is that their connection couldn't be simpler. All you have to do is <strong>connect the devices in parallel<\/strong> to make them work.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The big advantage is that you can have a lot of devices with <strong>only two wires<\/strong> and using <strong>only two pins<\/strong> of the microcontroller (leaving free pins for other things).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the following image you can see an example with a BME280 and an OLED display SSD1306 connected together:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/05\/NodeMCU-BME280-SSD1306.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"668\" src=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/05\/NodeMCU-BME280-SSD1306-1024x668.png\" alt=\"\" class=\"wp-image-238474\" srcset=\"https:\/\/emariete.com\/wp-content\/uploads\/2021\/05\/NodeMCU-BME280-SSD1306-1024x668.png 1024w, https:\/\/emariete.com\/wp-content\/uploads\/2021\/05\/NodeMCU-BME280-SSD1306-300x196.png 300w, https:\/\/emariete.com\/wp-content\/uploads\/2021\/05\/NodeMCU-BME280-SSD1306-768x501.png 768w, https:\/\/emariete.com\/wp-content\/uploads\/2021\/05\/NodeMCU-BME280-SSD1306.png 1211w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Please note that in this example both devices are <strong>powered at 5V<\/strong>If your case is different (e.g. SSD1306 3.3V) you will have to adapt it and connect its power supply to the correct pin. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conexi-n-del-bme280-a-otros-microcontroladores\">Connecting the BME280 to other microcontrollers<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The connection to another board, other than the NodeMCU or the Wemos D1 Mini, based on ESP8266, or another board based on ESP32, will be <strong>very similar<\/strong>. We will only have to be <strong>watch out for the change in connections<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-precio-del-bme280-y-d-nde-comprarlo\">BME280 price and where to buy it<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The BME280 sensor is <strong>fairly inexpensive<\/strong> (especially for what it offers).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There is <strong>various versions of the sensor<\/strong>The two are very similar physically, but with some differences: different form of communication, different voltage, etc., so that <strong>make sure you buy the same sensor<\/strong>or you will have to <strong>adapt the tutorial<\/strong> to the sensor you have received.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can buy the BME280 on AliExpress here:<\/p>\n\n\n\n<a href=\"https:\/\/s.click.aliexpress.com\/e\/_A23NBW\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/ae01.alicdn.com\/kf\/H7f6df082bf4d4aa68857ce1dfe95ecc6q.jpg_350x350.jpg\"><\/a>\n\n\n\n<p class=\"wp-block-paragraph\">If you prefer to buy it on Amazon and <strong>get it home quickly<\/strong>Even if it costs a little more, you can do it here:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><p >No products found.<\/p><\/p>\n\n\n\n<h2 class=\"gb-headline gb-headline-657e9347 gb-headline-text\">A variation, the BMP280 sensor<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The BM sensor<strong>P<\/strong>280 is a scaled-down, cheaper version of the BM<strong>E<\/strong>280. The main difference is that it does not have a relative humidity sensor, but it is cheaper.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you don't need relative humidity data you can save some money.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The connection and configuration are exactly the same as for the BME280, so you can use this same tutorial.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><p >No products found.<\/p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-configuraci-n\">Configuration<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here I will show you how to set up ESP Easy to use the sensor (use the video for now, it is well explained).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-instrucciones-paso-a-paso-en-video\">Step-by-step video instructions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Although the process is simple, and shouldn't give anyone too much trouble, I have recorded a <strong>video with step-by-step instructions for connecting the BME280 to the NodeMCU and configuring ESP Easy<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"TUTORIAL: Temperature, Humidity and Pressure BME280 with ESP8266 (NodeMCU) and ESP Easy\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/gsF56BZO8t8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-consejos-pr-cticos\">Practical advice<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here are some of them <strong>practical tips<\/strong>The following are basic, based on my experience with different sensors that you should comply with, <strong>yes or yes<\/strong>in order to obtain the <strong>better measures<\/strong> of the sensor.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>No matter which sensor you are using<\/strong>If the sensor is mounted on the sensor, you have to take into account that there are some points concerning the mounting of the sensor that will cause that sensor to measure better or worse. Let's take a look at some of them:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Make sure your sensor is <strong>sufficiently <em>aired<\/em><\/strong><em> <\/em>for <em>to come into contact<\/em> with the air that surrounds your assembly, but <strong>avoid draughts<\/strong> or large movements of air masses impacting directly on it.<\/li><li><strong>Keep it away from heat sources<\/strong>. Do not place it close to the microcontroller you are using, its power stage components or other sensors that may be in contact with the microcontroller. <strong>emit heat<\/strong>.<\/li><li>Try to isolate it. In my assemblies with temperature sensors I usually create <strong>two distinct zones<\/strong>. One for the temperature sensor and a separate one for all other electronics.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">What I usually do, for example, when I design the boxes, is to create <strong>a separate area to place the temperature sensor<\/strong>The air communication with the rest of the enclosure where the other components are located is missing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I take this opportunity to design it in such a way that the <strong>air currents<\/strong> cannot easily reach the sensor and I leave the <strong>just the right outlet to pass the cables through<\/strong> from the sensor to the microcontroller <strong>then sealing this outlet with a piece of foam, hot glue or similar.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-integraci-n-con-el-medidor-de-co2-casero\">Integration with the Home CO2 Meter<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here I will show you how to integrate it with the Home CO2 Meter I published previously.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-emariete wp-block-embed-emariete\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"bqcHQmt6Qb\"><a href=\"https:\/\/emariete.com\/en\/carbon-gas-co2-meter\/\">A home CO2 meter with Wifi against the coronavirus: The CO2 Easy<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&quot;A home CO2 meter with Wifi against the coronavirus: The CO2 Easy&quot; - eMariete\" src=\"https:\/\/emariete.com\/medidor-casero-co2\/embed\/#?secret=BF2EcCtn8o#?secret=bqcHQmt6Qb\" data-secret=\"bqcHQmt6Qb\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<div class=\"essb_break_scroll\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Temperature, humidity and atmospheric pressure easily and accurately.<\/p>","protected":false},"author":1,"featured_media":237509,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","_lmt_disableupdate":"yes","_lmt_disable":"no","footnotes":""},"categories":[12,15,16,17],"tags":[20,26,41,43],"class_list":["post-237494","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-co2-easy","category-estacion-meteorologica","category-medidor-co2","category-proyectos-arduino","tag-arduino","tag-espeasy","tag-nodemcu","tag-proyectos-arduino"],"modified_by":"Mariete","uagb_featured_image_src":{"full":["https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Temperatura-Humedad-Presion-con-ESP8266-ESPEASY-y-BME280.png",1080,608,false],"thumbnail":["https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Temperatura-Humedad-Presion-con-ESP8266-ESPEASY-y-BME280-150x150.png",150,150,true],"medium":["https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Temperatura-Humedad-Presion-con-ESP8266-ESPEASY-y-BME280-300x169.png",300,169,true],"medium_large":["https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Temperatura-Humedad-Presion-con-ESP8266-ESPEASY-y-BME280-768x432.png",768,432,true],"large":["https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Temperatura-Humedad-Presion-con-ESP8266-ESPEASY-y-BME280-1024x576.png",1024,576,true],"1536x1536":["https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Temperatura-Humedad-Presion-con-ESP8266-ESPEASY-y-BME280.png",1080,608,false],"2048x2048":["https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Temperatura-Humedad-Presion-con-ESP8266-ESPEASY-y-BME280.png",1080,608,false],"trp-custom-language-flag":["https:\/\/emariete.com\/wp-content\/uploads\/2021\/01\/Temperatura-Humedad-Presion-con-ESP8266-ESPEASY-y-BME280.png",18,10,false]},"uagb_author_info":{"display_name":"Mariete","author_link":"https:\/\/emariete.com\/en\/author\/admin_xlyz052h\/"},"uagb_comment_info":9,"uagb_excerpt":"Temperatura, humedad y presi\u00f3n atmosf\u00e9rica f\u00e1cil y con precisi\u00f3n.","_links":{"self":[{"href":"https:\/\/emariete.com\/en\/wp-json\/wp\/v2\/posts\/237494","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emariete.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emariete.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emariete.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/emariete.com\/en\/wp-json\/wp\/v2\/comments?post=237494"}],"version-history":[{"count":0,"href":"https:\/\/emariete.com\/en\/wp-json\/wp\/v2\/posts\/237494\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emariete.com\/en\/wp-json\/wp\/v2\/media\/237509"}],"wp:attachment":[{"href":"https:\/\/emariete.com\/en\/wp-json\/wp\/v2\/media?parent=237494"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emariete.com\/en\/wp-json\/wp\/v2\/categories?post=237494"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emariete.com\/en\/wp-json\/wp\/v2\/tags?post=237494"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}