<?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: Putting it all together!	</title>
	<atom:link href="https://wired.chillibasket.com/2015/10/putting-it-all-together/feed/" rel="self" type="application/rss+xml" />
	<link>https://wired.chillibasket.com/2015/10/putting-it-all-together/</link>
	<description>A Robotics and Technology Blog</description>
	<lastBuildDate>Wed, 03 Jun 2020 10:22:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Simon Bluett		</title>
		<link>https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-695</link>

		<dc:creator><![CDATA[Simon Bluett]]></dc:creator>
		<pubDate>Wed, 03 Jun 2020 10:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=299#comment-695</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-690&quot;&gt;jinkecy&lt;/a&gt;.

The behaviour you are seeing may be caused by the &quot;yaw controller&quot;, which moves the motors left and right to make sure that the robot keeps pointing in the same direction. Here are some steps you can try to solve the problem:
&#160;
1. Turn off the yaw controller on lines 102-103 by setting the turning parameters to 0
&lt;pre class=&quot;ql-syntax&quot; spellcheck=&quot;false&quot;&gt;float Tp = 0;
float Td = 0;&lt;/pre&gt;
2. Check that the robot is using the correct sensor axis; do this by uncommenting line 704 of the code. This will allow you to see the current angle being recorded by the sensor in the serial monitor of the Arduino IDE. The angle should be 0 when the robot it vertically upright, and change to +-90 degrees as the robot is tilted horizontally.
3. One of the motors may be wired backwards, meaning that it rotates in the wrong direction and is causing the robot to turn.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-690">jinkecy</a>.</p>
<p>The behaviour you are seeing may be caused by the &#8220;yaw controller&#8221;, which moves the motors left and right to make sure that the robot keeps pointing in the same direction. Here are some steps you can try to solve the problem:<br />
&nbsp;<br />
1. Turn off the yaw controller on lines 102-103 by setting the turning parameters to 0</p>
<pre class="ql-syntax" spellcheck="false">float Tp = 0;
float Td = 0;</pre>
<p>2. Check that the robot is using the correct sensor axis; do this by uncommenting line 704 of the code. This will allow you to see the current angle being recorded by the sensor in the serial monitor of the Arduino IDE. The angle should be 0 when the robot it vertically upright, and change to +-90 degrees as the robot is tilted horizontally.<br />
3. One of the motors may be wired backwards, meaning that it rotates in the wrong direction and is causing the robot to turn.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jinkecy		</title>
		<link>https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-690</link>

		<dc:creator><![CDATA[jinkecy]]></dc:creator>
		<pubDate>Mon, 01 Jun 2020 14:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=299#comment-690</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-673&quot;&gt;jinkecy&lt;/a&gt;.

