<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[M5Stack Env module example won&#x27;t compile]]></title><description><![CDATA[<p dir="auto">With the Arduino IDE, I chose the M5Stack Env module example.</p>
<p dir="auto">It starts</p>
<pre><code> #include &lt;M5Stack.h&gt;
 #include "DHT12.h"
 #include &lt;Wire.h&gt; //The DHT12 uses I2C comunication.
 #include "Adafruit_Sensor.h"
 #include &lt;Adafruit_BMP280.h&gt;
</code></pre>
<p dir="auto">and teh compiler says</p>
<pre><code> Adafruit_BMP280.h: No such file or directory
</code></pre>
<p dir="auto">I imagijne that I am suposed to include soem library into the IDE(?), but am surpised when examples wil not compile out of the box.</p>
<p dir="auto">Any dea how I can build &amp; run the example?</p>
]]></description><link>https://community.m5stack.com/topic/1172/m5stack-env-module-example-won-t-compile</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 08:42:43 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1172.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Aug 2019 18:16:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Stack Env module example won&#x27;t compile on Fri, 02 Aug 2019 04:41:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mawg" aria-label="Profile: mawg">@<bdi>mawg</bdi></a> Glad I can help.</p>
]]></description><link>https://community.m5stack.com/post/4967</link><guid isPermaLink="true">https://community.m5stack.com/post/4967</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 02 Aug 2019 04:41:25 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Env module example won&#x27;t compile on Thu, 01 Aug 2019 21:03:32 GMT]]></title><description><![CDATA[<p dir="auto">Thanks a 1,000,000 I am new to ESP32 and to the Aruino IDE, so you just taught me a general solution. I really appreciate it</p>
]]></description><link>https://community.m5stack.com/post/4964</link><guid isPermaLink="true">https://community.m5stack.com/post/4964</guid><dc:creator><![CDATA[mawg]]></dc:creator><pubDate>Thu, 01 Aug 2019 21:03:32 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack Env module example won&#x27;t compile on Thu, 01 Aug 2019 18:35:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mawg" aria-label="Profile: mawg">@<bdi>mawg</bdi></a> In arduino, tutorials assume you have these libraries already installed.</p>
<p dir="auto">In arduino click on Sketch,<br />
then click Include Library,<br />
Then Manage Librarys.</p>
<p dir="auto">Search for Adafruit_BMP280 and then click install.</p>
]]></description><link>https://community.m5stack.com/post/4956</link><guid isPermaLink="true">https://community.m5stack.com/post/4956</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 01 Aug 2019 18:35:46 GMT</pubDate></item></channel></rss>