Poor Man’s 3D Printer Looks Rough, Prints Great!

In this Instructable, [Gelstronic] proves anyone can afford a 3D printer. Why? Because you can literally build one out of computer e-waste — specifically, DVD/CD drives.

His goal was to build a printer for less than a hundred euros. And he darn well did it. The most expensive part was the hot-end coming in at 20 euros. He managed to find a Chinese Arduino MEGA 2560 for only 10 euros, and everything else was basically pocket change.

The hot end features a geared NEMA 17 look-a-like stepper motor he found in a printer, and the XYZ axis all make use of the DVD drive trays. The only downside to this massive reusing of e-waste is the bed size. Due to the limited range of motion on the DVD trays, his build area is only 40 x 40 x 40 mm, which in the world of 3D printing is pretty tiny. On the plus side, he’s even thrown in a heated bed making use of two 7W resistors which can get it all the way up to 110°C!

After a bit of tweaking he was able to get some surprisingly good prints, with a 10mm cube coming out at 10.06mm! He must have a pretty good caliper Anyway, check out the following demo!

Continue reading “Poor Man’s 3D Printer Looks Rough, Prints Great!”

Using Pulleys And Weights To Explain Binary Logic Gates

pulley computer

To demonstrate how computers work, [Alex Gorischek] has made a physical example of how binary logic gates work using pulleys and weights.

For anyone who doesn’t know much about logic gates (Wikipedia), it’s a great lesson in one of the fundamentals of circuitry. Using an old chessboard, eyelets, rings, weights, and string, [Alex] has designed a system that can show off all of the logic gates. This includes: NOT, BUFFER, NAND, AND, OR, NOR, XOR, XNOR. He’s also included a gallery of all his examples here.

The neat thing about this demonstration is it is shown in a way that anyone can understand, heck, it’s also something anyone can play with in order to learn! Stick around after the break and see for yourself.

Continue reading “Using Pulleys And Weights To Explain Binary Logic Gates”

Homemade Alarm System Doesn’t Lack Features

alarm system

To many of us, our garage (or workshop) is probably one of the most important parts of the house. If a burglar broke in, we’d likely be more worried about our tools! [Ron Czapala] decided he needed an alarm system in his garage to keep his stuff safe, so he decided to build one from scratch.

The system makes use of a Parallax 4×4 keypad membrane, a MCP23008 port expander, a Parallax Propeller, a LCD screen, and a few switches to represent future magnetic reed switches located in the door and window.

Using circular buffers, the propeller has several states for monitoring the garage.

  • Not armed — ignore all sensors
  • Armed — system will react to changes in the sensors
  • Exit delay — system has been armed, 45 second countdown has begun to allow you to exit the garage
  • Window trigger — if the window is opened, the alarm will go off immediately (siren and strobe light)
  • Door trigger — alarm will go off in 60 seconds if correct code has not been entered on the keypad

For a complete demonstration, check out the following video where [Ron] explains it all!

Continue reading “Homemade Alarm System Doesn’t Lack Features”

Kindle thermometer

Kindle Gets Downgraded To An Expensive Thermostat

E-readers are awesome, don’t get us wrong — but if you have an old one collecting dust, why not use it for something? [John] decided to hack his old Kindle  to act like a thermometer!

The Kindle’s Linux OS is re-purposed to use the Freescale CPU’s internal temperature sensor as a thermometer — since it’s not doing anything most the time, it should be relatively accurate of the ambient temperature.

Unlike some of [John’s] earlier hacks, this one is completely self-contained and reversible. In fact, it’s just a few scripts that check the temperature every minute and then display it in large digits on the screen. The buttons allow you to convert units or reverse boot to the original Kindle software. It can even graph the recent temperature! It makes for a very easy to read outdoor thermometer.

And not to waste all of its hardware features, [John] also set it up to act as a web server, sending the temperature data via port 8014.

You could also take it a step further and have a full weather station, in a nice wooden frame.

Sense & Spray Air Freshener Says Cheese

manual-release

What happens when you take a remote controlled tarantula, an automatic air freshener, some PVC tube and a mechanical trigger release for a camera? Well, it’s definitely a hack, that’s for sure — you get a remote camera shutter release!

[Michael] loves his Panasonic LX7, but unfortunately, it doesn’t have a trigger release! It does however except a hot shoe adapter to use with a manual release. All [Michael] had to do now was make it remote controlled.

If you’ve ever taken apart an automatic air freshener you know that they are a treasure trove of parts, ripe for the hacking. Specifically, they have a very nice linear actuator which can be used for all kinds of fun things. In this case, it works great for pressing the manual shutter release cable. The next step is controlling it. To do this, [Michael] found a cheap RC toy, a $10 stuffed tarantula oddly enough — By taking it apart he was able to make use of its controller to turn on the air freshener, effectively turning his contraption into a remote controlled shutter release.

Continue reading “Sense & Spray Air Freshener Says Cheese”

Mechanical Clock Relies On Marbles To Tick

As fun as micro-controllers and RTCs are, sometimes it’s truly fascinating to see a completely mechanical clock. Using only gravity this Pendulum Marble Clock (German version) by [Turnvater Janosch] runs for 12 hours at a time and has an accuracy error of less than one second per day!

It works by raising a 2.5kg weight which sinks approximately 1 meter during that 12 hours. A series of steel ball bearings count the minutes, 5 minute increments, and hours. Every minute one ball is released on the track — when the track fills up, trap doors open releasing the balls to the next level. The first level is minutes, the second, 5 minutes, and the third, hours.

The entire thing is made out of wood, plastic gears, brass and steel wire, and an old flat iron (although we’re really not too sure what that’s used for…)

Continue reading “Mechanical Clock Relies On Marbles To Tick”

Internet Controlled LED Necktie Lights Up The Party

MIDI Controlled Necktie

Wearable devices are all the rage in certain circles — looking for a project of his own, [Hector Urtubia] decided to give it a shot with this six-LED necktie.

It used to be pretty hard to make an Internet connected device without spending all your time and effort on making the Internet connection possible — until the Pinoccio came along. It’s a tiny Arduino compatible board which has wireless Internet connectivity built right in. It even comes with a rechargeable battery. If you have experience with Arduino programming, this little guy is a cinch to get running.

The tie itself makes use of six NeoPixels, which are chainable, addressable and current regulating RGB LEDs, which means the entire chain of LEDs only requires 1 digital pin-out on the Pinoccio! [Hector] has even written a library that will extend the Pinoccio’s scripting environment so that the pixels can interact directly from the web or API.

To demonstrate the tie, he decided to hook it up to his MIDI keyboard — enjoy:

Continue reading “Internet Controlled LED Necktie Lights Up The Party”