Bread slicer turned tool sharpener

Sharpening Knives Using A Bread Slicer?

[Joekutz] wrote in to tell us about his very interesting creation — a knife whetting machine, built from an automated bread slicer. Confused? So were we when we read the subject line!

Tired of sharpening knives by hand, [Joe] wanted to speed up the process. He recently saw our post on making a tool sharpening turntable out of a bread maker and figured, why not make one out of a bread slicer? We have no idea how you guys came up with these — finally some real hacks!

First he took apart the bread slicer and salvaged the motor, gears, and some of the electronics. He created an enclosure for it out of some laminate wood he had laying about and created a bearing axle for the disc from an old VCR. To control the speed he’s using a plain old light switch dimmer; not the most efficient but does the trick!

It uses sanding discs you can buy from any hardware store, and as you can see in the following video — it works pretty good according to the paper cutting test!

Continue reading “Sharpening Knives Using A Bread Slicer?”

We Have A Problem: Shower Feedback Loop

Hackaday, we have a problem. Clean water is precious and we want to come up with some ideas to help conserve it. Today’s topic is water wasted while showering. Let’s kick around some ideas and prompt some new builds for The Hackaday Prize.

We’ve all done it; your mind wanders and before you know it you’ve been standing in the shower for far too long. How much water have you wasted? Who know’s, there’s no feedback loop in the shower. But we think adding a little bit of feedback is a fantastic avenue to help combat wasteful habits.

Color Changing Showerheads

shower-feedback-color-idea

What if the showerhead changed colors based on how much water had flowed through it? We’ve already seen consumer showerheads that have the LEDs inside of them, and flow meters are readily available. Start your shower off in the green, as you lather up the suds it moves through blue, purple, orange, red, and finally to flashing red. It doesn’t have to be annoying, but just enough to help quantify how much is pouring down the drain.

Shower Beats

We were big fans of the game SSX Tricky back in the day. The better you were at tricks, the better the music was. If you crashed hard, you’d be listening to nothing more than hi-hat and subdued bass. Apply this to shower time. What if that flow meter you installed on your shower head was connected to a shower radio? Start it off with the best music in the world and progress to the lamest as you run the reservoir dry (ymmv on these selections of course).

Now You Try

If you shave off 5 seconds from your shower it will have a tiny impact in your household. But imagine the aggregate of every household in the world doing so.

This is part of what the 2015 Hackaday Prize is all about. Get the idea machine rolling. Tell us your riff on the shower feedback loop in the comments below. Put up a new project on Hackaday.io, write down an idea, and tag it “2015HackadayPrize”. We’re on the lookout for the best seed ideas and will be giving away shirts and stickers to the ones that show real promise. We’ll be featuring some of these in future installments of “Hackaday, We Have Problem” and if we choose yours it’ll land you with some swag of your own.


The 2015 Hackaday Prize is sponsored by:

Adding Recycling Codes To 3D Prints

Every little plastic bauble you interact with has some sort of recycling code on it somewhere. Now that we’re producing plastic 3D printed parts at home, it would be a good idea to agree on how to recycle all those parts, and [Joshua Pearce]’s lab at Michigan Tech has the answer; since we’re printing these objects, we can just print the recycling code right in the object.

The US system of plastic recycling codes is particularly ill-suited for identifying what kind of plastic the object in question is made of; there are only seven codes, while China’s system of plastic identification uses 140 identification codes. This system for labeling 3D printed parts borrows heavily from the Chinese system, assigning ABS as ‘9’, PLA as ’92’, and HIPS as ‘108’.

With agreed upon recycling codes, the only thing left to do is to label every print with the correct recycling code. That’s an easy task with a few OpenSCAD scripts – the paper shows off a wrench made out of HIPS labeled with the correct code, and an ABS drill bit handle sporting a number nine. 3D printing opens up a few interesting manufacturing techniques, and the research team shows this off with a PLA vase with a recycle code lithophane embedded in the first few layers.

