<?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 Doswa</title>
	<atom:link href="http://doswa.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://doswa.com/blog</link>
	<description>Programming, physics, mathematics</description>
	<lastBuildDate>Fri, 11 Jun 2010 03:14:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on JavaScript physics by David</title>
		<link>http://doswa.com/blog/2009/01/16/javascript-physics/comment-page-1/#comment-1579</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 11 Jun 2010 03:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/?p=68#comment-1579</guid>
		<description>Collisions would actually be quite easy to implement for this, since it uses Verlet integration. Apply a basic circle-circle collision test, then just modify the particles&#039; positions so they&#039;re no longer overlapping.

Keep in mind conservation of momentum when modifying the positions. Verlet integration works by implicitly keeping track of the velocity by holding on to the previous position (i.e. $$v = x - x*$$, where $$x*$$ is the previous position), so momentum would be conserved like $$\Delta (m_1 (x_1 - x_1*)) + \Delta (m_2 (x_2 - x_2*)) = 0$$.</description>
		<content:encoded><![CDATA[<p>Collisions would actually be quite easy to implement for this, since it uses Verlet integration. Apply a basic circle-circle collision test, then just modify the particles&#8217; positions so they&#8217;re no longer overlapping.</p>
<p>Keep in mind conservation of momentum when modifying the positions. Verlet integration works by implicitly keeping track of the velocity by holding on to the previous position (i.e. <img src="http://doswa.com/blog/wp-content/cache/tex_3c5198906c5f6ebf7a4f5642b24284ae.png" align="absmiddle" class="tex" alt="v = x - x*" />, where <img src="http://doswa.com/blog/wp-content/cache/tex_00a6d384f5362987e87b4ce8b1320bfa.png" align="absmiddle" class="tex" alt="x*" /> is the previous position), so momentum would be conserved like <img src="http://doswa.com/blog/wp-content/cache/tex_aae84db8fd6f2603d5783b564861dd67.png" align="absmiddle" class="tex" alt="\Delta (m_1 (x_1 - x_1*)) + \Delta (m_2 (x_2 - x_2*)) = 0" />.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript physics by Ben</title>
		<link>http://doswa.com/blog/2009/01/16/javascript-physics/comment-page-1/#comment-1578</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 11 Jun 2010 01:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/?p=68#comment-1578</guid>
		<description>Great work. Its missing self-collision though. I&#039;m just mentioning this because it looks a bit weird without it.</description>
		<content:encoded><![CDATA[<p>Great work. Its missing self-collision though. I&#8217;m just mentioning this because it looks a bit weird without it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SparkFun&#8217;s FTDI Basic Breakout as an AVR programmer by antoine</title>
		<link>http://doswa.com/blog/2009/12/20/sparkfuns-ftdi-basic-breakout-as-an-avr-programmer/comment-page-1/#comment-1551</link>
		<dc:creator>antoine</dc:creator>
		<pubDate>Thu, 03 Jun 2010 01:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=308#comment-1551</guid>
		<description>Thanks a lot for the tutorial. After a bit of tinkering, I got it to work.  My problem was that I was programming an ATmega328p on a breadboard so it was (until I figured it out) missing a pull-up resistor on the RESET line.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the tutorial. After a bit of tinkering, I got it to work.  My problem was that I was programming an ATmega328p on a breadboard so it was (until I figured it out) missing a pull-up resistor on the RESET line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DIY aux input on Alpine car stereo (M-BUS) by David</title>
		<link>http://doswa.com/blog/2010/01/01/diy-aux-input-on-alpine-car-stereo-m-bus/comment-page-1/#comment-1456</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 18 May 2010 21:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=324#comment-1456</guid>
		<description>The M-BUS protocol does not require a trigger signal (thought it can accept one—details at http://web.archive.org/web/20050509160913/http://joerg.hohensohn.bei.t-online.de/mbus/). Provided the radio is set to the correct mode (aux), it just amplifies whatever is sent into left/right signal pins. As for setting it to the correct mode, check your radio&#039;s manual. If you don&#039;t have the original, look up the model number online and I&#039;m sure you&#039;ll be able to find it.</description>
		<content:encoded><![CDATA[<p>The M-BUS protocol does not require a trigger signal (thought it can accept one—details at <a href="http://web.archive.org/web/20050509160913/http://joerg.hohensohn.bei.t-online.de/mbus/)" rel="nofollow">http://web.archive.org/web/20050509160913/http://joerg.hohensohn.bei.t-online.de/mbus/)</a>. Provided the radio is set to the correct mode (aux), it just amplifies whatever is sent into left/right signal pins. As for setting it to the correct mode, check your radio&#8217;s manual. If you don&#8217;t have the original, look up the model number online and I&#8217;m sure you&#8217;ll be able to find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DIY aux input on Alpine car stereo (M-BUS) by V</title>
		<link>http://doswa.com/blog/2010/01/01/diy-aux-input-on-alpine-car-stereo-m-bus/comment-page-1/#comment-1455</link>
		<dc:creator>V</dc:creator>
		<pubDate>Tue, 18 May 2010 19:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=324#comment-1455</guid>
		<description>I have the same plug in my old Mercedes branded Alpine radio. But I don&#039;t have a &quot;Setup&quot; menu. I believe there is a remote trigger signal that needs to be sent to the radio to switch it into the CD Player mode. 

Do you know which line needs to be triggered?  I found a reference to it here http://www.rockbox.org/mail/archive/rockbox-archive-2003-11/0476.shtml but none of the links work.  Do I need to add 12v to the bus pin?</description>
		<content:encoded><![CDATA[<p>I have the same plug in my old Mercedes branded Alpine radio. But I don&#8217;t have a &#8220;Setup&#8221; menu. I believe there is a remote trigger signal that needs to be sent to the radio to switch it into the CD Player mode. </p>
<p>Do you know which line needs to be triggered?  I found a reference to it here <a href="http://www.rockbox.org/mail/archive/rockbox-archive-2003-11/0476.shtml" rel="nofollow">http://www.rockbox.org/mail/archive/rockbox-archive-2003-11/0476.shtml</a> but none of the links work.  Do I need to add 12v to the bus pin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AVRDUDE 5.8 with FTDI bitbang patch on Linux by David</title>
		<link>http://doswa.com/blog/2009/12/20/avrdude-58-with-ftdi-bitbang-patch-on-linux/comment-page-1/#comment-1357</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 07 May 2010 02:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=292#comment-1357</guid>
		<description>@lundnul

I talked to my friend and he said he&#039;s using the serjtag variant of the avrdude package from MacPorts.

http://www.macports.org/ports.php?by=variant&amp;substr=serjtag</description>
		<content:encoded><![CDATA[<p>@lundnul</p>
<p>I talked to my friend and he said he&#8217;s using the serjtag variant of the avrdude package from MacPorts.</p>
<p><a href="http://www.macports.org/ports.php?by=variant&#038;substr=serjtag" rel="nofollow">http://www.macports.org/ports.php?by=variant&#038;substr=serjtag</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AVRDUDE 5.8 with FTDI bitbang patch on Linux by Brad</title>
		<link>http://doswa.com/blog/2009/12/20/avrdude-58-with-ftdi-bitbang-patch-on-linux/comment-page-1/#comment-1350</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Thu, 06 May 2010 05:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=292#comment-1350</guid>
		<description>Awesome! All I had laying around was a few FT232R chips and I needed an AVR ISP for an ATmega8L and this worked just great. Thank you.</description>
		<content:encoded><![CDATA[<p>Awesome! All I had laying around was a few FT232R chips and I needed an AVR ISP for an ATmega8L and this worked just great. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AVRDUDE 5.8 with FTDI bitbang patch on Linux by David</title>
		<link>http://doswa.com/blog/2009/12/20/avrdude-58-with-ftdi-bitbang-patch-on-linux/comment-page-1/#comment-1347</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 05 May 2010 10:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=292#comment-1347</guid>
		<description>@lundnul

I believe a friend of mine got it working under Mac OS X. I&#039;ll talk to him and see if he can help you out.</description>
		<content:encoded><![CDATA[<p>@lundnul</p>
<p>I believe a friend of mine got it working under Mac OS X. I&#8217;ll talk to him and see if he can help you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AVRDUDE 5.8 with FTDI bitbang patch on Linux by lundnul</title>
		<link>http://doswa.com/blog/2009/12/20/avrdude-58-with-ftdi-bitbang-patch-on-linux/comment-page-1/#comment-1343</link>
		<dc:creator>lundnul</dc:creator>
		<pubDate>Wed, 05 May 2010 05:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=292#comment-1343</guid>
		<description>Anyone who got this working under MacOS? I am stuck with the configure script, stating that my gcc cannot produce executables (though I&#039;m not sure that&#039;s the actual error)</description>
		<content:encoded><![CDATA[<p>Anyone who got this working under MacOS? I am stuck with the configure script, stating that my gcc cannot produce executables (though I&#8217;m not sure that&#8217;s the actual error)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SparkFun&#8217;s FTDI Basic Breakout as an AVR programmer by Kaoss Guitar - Day 1 &#124; Doswa</title>
		<link>http://doswa.com/blog/2009/12/20/sparkfuns-ftdi-basic-breakout-as-an-avr-programmer/comment-page-1/#comment-1237</link>
		<dc:creator>Kaoss Guitar - Day 1 &#124; Doswa</dc:creator>
		<pubDate>Sun, 18 Apr 2010 10:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=308#comment-1237</guid>
		<description>[...] problem I ran into using my FTDI programmer was the clock rate. A fresh ATmega328P comes running at 1 MHz, significantly lower than the default [...]</description>
		<content:encoded><![CDATA[<p>[...] problem I ran into using my FTDI programmer was the clock rate. A fresh ATmega328P comes running at 1 MHz, significantly lower than the default [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
