August 22, 2009

Publications Updated – Artful Media: Nuage Vert

Filed under: Laserist, Mac, Technical — Joey @ 3:43 pm

I’m excited to note I’ve updated my Publications page with an exciting bit of work that was recently published in IEEE MultiMedia!

Helen and Heiko asked me to contribute to this article about the Nuage Vert project. Abstract included and link to IEEE article below. Check it out in your July-September issue of IEEE Multimedia or get it online (fee based).

Editor’s Note

Nuage Vert [Green Cloud] is a major environmental artwork that engages light and public participation. A stunning and important work, Nuage Vert has won many accolades and several prestigious prizes, including the 2008 Golden Nica in Hybrid Art from Ars Electronica, the 2008 Green Prix from ZeroOne, and the 2009 Award from the Environmental Art Foundation. The implementation process is particularly interesting as the team found new and successful ways to work with lasers that will benefit future artists.

—Norie Neumark

Helen Evans, Heiko Hansen, Joey Hagedorn, “Artful Media: Nuage Vert,” IEEE MultiMedia, vol. 16, no. 3, pp. 13-15, July-Sept. 2009, doi:10.1109/MMUL.2009.54

May 31, 2009

DMX-512 add on for EasyLase USB

Filed under: Electronics, Laserist, Technical — Joey @ 12:27 am

Today I had a great time going to Maker Faire in San Mateo. It really is inspirational for one’s own projects to see other neat work being done.

I’m currently busy working on a couple of things, but I realize it has been a while since I’ve posted updates on anything I’ve done. Back in September of last year I put together a DMX-512 level converter breakout board for my EasyLase USB.

IMG_5103.JPG

(more)

I’d previously ported and debugged the DMX portion of the driver for the board just using TTL level loopback adapters. I also went on to build the Wonderwall project using the DMX output of the EasyLase, but the level shifter and RS-485 transceivers were all on a solderless breadboard. That needed to be corrected. :)

I’m rather proud of the size of the board–especially being made of all through-hole components. It neatly plugs in to the existing headers, and I think it looks right at home where it has been mounted on the board. All the schematics to build one for yourself are available on the Müller Elektronik website. Enjoy!

March 11, 2009

ClickToFlash 1.4+ supports H.264 loading

Filed under: Mac, Technical, Web — Joey @ 12:39 am

A while back I posted a bookmarklet (QTYouTube) to load H.264 versions of YouTube videos that the QuickTime plugin plays to avoid using Flash. It has proven very useful to some, but it turns out just recently a better solution has been introduced!

ClickToFlash version 1.4 and later includes functionality to automatically load H.264 versions of YouTube videos, without the need to do anything special.

ClickToFlash is a WebKit plugin that prevents all flash content from loading in Safari. This excellent software prevents runaway CPU usage, and if you’d like to see the Flash content, simply clicking it will cause it to load.

As of version 1.4 a feature has been incorporated to do exactly what the QTYouTube bookmarklet did, replace the flash with a QuickTime compatible H.264 video. With the default settings, control-clicking and choosing “Load h.264″ will load the QuickTime version. You can also go to the Settings (from the Safari->ClickToFlash menu) and choose “Load H.264 videos from YouTube” to automatically do everything for you.

I really want to thank Jonathan ‘Wolf’ Rentzsch, Troy Gaul, and the rest of the team working on this for the excellent plugin and incorporating this feature!

February 23, 2009

20db Inline Attenuator Pad for Earphones

Filed under: Electronics, Technical — Joey @ 12:28 am

A few years ago I was fortunate enough to acquire a pair of Shure E5 in-ear earphones, which I’ve greatly enjoyed. They’re fantastic headphones, and also some of the most sensitive around. Not only do they just need to drive a tiny bit of air between the diaphragm and my eardrum, but they’re rated at 122 dB/mW and have an impedance of 110 Ω. They’ve always been a joy to use with my iPod, but plugging in to my laptop has always meant I had to endure an unreasonably high noise floor, and be careful not to turn the volume up beyond a couple of notches, because any higher would certainly induce pain. Because they’re effective at blocking out external noise, I usually listen at a low volume, but despite this I found I was experiencing ear fatigue after even short periods of listening. That hiss was terribly wearing.

