Introduction: Warping Infinity Mirror

About: Analog maker dabbling in digital manufacture. As an Amazon Associate, I earn from qualifying purchases made via links on these pages.

An infinity mirror is part of an upcoming build of mine. There are lots of great descriptions of how to make these on the site already, and I checked a lot of them out - especially Ben Finio's excellent and encouraging Arduino-powered version. However, I was keen to leverage my novice skills with Fusion360 (the first solid 3D modeling program I've used) and 3D printed the enclosure for a flexible string (rather than a strip) of LEDs. I was very happy with the look of the final product - the diffusers made it easy on the eye, it had an interesting exposed look to the wiring, and I liked how the back of each LED case glowed. The first one I made was 6" in diameter and had 25 LEDs: this one is 9" in diameter and has 50 LEDs (the entirety of one string). If you've never made an infinity mirror because it looks too complex, but would like to and you have access to a 3D printer, try this one. It doesn't use much resin (and needs no support material) and no significant making/computing/programming/wiring skills are required. It also has an interactive twist: a handle on the front allows you to warp the mirror, creating interesting wormhole effects.

You can also tune the position of the rear mirror, but because it is made of glass, you can only tilt it, not warp it.

Step 1: Parts

I've tried to make this build as kit-like as possible, but you will still need access to some modern making facilities: a laser cutter and a 3D printer. However, the laser cutting job is just a simple circle and the 3D print has been designed to be printed in 3 low-volume parts with no supports required, so the actual procedures are not difficult. Very doable at any makerspace. You will need:

- One-way acrylic mirror
- 9" diameter round mirror
- addressable RGB LED string
- Arduino Uno or similar
- 5 V power supply
- Wire
- 3D printed parts

The 3D printed parts were designed in three pieces, for two purposes: I wanted the infinity mirror to be easy to assemble AND easy to print. Printing without supports is always desirable because it saves resin and cleanup. Print the three pieces flat side down. They're all under 10" in diameter, so any 3D printer with a build area of at least 10x10" will be able to print them just fine. Print in black if possible. I used a Stratasys Fortus, and the base, middle and top used 3.1, 0.7 and 1.5 cubic inches of model material respectively.

If your build volume is not big enough to print the part in one piece, chop it up (e.g. using Meshmixer), print separately, and glue back together. The final product will be plenty strong enough because the glue joints can be offset.

Note there are two "top" parts, one warping, one not. The warping one is just taller, to allow the mirror to move.

Step 2: Laser Cut the Mirror

You will have to find a laser cutter (or service) to do this. An EPS file is attached with a line thickness of 0.001". You may also be able to find a service who will source and send you the cut one-way (sometimes called 2-way or see-through) mirror acrylic circle, but it's not one of Ponoko's materials. If you know somewhere that will do this, let me know and I will add a link to this step.

If you want to add the interactive warping effect, cut the attached EPS file out of 1/4" clear acrylic. Yes, it is small, but that is intentional: you don't want it to block much of the mirror, nor allow someone to apply too much force to the mirror. The desired effect can be achieved even with very slight distortions of the mirror. You should be able to find a piece of acrylic big enough for the job in the scrap bin of whatever shop you're in.

Step 3: Assemble

Place the (clean!) 9" mirror into the bottom of the baseplate.

Slide each LED into the appropriate slot in the base plate until it is seated at the bottom. I didn't take any special care with wire arrangement, but you could probably achieve a nice effect if you did.

Add a little E6000 adhesive to the top of each post, and clamp the middle piece in place.

Once dry, carefully remove the covering from the one-way mirrored acrylic. This material has a very thin layer of foil on one side that is easily scratched. Handle gently. We're going to put it FACE DOWN on top of the ring.

Now add some glue to the back of the uprights between each LED, and lower the top plate over the mirror. If you want the warping effect to really pop, the mirror has to be free to distort and tilt.

Step 4: Program

For some funky effects, we're going to hook this up to a Arduino Uno. One of the ground wires goes to the 5V supply (-) connection, the red wire to the (+) connection. The othe blue (ground) wire connects to the GND on the Arduino, and the remaining wire connects to pin 5 on the Arduino. Just mimic the photo if this is confusing.

Plug the Arduino Uno into your computer. You will need the free, open-source Arduino software. To run the LEDs, you will also need the FastLED code available at https://github.com/FastLED/FastLED. Download it as a zip file and extract it to .../Documents/Arduino/. Replace the file FastLED.h with the attached version. You should now be able to run any of the programs installed in that package, or write your own. Just launch Arduino, hit File... Open... and browse to one of the .ino files. Change the pin number to the one you're using (DATA_PIN = 5, if you followed the previous step) and the number of LEDs to 50 (NUM_LEDS = 50). Compile the code (check mark) and send it to the Uno (right arrow). If everything is connected correctly crazy patterns will emerge. You can of course also write your own or source other programs from elsewhere.

You can do this more elegantly with a Teensy and a single power supply. I will be doing this shortly and will post the build in another project also using an infinity mirror once it's all done (stay tuned!). Be prepared for lots of soldering though...

Thanks to Scott, Anouk and Blue for help with the electronics and photography.

If you make a warping infinity mirror (or one 3D printed from the files provided), post a picture here and I'll send you a premium membership to instructables.com.