<?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[I2C Error 19]]></title><description><![CDATA[<p dir="auto">i have an M5Stack Core 2 with ENVII sensor (Temperature and Humidity). I have not managed to get it to function using Blockly. Error message I2C bus error 19.</p>
<p dir="auto">Running 1.85 version with UI Flow 1.7.5.</p>
<p dir="auto">Any help would be appreciated.</p>
]]></description><link>https://community.m5stack.com/topic/3640/i2c-error-19</link><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 01:41:26 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3640.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Oct 2021 09:05:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I2C Error 19 on Sat, 16 Oct 2021 05:48:09 GMT]]></title><description><![CDATA[<p dir="auto">I have found that connecting the ENVIRO module to the Core 2 causes the M5 to lock up. White screen and nothing else.</p>
<p dir="auto">Is the issue with the module or software? Is there a Driver issue?</p>
]]></description><link>https://community.m5stack.com/post/15139</link><guid isPermaLink="true">https://community.m5stack.com/post/15139</guid><dc:creator><![CDATA[Flow]]></dc:creator><pubDate>Sat, 16 Oct 2021 05:48:09 GMT</pubDate></item><item><title><![CDATA[Reply to I2C Error 19 on Fri, 15 Oct 2021 04:38:19 GMT]]></title><description><![CDATA[<p dir="auto">Simple code to test ENVII - I get two possible results</p>
<ol>
<li>white screen with nothing on it</li>
</ol>
<p dir="auto">or</p>
<ol start="2">
<li>I2C BUS ERROR 19</li>
</ol>
<p dir="auto">Code</p>
<p dir="auto">from m5stack import *<br />
from m5stack_ui import *<br />
from uiflow import *<br />
import time<br />
import unit</p>
<p dir="auto">screen = M5Screen()<br />
screen.clean_screen()<br />
screen.set_screen_bg_color(0xd37272)<br />
env20 = unit.get(unit.ENV2, unit.PORTA)</p>
<p dir="auto">label0 = M5Label('Temperature', x=22, y=45, color=0x000, font=FONT_MONT_24, parent=None)</p>
<p dir="auto">screen.set_screen_bg_color(0xffff66)<br />
while True:<br />
label0.set_text(str(env20.temperature))<br />
wait(10)<br />
screen.clean_screen()<br />
wait(3)<br />
wait_ms(2)</p>
]]></description><link>https://community.m5stack.com/post/15131</link><guid isPermaLink="true">https://community.m5stack.com/post/15131</guid><dc:creator><![CDATA[Flow]]></dc:creator><pubDate>Fri, 15 Oct 2021 04:38:19 GMT</pubDate></item><item><title><![CDATA[Reply to I2C Error 19 on Thu, 14 Oct 2021 01:41:00 GMT]]></title><description><![CDATA[<p dir="auto">could you paste your program screenshot here?</p>
]]></description><link>https://community.m5stack.com/post/15119</link><guid isPermaLink="true">https://community.m5stack.com/post/15119</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Thu, 14 Oct 2021 01:41:00 GMT</pubDate></item></channel></rss>