<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Calibrating &#038; Optimising the MPU6050	</title>
	<atom:link href="https://wired.chillibasket.com/2015/01/calibrating-mpu6050/feed/" rel="self" type="application/rss+xml" />
	<link>https://wired.chillibasket.com/2015/01/calibrating-mpu6050/</link>
	<description>A Robotics and Technology Blog</description>
	<lastBuildDate>Thu, 27 Jul 2023 08:03:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Amira		</title>
		<link>https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1206</link>

		<dc:creator><![CDATA[Amira]]></dc:creator>
		<pubDate>Thu, 27 Jul 2023 08:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=190#comment-1206</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-420&quot;&gt;satya&lt;/a&gt;.

How u do u get the normal condition? Because mine when it is static. The angle doesnt behaves as it is. The angular rate should be 0. But i didnt get zero values on angular rate x, y and z. Can you help me with this?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-420">satya</a>.</p>
<p>How u do u get the normal condition? Because mine when it is static. The angle doesnt behaves as it is. The angular rate should be 0. But i didnt get zero values on angular rate x, y and z. Can you help me with this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Simon Bluett		</title>
		<link>https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1083</link>

		<dc:creator><![CDATA[Simon Bluett]]></dc:creator>
		<pubDate>Thu, 03 Mar 2022 20:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=190#comment-1083</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1081&quot;&gt;Mar&lt;/a&gt;.

