<?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[MPU6866 - i2c access]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm trying to access the MPU6866 - registers for temperature and other information from the chip. I'm reading only 0.<br />
What is the default setting for the MPU6866 chip access. Per the invensys datasheet the CS default is SPI mode.<br />
But I couldn't find the CS in the m5stickc schematic for MPU6866.</p>
<p dir="auto">Can you please help to advise on this .</p>
]]></description><link>https://community.m5stack.com/topic/1668/mpu6866-i2c-access</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 16:17:54 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1668.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Feb 2020 13:21:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MPU6866 - i2c access on Mon, 03 Feb 2020 04:41:34 GMT]]></title><description><![CDATA[<p dir="auto">This is something I also find quite bizarre, and is an issue with the new M5Atom also.<br />
the address should be 0x68 but on using the i2c scan program on m5atom which also has an mpu6886 no addresses are found. then I found this in the arduino header file which puzzles me.</p>
<pre><code>void setup()
{
    M5.begin(true, false, true);

    if (M5.IMU.Init() != 0)
        IMU6886Flag = false;
    else
        IMU6886Flag = true;
}
</code></pre>
<p dir="auto">why should it's address be zero. It seems like this code works in arduino in the case of the M5Atom but I cannot find a workaround for micropython.</p>
]]></description><link>https://community.m5stack.com/post/7295</link><guid isPermaLink="true">https://community.m5stack.com/post/7295</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Mon, 03 Feb 2020 04:41:34 GMT</pubDate></item><item><title><![CDATA[Reply to MPU6866 - i2c access on Sat, 01 Feb 2020 13:23:15 GMT]]></title><description><![CDATA[<p dir="auto">I'm trying to access via. c library without using arduino</p>
]]></description><link>https://community.m5stack.com/post/7277</link><guid isPermaLink="true">https://community.m5stack.com/post/7277</guid><dc:creator><![CDATA[m5stickuser]]></dc:creator><pubDate>Sat, 01 Feb 2020 13:23:15 GMT</pubDate></item></channel></rss>