<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Tengu clone update</title>
	<link>http://tinkerlog.com/2007/11/10/tengu-clone-update/</link>
	<description>Alex' blog</description>
	<pubDate>Wed, 20 Aug 2008 20:08:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: alhakim</title>
		<link>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-1657</link>
		<author>alhakim</author>
		<pubDate>Wed, 14 Nov 2007 23:11:23 +0000</pubDate>
		<guid>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-1657</guid>
					<description>Hmmm...i like your cool project especially that related to LED...good job man.. :)</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;i like your cool project especially that related to LED&#8230;good job man.. <img src='http://tinkerlog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David</title>
		<link>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-5367</link>
		<author>David</author>
		<pubDate>Sun, 27 Jan 2008 01:38:12 +0000</pubDate>
		<guid>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-5367</guid>
					<description>PCB! PCB!

I can't wait till you make one.</description>
		<content:encoded><![CDATA[<p>PCB! PCB!</p>
<p>I can&#8217;t wait till you make one.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mike</title>
		<link>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-6516</link>
		<author>Mike</author>
		<pubDate>Sun, 10 Feb 2008 12:02:03 +0000</pubDate>
		<guid>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-6516</guid>
					<description>Really nice! Can you produce a PCB? I'd order a kit from you in a flash.</description>
		<content:encoded><![CDATA[<p>Really nice! Can you produce a PCB? I&#8217;d order a kit from you in a flash.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sid Guglielmino</title>
		<link>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-6646</link>
		<author>Sid Guglielmino</author>
		<pubDate>Tue, 12 Feb 2008 22:31:57 +0000</pubDate>
		<guid>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-6646</guid>
					<description>Love you clone project.

I'm new to Arduino and am not sure how to get your "face.c" code to compile as an Arduino sketch.

Is it a simple cut and paste or do I have to "compile" it another way.

Would appreciate your help so I can build my own.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Love you clone project.</p>
<p>I&#8217;m new to Arduino and am not sure how to get your &#8220;face.c&#8221; code to compile as an Arduino sketch.</p>
<p>Is it a simple cut and paste or do I have to &#8220;compile&#8221; it another way.</p>
<p>Would appreciate your help so I can build my own.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Alex</title>
		<link>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-6649</link>
		<author>Alex</author>
		<pubDate>Tue, 12 Feb 2008 23:18:29 +0000</pubDate>
		<guid>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-6649</guid>
					<description>Hi Sid,

the "face.c" is not a suitable source file for the Arduino. It has to be compiled with avr-gcc and then programmed into an ATmega48 microcontroller. 

On the other hand, the Arduino uses an ATmega168 controller which is of the same "family" as the ATmega48. And Wiring, the Arduino programming language, is only a C or C++ dialect with some simplifications.

So, it should be possible to port the Tengu clone to Arduino. After a quick look at the source, I think the hardest will be to tweak the timing until you get it right.
Have look at http://www.freeduino.org/ or at http://www.arduino.cc/playground/ for more info on how to connect an Arduino to a dot matrix.

Cheers,
Alex</description>
		<content:encoded><![CDATA[<p>Hi Sid,</p>
<p>the &#8220;face.c&#8221; is not a suitable source file for the Arduino. It has to be compiled with avr-gcc and then programmed into an ATmega48 microcontroller. </p>
<p>On the other hand, the Arduino uses an ATmega168 controller which is of the same &#8220;family&#8221; as the ATmega48. And Wiring, the Arduino programming language, is only a C or C++ dialect with some simplifications.</p>
<p>So, it should be possible to port the Tengu clone to Arduino. After a quick look at the source, I think the hardest will be to tweak the timing until you get it right.<br />
Have look at <a href="http://www.freeduino.org/" rel="nofollow">http://www.freeduino.org/</a> or at <a href="http://www.arduino.cc/playground/" rel="nofollow">http://www.arduino.cc/playground/</a> for more info on how to connect an Arduino to a dot matrix.</p>
<p>Cheers,<br />
Alex</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sid Guglielmino</title>
		<link>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-6652</link>
		<author>Sid Guglielmino</author>
		<pubDate>Tue, 12 Feb 2008 23:56:19 +0000</pubDate>
		<guid>http://tinkerlog.com/2007/11/10/tengu-clone-update/#comment-6652</guid>
					<description>Thanks Alex

I have successfully linked an 8x8 matrix so will have a go at getting your clone idea to work.

Appreciate your advice.</description>
		<content:encoded><![CDATA[<p>Thanks Alex</p>
<p>I have successfully linked an 8&#215;8 matrix so will have a go at getting your clone idea to work.</p>
<p>Appreciate your advice.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
