<?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 for Tinkerlog</title>
	<link>http://tinkerlog.com</link>
	<description>Alex' blog</description>
	<pubDate>Wed, 20 Aug 2008 20:10:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>Comment on Synchronizing Fireflies NG by Alex</title>
		<link>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-24433</link>
		<author>Alex</author>
		<pubDate>Mon, 18 Aug 2008 06:30:01 +0000</pubDate>
		<guid>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-24433</guid>
					<description>Justin,
common anode means the pins are active low. It should work if you swap the lines that switch the LED on and off. So swap the line
PORTB &#124;= (1 &lt;&lt; R_BIT); // switch on
with 
PORTB &#038;= ~(1 &lt;&lt; R_BIT); // switch off
and do so for G and B as well.
Cheers,
Alex</description>
		<content:encoded><![CDATA[<p>Justin,<br />
common anode means the pins are active low. It should work if you swap the lines that switch the LED on and off. So swap the line<br />
PORTB |= (1 << R_BIT); // switch on<br />
with<br />
PORTB &#038;= ~(1 << R_BIT); // switch off<br />
and do so for G and B as well.<br />
Cheers,<br />
Alex</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Synchronizing Fireflies NG by Justin Winter</title>
		<link>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-24422</link>
		<author>Justin Winter</author>
		<pubDate>Mon, 18 Aug 2008 02:44:40 +0000</pubDate>
		<guid>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-24422</guid>
					<description>Great project. I have everything "mostly" working on my breadboard with two attiny13's, but I'm wondering how you would modify your code to work with a common annode rgb led? 

I've got the smart-led code you reference to work well and that was built originally using a common annode rgb led but that code makes it easy with a simple commented out line for cathode vs. annode. 

Still getting my head wrapped around this stuff :) thanks for any direction.</description>
		<content:encoded><![CDATA[<p>Great project. I have everything &#8220;mostly&#8221; working on my breadboard with two attiny13&#8217;s, but I&#8217;m wondering how you would modify your code to work with a common annode rgb led? </p>
<p>I&#8217;ve got the smart-led code you reference to work well and that was built originally using a common annode rgb led but that code makes it easy with a simple commented out line for cathode vs. annode. </p>
<p>Still getting my head wrapped around this stuff <img src='http://tinkerlog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> thanks for any direction.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using Google Maps with a Mobile GPS Tracker by Peter</title>
		<link>http://tinkerlog.com/2007/07/28/using-google-maps-with-a-mobile-gps-tracker/#comment-24397</link>
		<author>Peter</author>
		<pubDate>Sun, 17 Aug 2008 21:10:26 +0000</pubDate>
		<guid>http://tinkerlog.com/2007/07/28/using-google-maps-with-a-mobile-gps-tracker/#comment-24397</guid>
					<description>hi alex,
 we have a gps tracking device which send's it's location with a map link to our smart phone, the link includes the internet address to maps.google.com/maps, followed by the parameters which include longitude and latitude (similar to what you mention). However, the problem is, when we use the link on the phone (palm treo 500) the internet is started and the google map screen is displayed, but without any map. the google screen displayed as a search box which is empty (which normally you would enter the search parameters into if you were going directly to the google screen). if you enter the search parameters in here and press search, you get the same result (the screen is re-displayed but no map). Note. we have checked with our network supplier and they have confirmed we have a gprs data connection. this link works fine if you use it on a pc. any idea why it will not work on the smart phone, or if it could work. any assistance would be grateful. thanks.</description>
		<content:encoded><![CDATA[<p>hi alex,<br />
 we have a gps tracking device which send&#8217;s it&#8217;s location with a map link to our smart phone, the link includes the internet address to maps.google.com/maps, followed by the parameters which include longitude and latitude (similar to what you mention). However, the problem is, when we use the link on the phone (palm treo 500) the internet is started and the google map screen is displayed, but without any map. the google screen displayed as a search box which is empty (which normally you would enter the search parameters into if you were going directly to the google screen). if you enter the search parameters in here and press search, you get the same result (the screen is re-displayed but no map). Note. we have checked with our network supplier and they have confirmed we have a gprs data connection. this link works fine if you use it on a pc. any idea why it will not work on the smart phone, or if it could work. any assistance would be grateful. thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Synchronizing Fireflies NG by Alex</title>
		<link>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-24331</link>
		<author>Alex</author>
		<pubDate>Sun, 17 Aug 2008 12:39:33 +0000</pubDate>
		<guid>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-24331</guid>
					<description>Oliver,
thanks, yes, I thought of that too. The ping pong ball would be a great enclosure. But I am not sure if the light sensor will be sensitive enough if it was placed inside. Maybe I'll try that.
Cheers,
Alex</description>
		<content:encoded><![CDATA[<p>Oliver,<br />
thanks, yes, I thought of that too. The ping pong ball would be a great enclosure. But I am not sure if the light sensor will be sensitive enough if it was placed inside. Maybe I&#8217;ll try that.<br />
Cheers,<br />
Alex</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Synchronizing Fireflies NG by Oliver</title>
		<link>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-24321</link>
		<author>Oliver</author>
		<pubDate>Sun, 17 Aug 2008 10:52:51 +0000</pubDate>
		<guid>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-24321</guid>
					<description>Great Work!
I wonder if it would be possible to place (nearly) all electronics inside the ping pong ball? Perhaps if the µC and the resistors are in SMD technique?

Oliver</description>
		<content:encoded><![CDATA[<p>Great Work!<br />
I wonder if it would be possible to place (nearly) all electronics inside the ping pong ball? Perhaps if the µC and the resistors are in SMD technique?</p>
<p>Oliver</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Synchronizing Fireflies NG by Tims Blog &#187; Blog Archive &#187; Under the weather</title>
		<link>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-23988</link>
		<author>Tims Blog &#187; Blog Archive &#187; Under the weather</author>
		<pubDate>Fri, 15 Aug 2008 16:12:50 +0000</pubDate>
		<guid>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-23988</guid>
					<description>[...] synchronizing fireflies ng [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] synchronizing fireflies ng [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Synchronizing Fireflies NG by Alex</title>
		<link>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-23913</link>
		<author>Alex</author>
		<pubDate>Fri, 15 Aug 2008 06:36:10 +0000</pubDate>
		<guid>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-23913</guid>
					<description>No, definitely not. The fireflies have to stay really close together, at most 15 cm apart from each other. The LDR and the phototransistor did not make a noticable difference. 
Take a look at the video at the top of this posting. It shows, how far apart two fireflies can be without sensing each other.</description>
		<content:encoded><![CDATA[<p>No, definitely not. The fireflies have to stay really close together, at most 15 cm apart from each other. The LDR and the phototransistor did not make a noticable difference.<br />
Take a look at the video at the top of this posting. It shows, how far apart two fireflies can be without sensing each other.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Synchronizing Fireflies NG by AirRock</title>
		<link>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-23898</link>
		<author>AirRock</author>
		<pubDate>Fri, 15 Aug 2008 04:48:49 +0000</pubDate>
		<guid>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-23898</guid>
					<description>What is the effective range of the LDR and later the phototransistor? Could several Fireflies be spread around the room with enough sensitivity to sync with the rest?</description>
		<content:encoded><![CDATA[<p>What is the effective range of the LDR and later the phototransistor? Could several Fireflies be spread around the room with enough sensitivity to sync with the rest?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Synchronizing Fireflies NG by Alex</title>
		<link>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-23810</link>
		<author>Alex</author>
		<pubDate>Thu, 14 Aug 2008 17:40:50 +0000</pubDate>
		<guid>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-23810</guid>
					<description>David,
the fireflies can only connect to their direct neighbours, in that there is a difference to neurons, which are more widely connected.

MadScott,
no, the firefly is blind, when it flashes, so it won't see it's flash in the mirror. Ok, it depends, on how far you put the mirror ;)</description>
		<content:encoded><![CDATA[<p>David,<br />
the fireflies can only connect to their direct neighbours, in that there is a difference to neurons, which are more widely connected.</p>
<p>MadScott,<br />
no, the firefly is blind, when it flashes, so it won&#8217;t see it&#8217;s flash in the mirror. Ok, it depends, on how far you put the mirror <img src='http://tinkerlog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Synchronizing Fireflies NG by MadScott</title>
		<link>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-23768</link>
		<author>MadScott</author>
		<pubDate>Thu, 14 Aug 2008 11:06:16 +0000</pubDate>
		<guid>http://tinkerlog.com/2008/07/27/synchronizing-fireflies-ng/#comment-23768</guid>
					<description>Well done -- always interesting to see how this is progressing.  If you put one in front of a mirror, does it go crazy?</description>
		<content:encoded><![CDATA[<p>Well done &#8212; always interesting to see how this is progressing.  If you put one in front of a mirror, does it go crazy?</p>
]]></content:encoded>
				</item>
</channel>
</rss>