Just recently I purchased a Presonus FireBox from Charlie–most likely just as part of my audiophile addiction–and indeed it is a great device. The 24bit/96khz DAC is quiet and outside of the noisy electronic environment of my MacBook Pro. The headphone amp in this thing goes to 11, both figuratively and literally. This is a point of safety concern. Of course there is the standard warning about not listening to audio at a loud volume for extended periods of time, but in this case I feared plugging my E5s into the FireBox. Setting the volume to anything above zero was too loud. I was concerned I might accidentally turn the volume to a dangerous level.

So the solution to all of this was not to buy more expensive equipment, but just stick some resistors inline with my headphones. I decided to build an inline attenuator pad to drop the signal down by about 20db. This solves the above mentioned problems elegantly. It requires I turn up the volume a bit to listen which keeps the signal to noise ratio low on the laptop’s internal headphone output, and gives me a safety margin on the FireBox.

Construction wasn’t too involved, but it was a bit tricky to keep everything within the small dimensions I wanted to maintain. I used SMT resistors to minimize space, and had to scavenge the female 3.5mm jack from an extension cable to find one that was narrow profile.

I got most of the design info I needed about making audio pads from this article. It turns out, they’re just simple voltage dividers. I’m confident I didn’t actually get the 20db I wanted, but it does indeed drop the signal an appropriate amount. I used 150Ω shunt resistors with 680Ω series resistors.

Parts
Preparation
Shunt Resistors Soldered
Soldering Done
Done
Presonus Firebox

(album)

I am a bit concerned that the solder joints may crack with repeated pluging/unplugging, but I guess I’ll only find out from prolonged testing.

This whole problem of over sensitive headphones is usually solved by sticking a passive volume control inline with the headphones. In fact, new Shure headphones ship with one of those in the box. I chose not to go that route here, not only because I didn’t want another volume control to fiddle with, but because this way I couldn’t accidentally leave it turned up when plugged in to the FireBox.

Overall I’m happy with the result, despite the fact I had to use clear heatshrink to house the pad instead of red. Perhaps i’ll upgrade housings later :).

Let me know if you know of a commercial source for headphone fixed attenuators or you built your own.

September 24, 2008

Darwin ISO-Latin-1 Font

Filed under: Creative, Mac, Technical — Joey @ 12:42 am

Recently I had run across the megazoomer SIMBL plugin, and found that it could make a Terminal.app fullscreen! Something just wasn’t quite right about it though. The white text on the solid black background wanted to look as if I had booted in to single user mode, or started my computer with the verbose boot option on, but no font I could select seemed appropriate. So I began the hunt for the Mac OS X console font to use in Terminal.app in earnest. Eventually I found it, in the form of a C source file. All of the character bitmaps were described in an array in a file called “iso_font.c” in the XNU source. I went on an adventure to find appropriate software to make a font file, and eventually I found a rather dreadful tool called Font Forge, but it worked so I used it. I prepared my font in the BDF ASCII format with liberal application of TextWrangler’s grep based find & replace, as well as a Python script to massage it a bit more. After lots of messing with Font Forge and some tweaking of the metadata, I could export a TrueType bitmap representation of the original Mac OS X console font, which I have provided here. The font is free to use, according to comments in the file as well as the original APSL license, so I am providing it here freely as well under the same terms. Enjoy!

Note: The bitmap is 16pt; other sizes are not recommended.

Update:
Cory Klingsporn submitted an updated version that fixes issues with accented characters. Thanks Cory! Get the new version below.

Download Darwin ISO-Latin-1 Font (TrueType):


Darwin-ISO-Latin-1.zip.

April 25, 2008

AVI ‘08

Filed under: Life, Mac, Technical — Joey @ 2:54 pm

I’m headed to Advanced Visual Interfaces ‘08 this summer in Naples, Italy to present the work Josh and I did on VCode + VData regarding video coding tools. I’m really proud, as it’s my first first-author!

You can download VCode and get more info about it on the Social website.

Enjoy!

VCode Main Window

April 19, 2008

Blu-Ray Laser Pointer

Filed under: Electronics, Laserist, Technical — Joey @ 10:46 pm

I was sitting in the basement of the Siebel Center one day when Matt Sparks mentioned the Blu-Ray Laser Phaser project, made possible by the Sony Blu-Ray replacement drive assembly for the PS3. I impulsively purchased one such module on eBay and set out to build the best possible Blu-Ray Laser Pointer.

IMG_4392.JPG


Home-built Blu-Ray Laser Pointer

