<?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[MPU6886 (Accelerometer) with Atom S3 in MicroPython (mpu6886.py)]]></title><description><![CDATA[<p dir="auto">Hello<br />
I use this code :</p>
<pre><code>i2c = SoftI2C(scl=Pin(39), sda=Pin(38))
sensor = MPU6886(i2c)
ax, ay, az = sensor.acceleration
</code></pre>
<p dir="auto">It's OK when connected to PC with USB in Thonny<br />
But there is an error when the M5AstomS3 is connected to a simple charger !</p>
<p dir="auto">Is there a correct <a href="http://mpu6886.py" target="_blank" rel="noopener noreferrer nofollow ugc">mpu6886.py</a> to use with AtomS3 ?</p>
]]></description><link>https://community.m5stack.com/topic/5815/mpu6886-accelerometer-with-atom-s3-in-micropython-mpu6886-py</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 22:01:46 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5815.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Nov 2023 12:24:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MPU6886 (Accelerometer) with Atom S3 in MicroPython (mpu6886.py) on Thu, 16 Nov 2023 13:07:56 GMT]]></title><description><![CDATA[<p dir="auto">Bad, works when plugged to computer<br />
but DOESN'T WORK when standalone :(</p>
]]></description><link>https://community.m5stack.com/post/22784</link><guid isPermaLink="true">https://community.m5stack.com/post/22784</guid><dc:creator><![CDATA[stjofr]]></dc:creator><pubDate>Thu, 16 Nov 2023 13:07:56 GMT</pubDate></item><item><title><![CDATA[Reply to MPU6886 (Accelerometer) with Atom S3 in MicroPython (mpu6886.py) on Thu, 16 Nov 2023 12:42:06 GMT]]></title><description><![CDATA[<p dir="auto">No need :)</p>
<pre><code>Imu.getAccel()
</code></pre>
<p dir="auto">I have it :)</p>
]]></description><link>https://community.m5stack.com/post/22783</link><guid isPermaLink="true">https://community.m5stack.com/post/22783</guid><dc:creator><![CDATA[stjofr]]></dc:creator><pubDate>Thu, 16 Nov 2023 12:42:06 GMT</pubDate></item></channel></rss>