Copper Etching: Not Just For PCBs

etching buttons

[Morag Hickman] is an artist who makes use of ferric chloride for something other than etching a PCB. She uses the process to etch beautiful designs into her jewelry.

[Tortoise Butler] is a small film crew that created this three and a half minute film on the art of etching copper, and it is an absolute pleasure to watch. There are no computers, no toner transfers, and she doesn’t even etch on a flat surface. It’s an excellent example of doing something different — why not add etching to finish off a project? If you’ve already done PCBs, it can’t be that hard to do a logo instead!

Anyway, it’s been a while since we’ve shared a handmade hack, and we think this is a great example that deserves the spotlight. Don’t forget to send in your own handmade projects to the tips line!

Stick around after the break to enjoy the film — we recommend watching it full screen and in HD.

Continue reading “Copper Etching: Not Just For PCBs”

I Am The Midnight Message Board What Messages At Midnight

Photoluminescent stars on your bedroom wall or ceiling are pretty cool, though the stationary shapes can become boring. [Adi] felt this way, too. While doodling with a bright white light on some glow in the dark vinyl, it occurred to him that this could make for an interesting display. He set about making GLO, the midnight message board and RSS display.

[Adi]’s light writer uses 12 UV LEDs on a linear axis powered by a stepper motor to write RSS headlines, Twitter trends, or custom text on his wall. He finds the slow fade of the text very soothing to fall asleep by, and it’s easy to see why. The LED array imprints a section of a character consisting of a 6×5 bit pattern. The 12 LEDs are split into two groups, so it can write two lines at 45-50 characters each. [Adi] designed his own pixel font for this project, and advises that only upper case letter forms be used.

[Adi]’s write-up is quite admirable and comprehensive. In the circuit build section, he advises that the LEDs must be very close to the vinyl for optimum results, but that they should protrude farther than the shift registers so the chips don’t rub the vinyl. Of course you could opt for more intense light sources, like laser. See it in action after the break.

Continue reading “I Am The Midnight Message Board What Messages At Midnight”

Teaching Mario To Play Pong And Snake Through Innumerable Exploits

This is the coolest classic Super Nintendo Entertainment System (SNES) hack we’ve seen in quite a while. What you’re seeing is called “Super Mario World (Total Control)” by [Masterjun]. Our first recommendation is that you watch the video, then come back here for an explanation. Similar to what we saw for Pokemon Yellow on Gameboy, [Masterjun] created entire Pong and Snake clones within Super Mario World. He also created a menu and ending screen, along with his trademark smiley face graphic. Even more amazing is that this was unveiled live on a real SNES running an unmodified game cartridge. [Masterjun] actually used dual multitap cables, effectively connecting 8 controllers to a SNES. This gave him enough bandwidth to quickly download his new binary through the controller ports alone.

Welcome to the world of Tool Assisted Speedruns (TAS), where emulators and scripts are used to create high-speed runs through video games. The runners often work frame by frame, painstakingly inputting commands to create the perfect run. Game bugs and glitches are often exploited in these speed runs. In fact, in runs such as this one, the speed run takes second place to showing off the exploit. The output of speed run creation is a script file of control inputs which can be executed on an emulator to “re-run” the TAS at any time. This script can also be saved to a PC or Raspberry Pi and played back into the controller port of a real game system. A PIC based hardware translator is used to convert the data to NES or SNES controller format. As one might expect, these scripts run open loop. With no feedback from the running game, they can and do become desynchronized due to differences in console hardware, such as the tolerance of the oscillator crystal. When everything is in sync and does work , the results are awesome.

Continue reading “Teaching Mario To Play Pong And Snake Through Innumerable Exploits”

A Business Card That Plays Simon Says

BusinessCard_01_08

When your name is Simon and you want to build your own circuit board business card, it makes perfect sense to incorporate a game of Simon Says, and that’s exactly what [Simon] did with his Business Card.

