<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.kruyt.org</title>
	<atom:link href="http://blog.kruyt.org/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.kruyt.org</link>
	<description>print &#34;Hello world!&#34;</description>
	<lastBuildDate>Tue, 21 Jun 2011 21:21:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Hack42 disposable club-mate pin hole camera</title>
		<link>http://blog.kruyt.org/archives/232?&#038;owa_medium=feed&#038;owa_sid=&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hack42-disposable-club-mate-pin-hole-camera</link>
		<comments>http://blog.kruyt.org/archives/232#comments</comments>
		<pubDate>Tue, 21 Jun 2011 21:21:17 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[hack42]]></category>
		<category><![CDATA[pin hole]]></category>

		<guid isPermaLink="false">http://blog.kruyt.org/?p=232</guid>
		<description><![CDATA[Tonight we had the first #hacktiviteit at my local hackerspace #hack42, we needed to hack a certain unknown item in a limited amount of time. This time I got a disposable camera. I made a pinhole camera from a club-mate lid. removed the lens, widen the diaphragm and made the shutter manual. Also the camera is [...]]]></description>
			<content:encoded><![CDATA[<div></div>
<div>
<div>Tonight we had the first #<a href="http://twitter.com/#!/search?q=%23hacktiviteit">hacktiviteit</a> at my local hackerspace <a href="http://hack42.nl/">#hack42</a>, we needed to hack a certain unknown item in a limited amount of time. This time I got a disposable camera.</div>
<div>I made a pinhole camera from a club-mate lid. removed the lens, widen the diaphragm and made the shutter manual. Also the camera is wrapped in alu foil for the <a href="http://en.wikipedia.org/wiki/Tin_foil_hat">tin foil had</a> community.</div>
</div>
<div></div>
<div>

<a href='http://blog.kruyt.org/wp-uploads/2011/06/21062011205.jpg' rel='shadowbox[sbalbum-232];player=img;' title='21062011205'><img width="150" height="150" src="http://blog.kruyt.org/wp-uploads/2011/06/21062011205-150x150.jpg" class="attachment-thumbnail" alt="21062011205" title="21062011205" /></a>
<a href='http://blog.kruyt.org/wp-uploads/2011/06/21062011204.jpg' rel='shadowbox[sbalbum-232];player=img;' title='21062011204'><img width="150" height="150" src="http://blog.kruyt.org/wp-uploads/2011/06/21062011204-150x150.jpg" class="attachment-thumbnail" alt="21062011204" title="21062011204" /></a>

</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.kruyt.org/archives/232/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Equilux a Arduino clock</title>
		<link>http://blog.kruyt.org/archives/22?&#038;owa_medium=feed&#038;owa_sid=&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arduino-equilux-clock</link>
		<comments>http://blog.kruyt.org/archives/22#comments</comments>
		<pubDate>Fri, 17 Jun 2011 22:03:46 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[ds1307]]></category>
		<category><![CDATA[Equilux]]></category>
		<category><![CDATA[hack42]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[rgb]]></category>
		<category><![CDATA[shield]]></category>

		<guid isPermaLink="false">http://blog.kruyt.org/?p=22</guid>
		<description><![CDATA[I created a Arduino controled led clock with 60 rgb led&#8217;s. This one is inspired by the Equinox Clock from Bram Knaapen. For the 60 RGB leds I use a string of RGB leds that I order directly from China, each of those leds has a LPD6803 IC. A arduino library for this string can [...]]]></description>
			<content:encoded><![CDATA[<p>I created a Arduino controled led clock with 60 rgb led&#8217;s. This one is inspired by the <a href="http://www.bramknaapen.com/?p=549" target="_blank">Equinox Clock</a> from Bram Knaapen.</p>
<p>For the 60 RGB leds I use a string of RGB leds that I order directly from China, each of those <a href="http://blog.kruyt.org/wp-uploads/2011/05/314086573.jpg" rel="shadowbox[sbpost-22];player=img;">leds</a> has a <a href="http://www.adafruit.com/datasheets/LPD6803.pdf" target="_blank">LPD6803</a> IC. A arduino library for this string can be found at <a href="https://github.com/adafruit/LPD6803-RGB-Pixels" target="_blank">adafruit&#8217;s github</a>.</p>
<p>For time keeping I am using a a RTC DS1307 that is connected via I2C to pin A4 and A5 on the Arduino. Pin 7 from the DS1307 is connected to pin D2 on the Arduino an is set to a 1Hz Square Wave. I am using this to give the Arduino every second a interrupt, this made the timing a lot easier. I build the DS1307 on a custom should with breakout pins.</p>
<p>There is also a LDR connected at pin A2, this wil measure the light and dim the led&#8217;s accordingly.</p>
<p>&nbsp;</p>
<p><a href="http://blog.kruyt.org/wp-uploads/2011/06/schema.png" rel="shadowbox[sbpost-22];player=img;"><img class="size-medium wp-image-159 alignleft" title="equilux schema" src="http://blog.kruyt.org/wp-uploads/2011/06/schema-300x144.png" alt="" width="300" height="144" /></a> <a href="http://blog.kruyt.org/wp-uploads/2011/06/ds1307-shield-s.jpg" rel="shadowbox[sbpost-22];player=img;"><img class="size-medium wp-image-175 aligncenter" title="custom ds1307 shield" src="http://blog.kruyt.org/wp-uploads/2011/06/ds1307-shield-s-300x223.jpg" alt="" width="300" height="223" /></a></p>
<p>For the design of the casing I am going for a 12 angle shape. The edge will be layered with sanded plexiglas sheets for a nice glow effect. The LED&#8217;s will in a aluminum bracket. Here is the first design what I made in google sketchup.</p>
<p>&nbsp;</p>

<a href='http://blog.kruyt.org/wp-uploads/2011/06/clock3.png' rel='shadowbox[sbalbum-22];player=img;' title='equilux-side6'><img width="150" height="150" src="http://blog.kruyt.org/wp-uploads/2011/06/clock3-150x150.png" class="attachment-thumbnail" alt="equilux-side6" title="equilux-side6" /></a>
<a href='http://blog.kruyt.org/wp-uploads/2011/06/clock2.png' rel='shadowbox[sbalbum-22];player=img;' title='equilux-side5'><img width="150" height="150" src="http://blog.kruyt.org/wp-uploads/2011/06/clock2-150x150.png" class="attachment-thumbnail" alt="equilux-side5" title="equilux-side5" /></a>
<a href='http://blog.kruyt.org/wp-uploads/2011/06/equilux-side3.png' rel='shadowbox[sbalbum-22];player=img;' title='equilux-side3'><img width="150" height="150" src="http://blog.kruyt.org/wp-uploads/2011/06/equilux-side3-150x150.png" class="attachment-thumbnail" alt="equilux-side3" title="equilux-side3" /></a>
<a href='http://blog.kruyt.org/wp-uploads/2011/06/equilux-side2.png' rel='shadowbox[sbalbum-22];player=img;' title='equilux-side2'><img width="150" height="150" src="http://blog.kruyt.org/wp-uploads/2011/06/equilux-side2-150x150.png" class="attachment-thumbnail" alt="equilux-side2" title="equilux-side2" /></a>
<a href='http://blog.kruyt.org/wp-uploads/2011/06/equilux-side1.png' rel='shadowbox[sbalbum-22];player=img;' title='equilux-side1'><img width="150" height="150" src="http://blog.kruyt.org/wp-uploads/2011/06/equilux-side1-150x150.png" class="attachment-thumbnail" alt="equilux-side1" title="equilux-side1" /></a>
<a href='http://blog.kruyt.org/wp-uploads/2011/06/equilux-full.png' rel='shadowbox[sbalbum-22];player=img;' title='equilux-full'><img width="150" height="150" src="http://blog.kruyt.org/wp-uploads/2011/06/equilux-full-150x150.png" class="attachment-thumbnail" alt="equilux-full" title="equilux-full" /></a>

<p>&nbsp;</p>
<p>The led string if all rgb leds are on will draw about 3.6 Amps at 5 volts. This of course is way to much for the Arduino regulator. But most of the time not all led&#8217;s will be on or at full brightness. Now I am using a switched 5.1 volt / 2 Amp power-supply that I had lying around. This power supply is directly connected to the + 5v on the arduino. So it&#8217;s bypassing the regulator on the Arduino.</p>
<p>Here is a short video overview from the first proto type, this on is fitted in a carton box, so nothing fancy yet. Now I need to get my hands on a laser cutter to build the casing.</p>
<p>&nbsp;</p>
<p><iframe src="http://player.vimeo.com/video/25255982" width="500" height="281" frameborder="0"></iframe></p>
<p>&nbsp;</p>
<p>All the files, codes and sources of this project you can find on my <a title="equilux on github" href="https://github.com/dkruyt/equilux" target="_blank">github</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kruyt.org/archives/22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Latitude RSS feed</title>
		<link>http://blog.kruyt.org/archives/6?&#038;owa_medium=feed&#038;owa_sid=&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-latitude-rss-feed</link>
		<comments>http://blog.kruyt.org/archives/6#comments</comments>
		<pubDate>Wed, 03 Jun 2009 07:53:00 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[yahoo pipe]]></category>

		<guid isPermaLink="false">http://blog.kruyt.org/?p=6</guid>
		<description><![CDATA[Google Latitude now offers a very basic API, just a KML and a JSON feed. I needed for my SweetCron page a RSS feed from latitude, so I created one in Yahoo Pipe. To use it, just go to my Yahoo Pipe fill in your latitude uid and map size for your static map image [...]]]></description>
			<content:encoded><![CDATA[<p>Google Latitude now offers a very basic <a href="http://www.google.com/latitude/apps/badge">API</a>, just a KML and a JSON feed. I needed for my  <a href="http://kruyt.org/">SweetCron page</a> a RSS feed from latitude, so I created one in <a href="http://pipes.yahoo.com/phantagom/googlelatitude">Yahoo Pipe</a>.</p>
<p>To use it, just go to my <a href="http://pipes.yahoo.com/phantagom/googlelatitude">Yahoo Pipe</a> fill in your latitude uid and map size for your static map image and get your RSS feed. Please let me know how you implement this feed.</p>
<p><a href="http://blog.kruyt.org/wp-uploads/2009/06/glatitude.png" rel="shadowbox[sbpost-6];player=img;"><img class="aligncenter size-full wp-image-144" title="glatitude" src="http://blog.kruyt.org/wp-uploads/2009/06/glatitude.png" alt="" width="400" height="305" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kruyt.org/archives/6/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Inlinefeed</title>
		<link>http://blog.kruyt.org/archives/5?&#038;owa_medium=feed&#038;owa_sid=&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=inlinefeed</link>
		<comments>http://blog.kruyt.org/archives/5#comments</comments>
		<pubDate>Tue, 28 Apr 2009 15:35:00 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[inlinefeed]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.kruyt.org/?p=5</guid>
		<description><![CDATA[With the inlinefeed plugin you can display and embed RSS/ATOM feeds in your WordPress posts and pages using the following shortcode: [inlinefeed rss_feed_url="http://feed.xml"] NOTE: From version 2.0 you can only use the shortcode [inlinefeed], the old style `&#60;!–rss:[URL]–&#62;` doesn’t work anymore! If you upgrade from a 1.xx version, then you must change from `&#60;!–rss:[URL]–&#62;` to [...]]]></description>
			<content:encoded><![CDATA[<p>With the inlinefeed plugin you can display and embed RSS/ATOM feeds in your WordPress posts and pages using the following shortcode:</p>
<p style="padding-left: 30px;"><code>[inlinefeed rss_feed_url="http://feed.xml"]</code></p>
<p>NOTE: From version 2.0 you can only use the shortcode [inlinefeed], the old style `&lt;!–rss:[URL]–&gt;` doesn’t work anymore! If you upgrade</p>
<p>from a 1.xx version, then you must change from `&lt;!–rss:[URL]–&gt;` to `[inlinefeed rss_feed_url=”http://feed.xml”]` style..</p>
<p>Look for some examples in the txt file thats included in the zip file.</p>
<p style="padding-left: 30px;"><a href="http://kruyt.org/download/inlinefeed.zip">Download inlinefeed v2.01</a></p>
<p style="padding-left: 30px;">Changelog:<br />
2.01 truncate title accpets now a nummeric value. New option, displayfeedname.<br />
2.00 Now uses the wp 2.5 shortcode.<br />
1.62 Error handling and headers are giving descriptions and are clickable.<br />
1.6 Added option newwindow. If you want to open in a new window.<br />
1.5 Fixed a bug that the feed got bumped up to the top of the page.<br />
1.4 XHTML compliant.<br />
1.3 Truncate title.<br />
1.2 minor fixes.<br />
1.1 Initial release.</p>
<p>If you like those little buttons on your site to show off, here is one for inlinefeed:</p>
<p class="yellowbox" style="padding-left: 30px;"><a title="InlineFeed" href="http://kruyt.org/projects/wp-plugins/inlinefeed"><img title="InlineFeed" src="http://kruyt.org/images/button/rss-inlinefeed.png" alt="InlineFeed" align="middle" /></a></p>
<p>If u want to use Inlinefeed to display rss feeds that are offered in gzip format, please take a look at the modified class-snoopy.php.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kruyt.org/archives/5/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Grease Monkey: Flickramio</title>
		<link>http://blog.kruyt.org/archives/4?&#038;owa_medium=feed&#038;owa_sid=&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=grease-monkey-flickramio</link>
		<comments>http://blog.kruyt.org/archives/4#comments</comments>
		<pubDate>Fri, 24 Apr 2009 15:24:00 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[flickramio]]></category>
		<category><![CDATA[geotag]]></category>
		<category><![CDATA[geotagged]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[grease monkey]]></category>

		<guid isPermaLink="false">http://blog.kruyt.org/?p=4</guid>
		<description><![CDATA[Flickramio is a Greasemonkey script that put 2 google earth map’s next to the photo if the image is geotagged, so Flickr looks a little more like Panoramio. And if you have already the Google Earth plugin installed, you even can see it in 3D. Here some screenshots: For more example see flickr Download here]]></description>
			<content:encoded><![CDATA[<p><a href="http://userscripts.org/scripts/show/27101">Flickramio</a> is a Greasemonkey script that put 2 google earth map’s next to the photo if the image is geotagged, so Flickr looks a little more like Panoramio. And if you have already the Google Earth plugin installed, you even can see it in 3D.</p>
<p>Here some screenshots:</p>
<div style="text-align: center;"><a title="GM Google (Earth) Plugin (by Rev Dan Catt)" href="http://www.flickr.com/photos/revdancatt/2588434394/"><img title="GM Google (Earth) Plugin (by Rev Dan Catt)" src="http://farm4.static.flickr.com/3191/2588434394_a937c8231f.jpg" alt="GM Google (Earth) Plugin (by Rev Dan Catt)" width="500" height="484" /></a></div>
<div style="text-align: center;"><a title="GM Script: flickramio (by Dennis Kruyt)" href="http://www.flickr.com/photos/phantagom/2612888267/"><img title="GM Script: flickramio (by Dennis Kruyt)" src="http://farm4.static.flickr.com/3035/2612888267_301fe40243.jpg" alt="GM Script: flickramio (by Dennis Kruyt)" width="500" height="431" /></a></div>
<p>For more example see <a href="http://www.flickr.com/search/?q=flickramio&amp;w=all">flickr</a></p>
<div style="text-align: center;"><a href="http://userscripts.org/scripts/show/27101"><span style="font-size: 130%;"><span style="font-weight: bold;">Download here</span></span></a></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"><span style="font-size: 130%;"><span style="font-weight: bold;"><br />
</span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.kruyt.org/archives/4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geotag workflow</title>
		<link>http://blog.kruyt.org/archives/3?&#038;owa_medium=feed&#038;owa_sid=&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=geotag-workflow</link>
		<comments>http://blog.kruyt.org/archives/3#comments</comments>
		<pubDate>Fri, 24 Apr 2009 13:39:00 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[geotag]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[nikon]]></category>

		<guid isPermaLink="false">http://blog.kruyt.org/?p=3</guid>
		<description><![CDATA[Some people ask me about my geotag workflow on my site, so here it is: My hardware: Nikon D80 DSLR and a Qstarz BT-Q1200 GPS logger with spare battery. This logger uses a nokia battery. So it&#8217;s easy to get a replacement. Workflow: 1. I shoot in RAW (NEF). 2. GPS logger, is always logging [...]]]></description>
			<content:encoded><![CDATA[<p>Some people ask me about my geotag workflow on my site, so here it is:</p>
<p>My hardware: Nikon D80 DSLR and a Qstarz BT-Q1200 GPS logger with spare battery. This logger uses a nokia battery. So it&#8217;s easy to get a replacement.</p>
<p>Workflow:</p>
<p>1. I shoot in RAW (NEF).<br />
2. GPS logger, is always logging at 10 seconds interval when I walk around with my cam.<br />
3. The software that&#8217;s included from Qstarz is not so good, so I use the alternative <a href="http://bt747.wiki.sourceforge.net/">bt747</a> software to read the date and convert to GPX, NMEA and KML files.<br />
4. With <a href="http://www.geosetter.de/en/">GeoSetter</a> I geotag my raw NEF&#8217;s. Also this tool ads place and country and location names as exif tag.<br />
5. Import in Lightroom. Lightroom see also the place, province, and country names as exif tag’s.<br />
6. Process in Lightroom / Photoshop en export to jpg and put it on my flickr.</p>
<p>So this is basic my workflow.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kruyt.org/archives/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