Yeah, I think the Two Wire Baud Rate (TWBR) register is used only on Atmega micro-controllers; this code is quite old so many of the newer Arduino boards weren&#039;t available at the time (I published this post in 2015). I think in new versions of Arduino, the &quot;Wire.setClock(400000);&quot; command is used instead. I&#039;ll update the code to remove that line.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1081">Mar</a>.</p>
<p>Yeah, I think the Two Wire Baud Rate (TWBR) register is used only on Atmega micro-controllers; this code is quite old so many of the newer Arduino boards weren&#8217;t available at the time (I published this post in 2015). I think in new versions of Arduino, the &#8220;Wire.setClock(400000);&#8221; command is used instead. I&#8217;ll update the code to remove that line.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mar		</title>
		<link>https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1081</link>

		<dc:creator><![CDATA[Mar]]></dc:creator>
		<pubDate>Thu, 03 Mar 2022 00:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=190#comment-1081</guid>

					<description><![CDATA[i doubt that anyone can use that TWBR anymore,i searched in the I2Cdev file,is nothing of that in it,maybe it was long ago,but is not anymore,so i guess that now we all just gonna delete that line... with it i just get the error : that TWBR wa snot define..,or something like that...]]></description>
			<content:encoded><![CDATA[<p>i doubt that anyone can use that TWBR anymore,i searched in the I2Cdev file,is nothing of that in it,maybe it was long ago,but is not anymore,so i guess that now we all just gonna delete that line&#8230; with it i just get the error : that TWBR wa snot define..,or something like that&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: TheBluem		</title>
		<link>https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1067</link>

		<dc:creator><![CDATA[TheBluem]]></dc:creator>
		<pubDate>Mon, 14 Feb 2022 09:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=190#comment-1067</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1066&quot;&gt;Simon Bluett&lt;/a&gt;.

Now ı got 

Send any character to start sketch.


MPU6050 Calibration Sketch

Your MPU6050 should be placed in horizontal position, with package letters facing up.&#160;
Don&#039;t touch it until you see a finish message.

MPU6050 connection failed

Reading sensors for first time...

Calculating offsets...
...
...
...
...
...
...

ı use mega2560 pin are sda20 sdl21 ınta2]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1066">Simon Bluett</a>.</p>
<p>Now ı got </p>
<p>Send any character to start sketch.</p>
<p>MPU6050 Calibration Sketch</p>
<p>Your MPU6050 should be placed in horizontal position, with package letters facing up.&nbsp;<br />
Don&#8217;t touch it until you see a finish message.</p>
<p>MPU6050 connection failed</p>
<p>Reading sensors for first time&#8230;</p>
<p>Calculating offsets&#8230;<br />
&#8230;<br />
&#8230;<br />
&#8230;<br />
&#8230;<br />
&#8230;<br />
&#8230;</p>
<p>ı use mega2560 pin are sda20 sdl21 ınta2</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Simon Bluett		</title>
		<link>https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1066</link>

		<dc:creator><![CDATA[Simon Bluett]]></dc:creator>
		<pubDate>Sun, 13 Feb 2022 17:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=190#comment-1066</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1065&quot;&gt;TheBluem&lt;/a&gt;.

Just remove or comment out the line; without it the default I2C clock speed will be used.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1065">TheBluem</a>.</p>
<p>Just remove or comment out the line; without it the default I2C clock speed will be used.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: TheBluem		</title>
		<link>https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1065</link>

		<dc:creator><![CDATA[TheBluem]]></dc:creator>
		<pubDate>Sun, 13 Feb 2022 07:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=190#comment-1065</guid>

					<description><![CDATA[int TWBR = 24; // 400kHz I2C clock (200kHz if CPU is 8MHz)
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;^~
exit status 1
lvalue required as left operand of assignment

I just get this error how could I fix it?]]></description>
			<content:encoded><![CDATA[<p>int TWBR = 24; // 400kHz I2C clock (200kHz if CPU is 8MHz)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^~<br />
exit status 1<br />
lvalue required as left operand of assignment</p>
<p>I just get this error how could I fix it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: theblackswitch		</title>
		<link>https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1049</link>

		<dc:creator><![CDATA[theblackswitch]]></dc:creator>
		<pubDate>Sun, 09 Jan 2022 12:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=190#comment-1049</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1045&quot;&gt;Ganesha&lt;/a&gt;.

hi,
it is just the same code but on mega 2560 the I2C conection is just on different pins,
SDA = Digital pin 20
SDL = Digital pin 21
INT = Digital pin 2 (if you didn&#039;t changed it in the I2Cdev library)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1045">Ganesha</a>.</p>
<p>hi,<br />
it is just the same code but on mega 2560 the I2C conection is just on different pins,<br />
SDA = Digital pin 20<br />
SDL = Digital pin 21<br />
INT = Digital pin 2 (if you didn&#8217;t changed it in the I2Cdev library)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ganesha		</title>
		<link>https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-1045</link>

		<dc:creator><![CDATA[Ganesha]]></dc:creator>
		<pubDate>Thu, 16 Dec 2021 16:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=190#comment-1045</guid>

					<description><![CDATA[Hello, 
Please send me mpu 6050 calibration code using Arduino mega 2560]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
Please send me mpu 6050 calibration code using Arduino mega 2560</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dib_gnc		</title>
		<link>https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-876</link>

		<dc:creator><![CDATA[Dib_gnc]]></dc:creator>
		<pubDate>Mon, 11 Jan 2021 09:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=190#comment-876</guid>

					<description><![CDATA[hello,
please, how to deal with the over flow problem
I want to get yaw angle every 100 ms, but here I get a problem of buffer overflow]]></description>
			<content:encoded><![CDATA[<p>hello,<br />
please, how to deal with the over flow problem<br />
I want to get yaw angle every 100 ms, but here I get a problem of buffer overflow</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dib_gnc		</title>
		<link>https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-842</link>

		<dc:creator><![CDATA[Dib_gnc]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 08:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=190#comment-842</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-840&quot;&gt;Simon Bluett&lt;/a&gt;.

Thank you for ur reply and for the great work u done.
I&#039;ve bought an IMU mpu9250 wich contain a compass
but I didn&#039;t found the code to get the yaw angle, can u please help me ?
thank u again.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wired.chillibasket.com/2015/01/calibrating-mpu6050/#comment-840">Simon Bluett</a>.</p>
<p>Thank you for ur reply and for the great work u done.<br />
I&#8217;ve bought an IMU mpu9250 wich contain a compass<br />
but I didn&#8217;t found the code to get the yaw angle, can u please help me ?<br />
thank u again.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
