<?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 for TKJ Electronics</title>
	<atom:link href="http://blog.tkjelectronics.dk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tkjelectronics.dk</link>
	<description>Development with ease</description>
	<lastBuildDate>Mon, 20 May 2013 17:54:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on A practical approach to Kalman filter and how to implement it by Lauszus</title>
		<link>http://blog.tkjelectronics.dk/2012/09/a-practical-approach-to-kalman-filter-and-how-to-implement-it/comment-page-2/#comment-395591</link>
		<dc:creator>Lauszus</dc:creator>
		<pubDate>Mon, 20 May 2013 17:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tkjelectronics.dk/?p=2868#comment-395591</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-392030&quot; rel=&quot;nofollow&quot;&gt;@kim &lt;/a&gt; 
No. X, Y and Z simply refer to the axis of the different sensors.

&lt;a href=&quot;#comment-395533&quot; rel=&quot;nofollow&quot;&gt;@Winnie &lt;/a&gt;
Glad to hear the library is coming to good use :)]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-392030" rel="nofollow">@kim </a><br />
No. X, Y and Z simply refer to the axis of the different sensors.</p>
<p><a href="#comment-395533" rel="nofollow">@Winnie </a><br />
Glad to hear the library is coming to good use <img src='http://blog.tkjelectronics.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A practical approach to Kalman filter and how to implement it by Winnie</title>
		<link>http://blog.tkjelectronics.dk/2012/09/a-practical-approach-to-kalman-filter-and-how-to-implement-it/comment-page-2/#comment-395533</link>
		<dc:creator>Winnie</dc:creator>
		<pubDate>Mon, 20 May 2013 15:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tkjelectronics.dk/?p=2868#comment-395533</guid>
		<description><![CDATA[Thank you so much for your work !
It works very well, and it was exactly what I &#039;m looking for !
Thank you !]]></description>
		<content:encoded><![CDATA[<p>Thank you so much for your work !<br />
It works very well, and it was exactly what I &#8216;m looking for !<br />
Thank you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WiFi Controlled RC Car with the Arduino by Lauszus</title>
		<link>http://blog.tkjelectronics.dk/2011/02/wifi-controlled-rc-car-with-the-arduino/comment-page-2/#comment-395039</link>
		<dc:creator>Lauszus</dc:creator>
		<pubDate>Sun, 19 May 2013 15:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tkjelectronics.dk/?p=841#comment-395039</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-394599&quot; rel=&quot;nofollow&quot;&gt;@Kakaya_Raznitsa &lt;/a&gt;
Just change it from
&lt;code&gt;
virtual void write(uint8_t);
&lt;/code&gt;
To:
&lt;code&gt;
virtual size_t write(uint8_t);
&lt;/code&gt;

In WiServer.h at line 198 and change
&lt;code&gt;
void Server::write(uint8_t b) {
&lt;/code&gt;
To:
&lt;code&gt;
size_t Server::write(uint8_t b) {
&lt;/code&gt;
WiServer.cpp at line 212.]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-394599" rel="nofollow">@Kakaya_Raznitsa </a><br />
Just change it from</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">virtual void write(uint8_t);</div></div>
<p>To:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">virtual size_t write(uint8_t);</div></div>
<p>In WiServer.h at line 198 and change</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">void Server::write(uint8_t b) {</div></div>
<p>To:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">size_t Server::write(uint8_t b) {</div></div>
<p>WiServer.cpp at line 212.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WiFi Controlled RC Car with the Arduino by Kakaya_Raznitsa</title>
		<link>http://blog.tkjelectronics.dk/2011/02/wifi-controlled-rc-car-with-the-arduino/comment-page-2/#comment-394599</link>
		<dc:creator>Kakaya_Raznitsa</dc:creator>
		<pubDate>Sat, 18 May 2013 19:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tkjelectronics.dk/?p=841#comment-394599</guid>
		<description><![CDATA[Hi - I use this code, but i can&#039;t complete, anybody can give me working code pls :)))

In file included from C:\Users\Какая Разница\Desktop\arduino-1.0.4-windows\arduino-1.0.4\libraries\WiShield\request.cpp:32:
C:\Users\Какая Разница\Desktop\arduino-1.0.4-windows\arduino-1.0.4\libraries\WiShield\/WiServer.h:198: error: conflicting return type specified for &#039;virtual void Server::write(uint8_t)&#039;
C:\Users\Какая Разница\Desktop\arduino-1.0.4-windows\arduino-1.0.4\hardware\arduino\cores\arduino/Print.h:48: error:   overriding &#039;virtual size_t Print::write(uint8_t)&#039;]]></description>
		<content:encoded><![CDATA[<p>Hi -- I use this code, but i can&#8217;t complete, anybody can give me working code pls <img src='http://blog.tkjelectronics.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ))</p>
<p>In file included from C:\Users\Какая Разница\Desktop\arduino-1.0.4-windows\arduino-1.0.4\libraries\WiShield\request.cpp:32:<br />
C:\Users\Какая Разница\Desktop\arduino-1.0.4-windows\arduino-1.0.4\libraries\WiShield\/WiServer.h:198: error: conflicting return type specified for &#8216;virtual void Server::write(uint8_t)&#8217;<br />
C:\Users\Какая Разница\Desktop\arduino-1.0.4-windows\arduino-1.0.4\hardware\arduino\cores\arduino/Print.h:48: error:   overriding &#8216;virtual size_t Print::write(uint8_t)&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Balancing Robot by ROY</title>
		<link>http://blog.tkjelectronics.dk/2012/03/the-balancing-robot/comment-page-9/#comment-394191</link>
		<dc:creator>ROY</dc:creator>
		<pubDate>Fri, 17 May 2013 16:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tkjelectronics.dk/?p=2196#comment-394191</guid>
		<description><![CDATA[Hi,Lauszus!
I wonder about your power supply for your bot.You use battery as a common source  to supply control board and motor or one source for control board and the other for motor ?.thank you?]]></description>
		<content:encoded><![CDATA[<p>Hi,Lauszus!<br />
I wonder about your power supply for your bot.You use battery as a common source  to supply control board and motor or one source for control board and the other for motor ?.thank you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RFCOMM/SPP Library for Arduino by the_ether</title>
		<link>http://blog.tkjelectronics.dk/2012/07/rfcommspp-library-for-arduino/comment-page-2/#comment-393947</link>
		<dc:creator>the_ether</dc:creator>
		<pubDate>Thu, 16 May 2013 23:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tkjelectronics.dk/?p=2785#comment-393947</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-393903&quot; rel=&quot;nofollow&quot;&gt;@Lauszus &lt;/a&gt; 
Thanks for the reply. I don&#039;t understand how you can say that Arduinos can&#039;t talk together but yet suggest I look at some code that allows them to talk together.

But at any rate, since posting this I&#039;ve discovered Xbee. Zigbee would seem better suited for a mesh network than Bluetooth. Thanks anyway.]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-393903" rel="nofollow">@Lauszus </a><br />
Thanks for the reply. I don&#8217;t understand how you can say that Arduinos can&#8217;t talk together but yet suggest I look at some code that allows them to talk together.</p>
<p>But at any rate, since posting this I&#8217;ve discovered Xbee. Zigbee would seem better suited for a mesh network than Bluetooth. Thanks anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RFCOMM/SPP Library for Arduino by Lauszus</title>
		<link>http://blog.tkjelectronics.dk/2012/07/rfcommspp-library-for-arduino/comment-page-2/#comment-393903</link>
		<dc:creator>Lauszus</dc:creator>
		<pubDate>Thu, 16 May 2013 21:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tkjelectronics.dk/?p=2785#comment-393903</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-393757&quot; rel=&quot;nofollow&quot;&gt;@the_ether &lt;/a&gt; 
At the current time an Arduino can&#039;t talk to another Arduino, but you can connect multiple devices to the Arduino - see: https://github.com/felis/USB_Host_Shield_2.0/blob/master/examples/Bluetooth/SPPMulti/SPPMulti.ino.

If you want to Arduinos to talk to eachother, then take a look at the following code: https://github.com/felis/Arduino-Bluetooth.]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-393757" rel="nofollow">@the_ether </a><br />
At the current time an Arduino can&#8217;t talk to another Arduino, but you can connect multiple devices to the Arduino -- see: <a href="https://github.com/felis/USB_Host_Shield_2.0/blob/master/examples/Bluetooth/SPPMulti/SPPMulti.ino" rel="nofollow">https://github.com/felis/USB_Host_Shield_2.0/blob/master/examples/Bluetooth/SPPMulti/SPPMulti.ino</a>.</p>
<p>If you want to Arduinos to talk to eachother, then take a look at the following code: <a href="https://github.com/felis/Arduino-Bluetooth" rel="nofollow">https://github.com/felis/Arduino-Bluetooth</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RFCOMM/SPP Library for Arduino by the_ether</title>
		<link>http://blog.tkjelectronics.dk/2012/07/rfcommspp-library-for-arduino/comment-page-2/#comment-393757</link>
		<dc:creator>the_ether</dc:creator>
		<pubDate>Thu, 16 May 2013 13:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tkjelectronics.dk/?p=2785#comment-393757</guid>
		<description><![CDATA[Can Bluetooth be used with one host and several clients that can communicate to the host at the same time? I&#039;d like to build a star network of Arduino devices that communicate wirelessly, using Bluetooth or some other system.]]></description>
		<content:encoded><![CDATA[<p>Can Bluetooth be used with one host and several clients that can communicate to the host at the same time? I&#8217;d like to build a star network of Arduino devices that communicate wirelessly, using Bluetooth or some other system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Balancing Robot by Lauszus</title>
		<link>http://blog.tkjelectronics.dk/2012/03/the-balancing-robot/comment-page-9/#comment-393458</link>
		<dc:creator>Lauszus</dc:creator>
		<pubDate>Wed, 15 May 2013 18:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tkjelectronics.dk/?p=2196#comment-393458</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-393022&quot; rel=&quot;nofollow&quot;&gt;@kim &lt;/a&gt;
Simply upload the firmware: https://github.com/TKJElectronics/Balanduino/tree/master/Firmware/Balanduino to your board.
Then download the Processing app: https://github.com/TKJElectronics/BalanduinoProcessingApp then you will be able to see the data on a graph.

&lt;a href=&quot;#comment-393364&quot; rel=&quot;nofollow&quot;&gt;@ROY &lt;/a&gt; 
Check out the firmware for the Balanduino: https://github.com/TKJElectronics/Balanduino/blob/master/Firmware/Balanduino/Balanduino.ino and these I2C routines we wrote: https://github.com/TKJElectronics/Balanduino/blob/master/Firmware/Balanduino/I2C.ino.]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-393022" rel="nofollow">@kim </a><br />
Simply upload the firmware: <a href="https://github.com/TKJElectronics/Balanduino/tree/master/Firmware/Balanduino" rel="nofollow">https://github.com/TKJElectronics/Balanduino/tree/master/Firmware/Balanduino</a> to your board.<br />
Then download the Processing app: <a href="https://github.com/TKJElectronics/BalanduinoProcessingApp" rel="nofollow">https://github.com/TKJElectronics/BalanduinoProcessingApp</a> then you will be able to see the data on a graph.</p>
<p><a href="#comment-393364" rel="nofollow">@ROY </a><br />
Check out the firmware for the Balanduino: <a href="https://github.com/TKJElectronics/Balanduino/blob/master/Firmware/Balanduino/Balanduino.ino" rel="nofollow">https://github.com/TKJElectronics/Balanduino/blob/master/Firmware/Balanduino/Balanduino.ino</a> and these I2C routines we wrote: <a href="https://github.com/TKJElectronics/Balanduino/blob/master/Firmware/Balanduino/I2C.ino" rel="nofollow">https://github.com/TKJElectronics/Balanduino/blob/master/Firmware/Balanduino/I2C.ino</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Balancing Robot by ROY</title>
		<link>http://blog.tkjelectronics.dk/2012/03/the-balancing-robot/comment-page-9/#comment-393364</link>
		<dc:creator>ROY</dc:creator>
		<pubDate>Wed, 15 May 2013 10:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tkjelectronics.dk/?p=2196#comment-393364</guid>
		<description><![CDATA[Hey,guy!
Cân you tell me how do you calibrate mpu6050 and how do you get the stable angel from mpu6050.It&#039;s better ì you give me your code.Please reply early ! sorry for my disturbing and thank very much.:)]]></description>
		<content:encoded><![CDATA[<p>Hey,guy!<br />
Cân you tell me how do you calibrate mpu6050 and how do you get the stable angel from mpu6050.It&#8217;s better ì you give me your code.Please reply early ! sorry for my disturbing and thank very much.:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