You may see a resemblance to the Engineer’s Emergency Business Card; that’s because [Simon] took inspiration from that card to build his own.  The game of Simon Says is played via 4 low-profile pushbuttons and 4 0805 LEDs.  The microcontroller of choice to run the game is an ATtiny45 set up to work with the Arduino IDE.  But with only 5 pins available for I/O, [Simon] had to give up 4 pins to the LEDs and configure the remaining pin as an analog input.  The buttons are tied into a voltage divider that feeds the analog input, so depending which button is pressed, a different voltage is read in, thus a value from 0 to 1023 determines which button was pressed.

One of the great things about this write-up is that it goes through the process of etching PCBs at home using the toner-transfer method.  We’re not sure how many home-etched business cards he’s willing to pass out, but surely whoever does get the card, will never forget his name.

Continue reading “A Business Card That Plays Simon Says”

3D Bubble Display

3dbubbledisplay

[Craig Shultz], a mechatronics grad student at Northwestern University, sent us a video of his group’s project from last winter: a 3D bubble display. We’ve seen some pretty impressive and innovative bubble displays around here—most recently the 60-tube RGB LED build—but [Craig’s] is the first we’ve seen that adds some depth to the project.

For the most part, its construction is what you’d expect: an acrylic case enclosing the 4×4 arrangement of tubes, 16 valves 16 individually controlled solenoids, and some small air pumps; all driven by a PIC microcontroller. In the video, however, you’ll have to strain your eyes if you want to see the tubes, which is a clever design choice on [Craig’s] part to showcase the display’s depth. Each of the bubbles was visually separated by pairing glycerin with a tubing material that had a similar index of refraction, Pyrex. As a result, the tubes blend seamlessly into the fluid. Check out the video after the break.

Continue reading “3D Bubble Display”

Ride, Captain, Ride Aboard Your Arduino-Controlled Autopiloted Sailboat

[Jack], a mechanical engineer, loom builder, and avid sailor wanted an autopilot system for his 1983 Robert Perry Nordic 40 sailboat with more modern capabilities than the one it came with. He knew a PC-based solution would work, but it was a bit out of reach. Once his son showed him an Arduino, though, he was on his way. He sallied forth and built this Arduino-based autopilot system for his sloop, the Wile E. Coyote.

He’s using two Arduino Megas. One is solely for the GPS, and the other controls everything else. [Jack]’s autopilot has three modes. In the one he calls knob steering, a potentiometer drives the existing hydraulic pump, which he controls with a Polulu Qik serial DC motor controller. In compass steering mode, a Pololu IMU locks in the heading to steer (HTS).  GPS mode uses a predetermined waypoint, and sets the course to steer (CTS) to the same bearing as the waypoint.

[Jack]’s system also uses cross track error (XTE) correction to calculate a new HTS when necessary. He has fantastic documentation and several Fritzing and Arduino files available on Dropbox.

Autopilot sailboat rigs must be all the rage right now. We just saw a different one back in November.

Continue reading “Ride, Captain, Ride Aboard Your Arduino-Controlled Autopiloted Sailboat”

Homemade Polariscope Is Super Easy To Make

polariscope

[Abhimanyu Kumar] was watching YouTube videos one day when he came across something called a Polariscope — After learning how it worked, he discovered you can make your own using household items!

First off, what is a Polariscope? Well, put simply, it is a device that can show you the photoelasticity of a clear specimen, which can reveal the stress distribution in the material! And it is actually really easy to make one.

All you need to build your own is:

  • A polarized light source (any modern LCD monitor)
  • A transparent specimen (plastic cutlery, glass statues, plastic you can bend, etc)
  • A circular polarizing filter (the cheap 3D glasses you didn’t return at the theater)

Then just place the objects in the order shown in the diagram and start snapping some photos. This would be really cool for checking stress concentrations in a project — provided you are using some Lexan or acrylic!