I focused on building a high quality device. I am really happy with the size and quality of the case, and current-limited power supply, as opposed to the simple resistor based design some other designs suggest. I also opted for rechargeable Li-Ion batteries for great performance and size. This necessitated the installation of a charging jack on the back of the pointer as well.

Parts:

  • Sony KES-400a replacement Blu-Ray drive module for PlayStation 3
  • Pomona Electronics Size “B” Die Cast Aluminum Box with Cover, Baked Blue Enamel finish, Model# 2417
    as seen on page 53 of their catalog. All of their other products are great too. Highly Recommended.
  • 650nm 5mw 12X30mm laser module from Aixiz. This company, on the other hand, is as sketchy as you get, but I’ve always had great services, so, if you need cheap lasers, it works.
  • (2) AAA Li-Ion cells with solder tabs.
  • Protection Circuit Module for Li-Ion cells.

You’ll need some other items as well, such as a jack for charging the device, wires, a breadboard PCB, and various components for the power supply. You can pick those out from the schematic below though.

There’s lots of great info regarding the Blu-Ray diode on a page at Sam’s Laser FAQ. This was the source of the power supply circuit, and information about the amount of current that could be run through the diode. Unfortunately, the construction quality of the power supply isn’t the greatest, and I find the case design for the pointer at the bottom rather wasteful. The circuit is, however, of sound design.

It is only somewhat difficult to fit the power supply on to a suitably small breadboard to fit in the case. I think a smaller package version of the LM317 would be better suited than the TO-220 packaged one I chose.

IMG_0116.JPG
IMG_4379.JPG


All parts ready for assembly / Power Supply


IMG_4394.JPG
IMG_4396.JPG


Aperture / Operational

More pictures in the Album.

The experience using the Blu-Ray laser pointer is rather interesting. It is clearly extremely bright, and for this reason I must underscore the importance of being extremely careful to avoid eye exposure. However bright it is, sometimes it appears quite dim because the color is very near UV and normally much more deep violet than it appears in the photo above. On paper and bleached targets it does appear very blue, or even white on orange fluorescent surfaces. Occasionally there is even some eye-strain associated with looking at the beam incident on a light colored surface.

In a completely dark room it is even possible to see the beam in air, which is rather interesting, because the dot appears less bright than a cheap 5mw red laser pointer might in a well-lit room. I don’t have the appropriate equipment to properly measure light output, but I have chosen not to run it at maximum current in order to prolong diode life. It is plenty bright at it’s current level of ~30-40ma.

Soon I hope to label the box with appropriate warnings and specifications for the charging port on the back, but I need to prepare appropriate stencils for painting first. I think it is built such that I can expect many years of service before needing to service it.

I’d love to hear if you’re building one or have any questions about mine.

April 16, 2008

YouTube in MP4 via QuickTime Plugin!

Filed under: Technical, Web — Joey @ 4:09 pm

Today I saw this link on Daring Fireball that presents a bookmarklet to add a link to the YouTube page to download a (higher quality) MP4 version of the video you’re viewing. This is great, but I dislike flash in general, so I’d rather not even watch the embedded version to begin with. I’ve crafted the following bookmarklet to replace the existing flash player with an embedded QuickTime player for the MP4 file. Go try it out on YouTube.

To install the bookmarklet, simply drag it to your Bookmarks Bar (in Firefox, Safari):



This has only been tested on a Mac. I expect it won’t work on some other OSes because it uses the <embed> tag rather than the <object> tag. I encourage someone fix up this bookmarklet to work on other platforms by using the <object> tag, and condense it a little–because it is rather long. I’d be happy to post an updated version if someone improves it. Additionally, a GreaseKit script would be great too.

Enjoy!

Update:
Seems to work in Firefox on Windows.

Update:
Comment from Kris below provides a Greasemonkey/GreaseKit Userscript.
Userscript

Update:
Comment from Jean below suggests enlarging the size of the video to accommodate the new wider YouTube format. I’ve done this to the link above, but kept the format at “18″, as “22″ is still not widely available.

Update:
Jean was also kind enough to let me host this very informative chart (pdf) of precisely the file sizes, quality, and formats of all downloading format numbers that he made. Lots of info here!

Update:
See ClickToFlash 1.4+ supports H.264 loading to automatically load H.264 video for YouTube.

Update:
A reader has come up with a Safari 5 Extension that replaces the functionality of this bookmarklet. If you are using Safari 5, please consider using the plugin instead: FlashToHTML5.

Next Page »

© 2010 |