blog.kruyt.org

print "Hello world!"

Hack42 disposable club-mate pin hole camera

without comments

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 wrapped in alu foil for the tin foil had community.

Written by Dennis

June 21st, 2011 at 10:21 pm

Posted in hack

Tagged with , , ,

Equilux a Arduino clock

with 9 comments

I created a Arduino controled led clock with 60 rgb led’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 be found at adafruit’s github.

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.

There is also a LDR connected at pin A2, this wil measure the light and dim the led’s accordingly.

 

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’s will in a aluminum bracket. Here is the first design what I made in google sketchup.

 

 

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’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’s bypassing the regulator on the Arduino.

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.

 

 

All the files, codes and sources of this project you can find on my github.

 

Written by Dennis

June 17th, 2011 at 11:03 pm

Posted in Arduino

Tagged with , , , , , , ,

Google Latitude RSS feed

with 3 comments

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 and get your RSS feed. Please let me know how you implement this feed.

Written by Dennis

June 3rd, 2009 at 8:53 am

Posted in Uncategorized

Tagged with , , ,

Inlinefeed

with 2 comments

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 `<!–rss:[URL]–>` doesn’t work anymore! If you upgrade

from a 1.xx version, then you must change from `<!–rss:[URL]–>` to `[inlinefeed rss_feed_url=”http://feed.xml”]` style..

Look for some examples in the txt file thats included in the zip file.

Download inlinefeed v2.01

Changelog:
2.01 truncate title accpets now a nummeric value. New option, displayfeedname.
2.00 Now uses the wp 2.5 shortcode.
1.62 Error handling and headers are giving descriptions and are clickable.
1.6 Added option newwindow. If you want to open in a new window.
1.5 Fixed a bug that the feed got bumped up to the top of the page.
1.4 XHTML compliant.
1.3 Truncate title.
1.2 minor fixes.
1.1 Initial release.

If you like those little buttons on your site to show off, here is one for inlinefeed:

InlineFeed

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.

 

Written by Dennis

April 28th, 2009 at 4:35 pm

Posted in Uncategorized

Tagged with , , , ,

Grease Monkey: Flickramio

without comments

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:

GM Google (Earth) Plugin (by Rev Dan Catt)
GM Script: flickramio (by Dennis Kruyt)

For more example see flickr

Download here

Written by Dennis

April 24th, 2009 at 4:24 pm

Geotag workflow

without comments

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’s easy to get a replacement.

Workflow:

1. I shoot in RAW (NEF).
2. GPS logger, is always logging at 10 seconds interval when I walk around with my cam.
3. The software that’s included from Qstarz is not so good, so I use the alternative bt747 software to read the date and convert to GPX, NMEA and KML files.
4. With GeoSetter I geotag my raw NEF’s. Also this tool ads place and country and location names as exif tag.
5. Import in Lightroom. Lightroom see also the place, province, and country names as exif tag’s.
6. Process in Lightroom / Photoshop en export to jpg and put it on my flickr.

So this is basic my workflow.

 

Written by Dennis

April 24th, 2009 at 2:39 pm

Posted in Uncategorized

Tagged with , , , ,