Author Archives: Josef

Making a custom iPhone stand… WITH LASERS!

PRO LF CO2 Laser from Full Spectrum Laser
PRO LF CO2 Laser from Full Spectrum Laser

Recently, my access to a laser cutter has gone from hopeful, to occasional, to every (laser filled) day! We picked up a brand new Pro LF Series 36×24 CO2 Laser from Full Spectrum Laser here in Las Vegas. The build quality is solid and installation and calibration was a breeze.

After some initial requisite etching of Einstein’s face onto acrylic blocks, I decided to turn my attention to something more practical. I fired up Solidworks and used the specs provided by Apple for the iPhone 4S. I wanted to be able to prop up my phone while using Facetime, but not obstruct the screen. Using clear acrylic, I cut out a shape that allowed me to slide my iPhone through a precisely measured slot… Almost.

Laser-cut iPhone stand
iPhone 4S stand made of Acrylic. Designed in Solidworks and laser cut using the Pro LF Series CO2 laser from Full Spectrum Laser.

 

As it turns out, this was my first lesson in the challenges of laser cutting. Namely, the problem of the laser kerf, or the width of the beam as it cuts. This is directly analogous to the kerf width of a saw blade when cutting wood. Basically, you need to determine this width for you laser and the media your cutting, then adjust your vector paths accordingly. For internal, closed paths, you want to reduce (subtracting the kerf from the radius of a circle, for example) and for perimeter paths, you want to expand your design by the kerf width.

After some fairly simple adjustments, I was able to get a perfectly fitting iPhone 4S stand made of clear acrylic that can be adjusted to any position along the iPhone body and stays put using friction alone. Not a bad way to spend 30 mins to create something useful.

Oh, and here’s Einstein!

IMG_0215.JPG

Sometimes you just need an ‘Alias’

Back in 2009, I wrote and published my first iOS app called, ‘Alias’. It was more of an exercise to go through the App submission process with Apple than an actually useful product. The app uses U.S. census data to generate millions of possible name combinations of both genders. Under the hood, all the data is contained in a sqlite database and the UI provides a simple interface to generate a random combination of first and last names. This was my first complete Objective C application and it actually performed far better than I ever expected it to.

Wanna Buy It?

 

IMG_0038.JPG

IMG_0037.JPG

Testing out the Makerbot Replicator 2x

The Replicator 2X from MakerBot
The Replicator 2X from MakerBot

We recently added a Replicator 2X from MakerBot to our prototyping arsenal. I definitely like the more refined chassis of this 3D printer and the build area increase is fantastic. I selected the 2X because we often like to work in ABS and the Replicator 2 is only capable of printing PLA. To quickly test the printer, I like to use a chair I designed in Solidworks as a quick evaluation of quality. There are some subtle filets, chamfers, and overhangs that are often difficult to print correctly. With the exception of some warping due to a temperature gradient on our print bed, the chair came out great. I’m really looking forward to putting this machine through its paces.

3D Printed Chairs
The blue chair was printed using the Replicator 2X and the orange one was printed using a Thing-o-matic.

Controlling a Servo with a Micro-controller and a Pot

In this video, you can see some very early tests I was performing to evaluate a certain servo motor for use in a mission critical application. This is all very serious business. I was turning a potentiometer, reading the position in with a Microchip micro-controller and then controlling the servo to give a roughly 1:1 response. Just wiggling the thing around was very rewarding.