Building The Backend Of Internet Controlled Devices

[Adam] and [Jeremy] took on the challenge of designing a system that would make it easy to control appliances from the Internet. We’ve seen the concept many times before; it involves some method of switching mains power and connecting that mechanism to the Internet. This design is both well planned and nicely executed.

We’re always very interested in the power switching for a project like this. It’s good that an approved electrical box houses all of the high-voltage parts in the project. Here a GA8-2B02 solid state relay switches power between the incoming cord and the two outlets. We didn’t get a look in the box, but hopefully there’s a partition between those wires and the low-voltage control wiring which uses a standard 3.5 mm audio jack as an interconnect.

An ATmega644 drives the control signal for the relay. It’s connected via Ethernet cable to the Internet through the use of an ENC28J60 chip which takes care of LAN communications. This is essentially a light-weight web server that will be easy to adapt to receive commands from just about any web-connected sender.

[Thanks Bruce]

Hipster Chandelier

This chandelier is something we’d expect to see on sale in the local gallery store. [Starkec] made it a couple of years back and we just love the look. The materials are pretty common, and you can throw it together in an afternoon.

The diffuser are made from clear glass soda bottles. After removing the labels and giving them a good cleaning, they were each set upside down and sprayed with some glass frosting spray. A four-conductor telephone wire serves both as the support for the bottle and electrical path for the RGB LED inside of each. The original screw cap for the bottles makes it a twist to install them after the soldering is done. There are two common color buses so that alternating colors can be shown at the same time. After seeing the video we think you’ll agree that the wiring scheme makes for some great animated effects.

Continue reading “Hipster Chandelier”

The Bicycle Can Tell Us How To Make It Better

Over the years bicycle design has changed. Materials were upgraded as technology advanced, and accumulated knowledge helped bicycle builders make improvements along the way. But deep analysis with the intent to make meaningful improvements has not been widely embraced. Reasearchers at UC Davis are looking to expand into this frontier by letting the bicycle tell us how it can be improved. This is one of the test bikes they’ve been working on, which is mainly aimed at data harvesting. They’re hoping to find some real improvements based mostly on how the machine can get out of the rider’s way as much as possible. The thought here is that the rider’s body makes up 80-90% of the volume of the vehicle and should be accommodated in every way possible.

Sure, this could be a case of trying to build a better mouse trap. But listening to the discussion in the video after the break really drives home the complex issues of stability and locomotion that go into these seemingly simple vehicles. We’re going to guess the final recommendations will not involve making the bike five times taller.

Continue reading “The Bicycle Can Tell Us How To Make It Better”

Motorized Skateboard Just Begging To Be Your Next Project

You’re not going to be doing any flip-tricks with this board, but it’ll let you get around without getting sweaty. The ZBoard is a motorized skateboard which is in the pre-order stages thanks to a successful Kickstarter campaign. It’ll set you back $500 now or $600 later. With that kind of budget wouldn’t it be fun to build your own?

This base model can go about five miles or five hours between charges. It carries a seal lead-acid battery (really?) but if you upgrade to the pro model for just $250 more you get a LiFePo that doubles the range (but curiously not the run time). To make it go there are pressure sensitive foot pads on the front and rear of the deck. This allows you to go slow with just a bit of pressure, or put the pedal to the metal to get up to the 15 mph speed limit. It’s even got regenerative breaking to slow things down while giving a boost to the battery.

The idea is nothing new. But the cleanliness that this product brings to market is something to be respected. We’re hoping this sparks some inspiration for a rash of DIY clones, kind of like we’ve seen with the Segway.

Continue reading “Motorized Skateboard Just Begging To Be Your Next Project”

Small Life On A Character LCD

[Duality] just finished programming Conway’s Game of Life on a character LCD. The game is a great programming exercise that everyone should undertake at one point or another. It uses a very simple set of rules to evolve the playing area from a given starting state. In this case the game grid is only 64 pixels, one for each of the positions on this 16×2 character LCD screen. This makes for very quick games as the cells tend to quickly reach an equilibrium as they arrive at the outer borders. See for yourself in the clip after the break.

We could have sworn we’ve seen this before, but with four times the playing space thanks to some custom characters. We couldn’t find an example of that, but the idea is to use a larger grid (something more like what’s seen on this graphic LCD) by generating a set of custom characters that slices each 5×8 pixel character into four smaller discrete areas. Something along the lines of what is being done with this spectrum analyzer.

Continue reading “Small Life On A Character LCD”

Moppy Lets You Play Your Floppy Drives

Get ready to join a band. Just follow the guide over at the Moppy project page and you’ll have your very own floppy drive instrument.

The name is a mashup between Musical and Floppy. By using an Arduino UNO as a translator, you can command an array of floppy drives with a musical keyboard (think piano). The head on each floppy drive is controlled by a stepper motor which will put out some sweet sounds if driven at just the right frequency. The lower notes tend to fair a bit better than the high range. One great example of this is the Imperial March theme as heard after the break.

Once you get the base system up and running, it’s time to think of some alternate interfaces. Sure, you can obvious things like toy keyboards. But wouldn’t it be more fun to make it fruit controlled?

Continue reading “Moppy Lets You Play Your Floppy Drives”

Tornado Lamp Made With Lasers

[Styropyro] did a great job of taking common parts and making an interesting item. He calls this his Tornado lamp, and it’s made with stuff you probably have around the house — well you might have to substitute more common glassware for that Erlenmeyer flask.

The bulk of the hack is in the base. You’ll find a laser diode pointed at a small scrap of mirror. That mirror is mounted on the center of a small case fan, giving the tornadic effect when spinning. To make everything fit just right, the laser is pointed horizontally, with the fan/mirror at a 45 degree angle. The beam points up through a hole in the project box and illuminates the liquid in the flask. That liquid is water doped with a substance that fluoresces. In this shot it’s some fluorescein, but we did mention you can do this with stuff from around the house. [Styropyro] demonstrates the use of liqud from some highlighting markers as a substitute.

If you’re decoration a mad scientist’s lab this is a perfect companion for a Jacob’s ladder.

Continue reading “Tornado Lamp Made With Lasers”