Building A Network Controllable RGB LED Lamp From An Old Scanner

EthernetLamp

Being able to use one of your old projects to make a new one better can be quite satisfying. [Steve] from Hackshed did just this: he integrated an Arduino based webserver into a new network controllable RGB lamp.

What makes this lamp unique is that the RGB LED bar comes from an old Epson scanner. Recycling leftover parts from old projects or derelict electronics is truly the hacker way. After determining the pinout and correct voltage to run the LEDs at, the fun began. With the LED bar working correctly, the next step was to integrate an Arduino based webserver. Using an SD card to host the website and an Ethernet Arduino shield, the LEDs become network controllable. Without missing a beat, [Steve] integrated a Javascript based color picker that supports multiple web browsers. This allows the interface to look quite professional. Be sure to watch the lamp in action after the break!

The overall result is an amazing color changing lamp that works perfectly. All that is left to do is create a case for it, or integrate it into an existing lamp. This is a great way to use an LED strip that would have otherwise gone to waste. If you can’t find a scanner with a color wand like this one, you can always start with an RGB strip.

Continue reading “Building A Network Controllable RGB LED Lamp From An Old Scanner”

Hacking A Flatbed Scanner To Scan Very Large Documents

lds

When you need to scan really large documents, camera setups can get pretty expensive. There are professionals that do it, but they are fairly pricey too. What if you need to do it on the cheap? A flatbed scanner would be perfect, but the lip on the edge of most flatbed scanners keeps the document from touching the platen properly. [Matthew] decided to hack his Canon LiDE 90 scanner to use it in a face-down format. By removing the top of the case, and making a couple extra tweaks, the scanner can now lay flat and simply be moved in a grid.

Once you have the images, you’ll need a way to stitch them together. [Matthew] points to this tutorial, but he awesomely decided to write a little Python script to make it all happen automatically. We imagine that script might be useful for more than just this project.

We’ve seen some other scanners recently, but this one is probably the easiest for the majority of hobbyists to achieve with parts on hand.

Scratch-built Gigapixel Scanner

scratch-built-gigapixel-scanner

The presence of a camera in this image may be a bit confusing since we’re calling it a scanner. What’s actually going on is that macro-images this piece of art are being captured automatically. The multiple shots will later be assembled into one fascinatingly high-resolution image. The CNC scanner rig is [Charlie Romer’s] summer project.

Unfortunately [Charlie] hasn’t yet collected all the information on the project into one place. After the break you’ll find more images, as well as a few demo videos. The best place to start is probably his proof-of-concept from this Spring. He shows a single-axis CNC mount for the camera. It takes an entire row of images. The assembled photo from that test is shown below. We believe the faint yellow dots in the macro part of the example are fingerprints purposefully left by the printer called printer stenography to help prevent forgery.

The larger rig uses movement on two axes. The idea is that the artwork will be perfectly positioned so that manual focus set at one point will work along all points in the capture routine. He’s using a lamp for a light source but we’re sure he will upgrade so something like a ring light as the project continues.

Continue reading “Scratch-built Gigapixel Scanner”

3D Scanner With Remarkable Resolution

Modeling simple objects in 3D can take some time. Modeling complex items… well you can get your college degree in that sort of thing. This method side-steps the artistic skill necessary to make the real virtual by using a laser and camera to map a three-dimensional object.

[Alessandro Grossi] is breaking the rules by using a 100mW laser for the project. He thinks that the Italian government prohibits anything over 5mW, but also mentions that the lens used to turn the laser dot into a vertical line drops the power dramatically. The beefy diode does still pay off, providing an incredibly intense line of light on the subject being mapped. The high-end DSLR camera mounted on the same arm as the laser captures a detailed image, which can be processed to dump everything other than the laser line itself. Because the two are mounted on different axes, the image provides plenty of perspective.  That translates to the 3D coordinates used in the captured model shown in the inlaid image.

We’ve seen 3D scanners that move the subject; they usually rotate it to map every side. This method only captures one side, but the stepper motor moves in such small increments that the final resolution is astounding. See for yourself in the video after the break.

Continue reading “3D Scanner With Remarkable Resolution”

Everything You Need To Know To Make A Laser Engraver From Scrap

make-a-laser-engraver-from-scrap

Check out the Einstein head which [Sebastian Müller] etched on the cover of his calculator using a laser engraver he made from scratch. We think he did a great job with the build, but we’re even more impressed with the work he put into sharing the techniques he used to salvage and repurpose all the components. It’s a perfect resource that should be pretty easy to adapt to different model/manufacturer source hardware.

He used an old scanner and an old printer for the bulk of the parts. These both originally included stepper-motor actuated gantries, which pull together to form the x and y axes in his Frankenstein Laser Engraver. As the parts came together he started in on the control electronics which include a couple of EasyDriver stepper motor boards and an Arduino.

At this point he took the machine for a test-run, attaching a marker to the carriage to use it as a pen plotter. After putting in a solid performance at this [Sebastian] moved on to adding in the laser diode. He covers how to drive the diode, as well as focal point alignment in great detail. It seems like his webpage post has the same content as the Instructable linked above but we wanted to leave the link just in case.

Scratch-built 3D Printer Shows Rock-solid Performance

scratch-built-3d-printer

These days it’s super-easy (not super-cheap) to go out and buy a 3D printer. But if you’ve got the mad skills like [Mario Lukas] maybe you can build a 3D print using a bunch of scavenged parts (translated). He’s published six posts on the build, and put together an overview video which you can watch after the break.

A pile of salvaged parts were found in a scanner and four different printers. He’s also powering the thing with an old PC PSU. The hot bed and extruder are brand new, which is a wise investment. We’re not sure about the threaded rod and bearings but we’d bet those are new as well. When it came time to work on the electronics he chose an Arduino board as the go-between for the printer and computer. It uses four stepper motor driver boards to drive the axes. Connections can be a bit complicated and he actually ‘smoked’ one of the boards during the development phase.

One of the mechanical build posts shows a belt routed in a T-shape. We wonder if it’s function is similar to what this H-bot style printer uses?

Continue reading “Scratch-built 3D Printer Shows Rock-solid Performance”

SDR As A Police And Fire Radio Scanner

If you’ve lost interest in that DVB dongle you bought to give software defined radio a try you should bust it back out. [Harrison Sand] just finished a guide on how to use SDR to listen in on Police and Fire radio bands.

The project, which results in the crystal clear audio reception heard after the break, uses a whole lists of packages on a Windows box to access the emergency bands. SDRSharp, which has been popular with other DVB dongle hacks, handles the hardware work. In this case the dongle is a Newsky TV28T v2 module that he picked up for a few bucks. He’s also using some support programs including the Digital Speech Decoder which turns the data into audio.

We wonder how many areas this will work for. It was our understanding that law enforcement was moving to encrypted communications systems. But all we really know about it is that you can jam the system with a children’s toy.

Continue reading “SDR As A Police And Fire Radio Scanner”