好吧，两个电机都转了，但是更奇怪到事情发生了，为什么他们不是同时运行？前倾时，左边的运行，后倾时，右边运行。
Google translate: Ok, both motors are turning, but it&#039;s even stranger that something happened, why aren&#039;t they running at the same time? When leaning forward, it runs on the left, and when leaning backward, it runs on the right.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-673">jinkecy</a>.</p>
<p>好吧，两个电机都转了，但是更奇怪到事情发生了，为什么他们不是同时运行？前倾时，左边的运行，后倾时，右边运行。<br />
Google translate: Ok, both motors are turning, but it&#8217;s even stranger that something happened, why aren&#8217;t they running at the same time? When leaning forward, it runs on the left, and when leaning backward, it runs on the right.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jinkecy		</title>
		<link>https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-673</link>

		<dc:creator><![CDATA[jinkecy]]></dc:creator>
		<pubDate>Sat, 30 May 2020 15:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=299#comment-673</guid>

					<description><![CDATA[&lt;p&gt;你好，我不知道为什么，我到平衡车 用你到程序只有一个电机工作，另一个不工作。很奇怪&lt;/p&gt;
&lt;p&gt;Google translate: Hello, I don’t know why, I go to the balancing car. With your program, only one motor works and the other doesn’t work. Very strange&lt;/p&gt;]]></description>
			<content:encoded><![CDATA[<p>你好，我不知道为什么，我到平衡车 用你到程序只有一个电机工作，另一个不工作。很奇怪</p>
<p>Google translate: Hello, I don’t know why, I go to the balancing car. With your program, only one motor works and the other doesn’t work. Very strange</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rahul Yadav		</title>
		<link>https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-434</link>

		<dc:creator><![CDATA[Rahul Yadav]]></dc:creator>
		<pubDate>Sat, 08 Feb 2020 18:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=299#comment-434</guid>

					<description><![CDATA[Thank you sir for this great tutorial!
I want to control my self balancing robot wirelessly using zigbee with analog joystick and make it move forward, backward and rotate left and right on same axis.
I have done the remote configuration part. I can send joystick values from remote to the bot but I don&#039;t know how to use that command in my robot code to make movements.
By some research I learned that I have to give some setpoint in tilt angle to move the bot in that direction and stop it and balance there when setpoint is reset to vertical position that is 0 tilt angle. But I don&#039;t know how to code this! Please help..]]></description>
			<content:encoded><![CDATA[<p>Thank you sir for this great tutorial!<br />
I want to control my self balancing robot wirelessly using zigbee with analog joystick and make it move forward, backward and rotate left and right on same axis.<br />
I have done the remote configuration part. I can send joystick values from remote to the bot but I don&#8217;t know how to use that command in my robot code to make movements.<br />
By some research I learned that I have to give some setpoint in tilt angle to move the bot in that direction and stop it and balance there when setpoint is reset to vertical position that is 0 tilt angle. But I don&#8217;t know how to code this! Please help..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Simon Bluett		</title>
		<link>https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-287</link>

		<dc:creator><![CDATA[Simon Bluett]]></dc:creator>
		<pubDate>Thu, 12 Oct 2017 09:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=299#comment-287</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-286&quot;&gt;Mic Hel&lt;/a&gt;.

It&#039;s really difficult to help you out as your description of the problem is very vague! Have you tried testing the components separately with the Galileo? Are the components wired properly? Is the power plugged in... :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-286">Mic Hel</a>.</p>
<p>It&#8217;s really difficult to help you out as your description of the problem is very vague! Have you tried testing the components separately with the Galileo? Are the components wired properly? Is the power plugged in&#8230; 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mic Hel		</title>
		<link>https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-286</link>

		<dc:creator><![CDATA[Mic Hel]]></dc:creator>
		<pubDate>Wed, 11 Oct 2017 00:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=299#comment-286</guid>

					<description><![CDATA[I got the same code for the L298N on intel galileo but in the serial dont show nothing and dont moved.]]></description>
			<content:encoded><![CDATA[<p>I got the same code for the L298N on intel galileo but in the serial dont show nothing and dont moved.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Simon Bluett		</title>
		<link>https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-279</link>

		<dc:creator><![CDATA[Simon Bluett]]></dc:creator>
		<pubDate>Fri, 16 Jun 2017 17:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=299#comment-279</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-277&quot;&gt;Sankalp Agrawal&lt;/a&gt;.

I included it as I planned to use it later to be able to steer and drive the robot around with a wireless controller. I also found that it helps to keep the robot facing the same direction, even if the motors are slightly mismatched.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-277">Sankalp Agrawal</a>.</p>
<p>I included it as I planned to use it later to be able to steer and drive the robot around with a wireless controller. I also found that it helps to keep the robot facing the same direction, even if the motors are slightly mismatched.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sankalp Agrawal		</title>
		<link>https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-277</link>

		<dc:creator><![CDATA[Sankalp Agrawal]]></dc:creator>
		<pubDate>Tue, 13 Jun 2017 04:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=299#comment-277</guid>

					<description><![CDATA[Hi! my question is, why use the yaw control at all?]]></description>
			<content:encoded><![CDATA[<p>Hi! my question is, why use the yaw control at all?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dilshan fernando		</title>
		<link>https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-276</link>

		<dc:creator><![CDATA[dilshan fernando]]></dc:creator>
		<pubDate>Sun, 11 Jun 2017 10:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=299#comment-276</guid>

					<description><![CDATA[nice tutorial ..thank you very much ..nice lesson step by step]]></description>
			<content:encoded><![CDATA[<p>nice tutorial ..thank you very much ..nice lesson step by step</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Omar Garcia		</title>
		<link>https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-274</link>

		<dc:creator><![CDATA[Omar Garcia]]></dc:creator>
		<pubDate>Sun, 14 May 2017 06:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://wired.chillibasket.com/?p=299#comment-274</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-264&quot;&gt;Omar Garcia&lt;/a&gt;.

I implement your code and schematic but im not sure what happen, only one motor is working, i tested two motor with a DC power supply and they&#039;re fine or my problem can be by my switches could be damaged?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wired.chillibasket.com/2015/10/putting-it-all-together/#comment-264">Omar Garcia</a>.</p>
<p>I implement your code and schematic but im not sure what happen, only one motor is working, i tested two motor with a DC power supply and they&#8217;re fine or my problem can be by my switches could be damaged?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