Crazy Whirlwind Pre-Hackaday Prize Launch Tour

The Hackaday Prize was about to launch but the date wasn’t public yet. I decided to do a pre-launch tour to visit a few places and to drop in on some of the Hackaday Prize Judges. It started in Chicagoland, looped through San Francisco for a hardware meetup and Hardware Con, then finished with visits to [Ben Krasnow’s] workshop, [Elecia White’s] studio, and the Evil Mad Scientist Laboratories.

The Prize is now running and it’s time for you to enter. Look at some of the awesome hacking going on at the places I visited and then submit your own idea to get your entry started. Join me after the break for all the details of the adventure.

Continue reading “Crazy Whirlwind Pre-Hackaday Prize Launch Tour”

How To Directly Program An Inexpensive ESP8266 WiFi Module

The ESP8266 is the answer to “I want something with Wifi.” Surprisingly, there are a number of engineers and hobbyists who have not heard of this chip or have heard of it but don’t really understand what it is. It’s basically the answer to everything IoT to so many engineering problems that have plagued the hobbyist and commercial world alike.

The chip is a processor with integrated RAM, some ROM, and a WiFi radio, and the only external components you will need are 4 capacitors, a crystal and an external flash! It’s CHEAP, like $4/ea cheap! Or $5 if you want it on a nice, convenient carrier board that includes all these components. The power consumption is reasonable (~200mA)1, the range is insane ~300m2 without directional equipment, and a PCB trace antenna and ~4km if you want to be ridiculous.

One place thing that more people need to know about is how to program directly for this chip. Too many times projects use it as a crutch via the AT commands. Read on and find out how to hello world with just this chip.

Continue reading “How To Directly Program An Inexpensive ESP8266 WiFi Module”

An Experiment In Shift Registers And Multiplexed LEDs

[Kratz] is working on a WiFi controlled scoreboard, but before building the full-scale version, he thought it would be wise to test out the multiplexing technique for the display. The experiment worked, but unless this scoreboard is for a foosball table, he still has a lot of work ahead of him.

The design of this prototype display is pretty simple, with just two ‘595 shift registers feeding bits to the display. Sixteen NPN transistors are being used to sink and source current to the display. It’s a relatively simple circuit, allowing [Kratz] to fit nine seven-segment displays on a small board with only six wires – ground, two V+ for the logic and LEDs, clock, data, and latch – going to the microcontroller.

There were a few snags in the design; the data is clocked in on a rising edge, but an extra falling edge was required before latching. [Kratz] can’t figure out the reason for this, and it might just be a timing issue.

Lathe Tach

Excuse Me, Sir. Do You Know How Fast Your Lathe Was Traveling Back There?

When machining metal, it is important to know how fast the cutting tool is traveling in relation to the surface of the part being machined. This amount is called the ‘Surface Speed’. There are Surface Speed standards for cutting different types of materials and it is good practice to stick with those standards in order to end up with a good surface finish as well as maximizing tool life. On a lathe, for example, having a known target Surface Speed in mind as well as a part finish diameter, it is possible to calculate the necessary spindle speed.

Hobbyist [Paul] wanted a method of measuring his lathe’s spindle speed. Since spindle speed is measured in RPM, it made complete sense to install a tachometer. After browsing eBay for a bit he found one for about $20. His purchase came with the numeric LED display, a mounting bezel and the all important hall effect sensor. The Hall effect sensor measures changes in a magnetic field and in turn varies its output voltage. [Paul] fabbed up an aluminum bracket that supports the sensor just off of the rear of the lathe spindle. A magnet was then glued to the outside diameter of the spindle below the sensor. The once per revolution signal is generated every time the magnet passes the sensor while the lathe is running. The display was mounted to the lathe near eye height by means of another aluminum bracket and case.

After a little work, [Paul] can now keep a close eye on his spindle speed with a quick glance over at his new tachometer display while he’s turning those perfect parts! If this project tickles your fancy, you may want to check out this fantastic DIY tachometer or this one that uses a soundcard.