Tales from the Hackaday "tip line"

surprisingly accurate portrayal of Caleb

Lets just start right off and acknowledge that the word “Hack” is in our site name. We all see it. It is right there, in plain English. However, anyone who spends more than a few nanoseconds looking down below that big name, will quickly see that the kind of hacking we do is more like McGyver and less like Operation Swordfish.

This exceedingly obvious point is missed by many, many people. We get tons of requests coming in for various acts of hackery. They range from nonsense gibberish to flagrant lies. Yeah, sure you forgot your password and the recovery system isn’t working. Oh they stole your website but you can’t prove that you’re the owner? Hrm, you want to be a master hacker and are seeking our guidance on how to steal money?

Join me after the break for a few actual examples.

[Read more…]

CNC conversions with [Bob]

[Bob Berg] emailed in to request that we take a look at his website. We did, and we liked what we saw! [Bob] has done a couple CNC mill conversions and documented the process quite thoroughly.

The first one listed on his site is a Sieg x-3, seen above. [Bob] explains that the first thing he did when he received it was tore it apart and  cleaned it meticulously. We’re not sure if [Bob] was being insanely neat, or if he bought a used dirty unit. Either way, you can’t argue that a nice clean machine is the way to start. After a short while using it the way it was, he added a digital read out for a little more accuracy. From there, he went for a fully motorized conversion.

Keep looking around his site. There is another full build (a lather master RF45) as well as some miscellaneous other projects that are quite interesting.

Hackaday Links: April 7, 2012

Need some gears? Got a timing belt?

[filespace] sent in a neat build he stumbled upon: making gears with plywood and a timing belt. Just cut out a plywood disk and glue on a section of timing belt. There’s some math involved in getting all the teeth evenly placed around the perimeter, but nothing too bad. Also useful for wheels, we think.

We’re on a chess kick now.

Huge chess sets are cool, right up until you try to figure out where to store the pieces when they’re not being used. [Jayefuu] came up with a neat solution to this problem. His pieces are cut out of coroplast (that corrugated plastic stuff political campaign signs are made of), making it relatively inexpensive and just as fun as normal giant chess pieces on a tile floor.

<INSERT MARGINALLY RELEVANT PORTAL QUOTE HERE>

[Randy]’s son is in the cub scouts. Being the awesome father he is, [Randy] helped out with this year’s pinewood derby build. It’s a car shaped like a portal gun with the obligatory color-changing LED. The car won the ‘Can’t get more awesome’ award, but wheel misalignment kicked it out of the competition during qualifying rounds. Sad, that. Still awesome, though.

These people are giving you tools for free

Caltech professor [Yaser Abu-Mostafa] is teaching a Machine Learning class this semester. You can take this class as well, even if the second lecture started last Thursday.

Turning an Arduino into a speech synthesizer

[AlanFromJapan] sent in this product page for an Arduino-powered speech synthesizer. We’re probably looking at a relabeled ATmega328 with custom firmware here; to use it, you replace the micro in your Arduino Uno with this chip. The chip goes for about $10 USD here, so we’ll give it a week until someone has this proprietary firmware up on the Internet. There are English morphemes that aren’t in Japanese, so you can’t just ‘type in English’ and have it work. Here’s a video.

Six things in this links post. We’re feeling generous.

What would you build if you had a laser cutter? [Doug Miller] made a real, working fishing reel. No build log or files, but here’s a nice picture.

GSM modem means wireless serial connections

By now, most of us have seen have seen one of those GSM to wi-fi hotspot bridges. They’re interesting devices, and being able to carry a small wireless router with you at all times is very handy. Surprisingly, we haven’t seen many builds featuring these portable wireless hotspots, something probably due to the effort in breaking out a serial connection on these devices. The people at Open Electronics decided to build their own small serial-enabled cell phone modem, a boon to someone wanting a serial connection to any place with a cell tower.

The Open Electronics GSM/GPRS/GPS modem includes a header for an FTDI USB serial chip and a GSM module. Plug one into your computer and after a few short commands into a terminal, you’ve got a serial connection to nearly anywhere in the world.

The cost of the setup is a little high – around 80€ or $100 USD – and you probably should buy more than one so you can also receive data. While it is more expensive than the XBee wireless boards we see often, this GSM modem isn’t limited to the 300 foot range of the XBee. We’ll probably see this in a high altitude balloon before too long.

Displaying bubbles in mineral oil

After he saw a ‘falling water display,’ [Matt] figured he could turn that idea on its head. He built a display that uses bubbles for pixels. Even though the build isn’t complete, we love the results so far.

[Matt] began his build constructing a tall, thin water tank out of acrylic. Eight solenoids were mounted in the base of the tank, attached to an aquarium air supply, plastic tubing, and one way valves. The first run of the bubble display didn’t go too well, but after adding dividers between each column the display started working.

With the dividers, [Matt] no longer had to worry about bubbles colliding or moving any direction but up. The bubbles weren’t moving consistently, so he replaced the water with mineral oil. Oil made a huge improvement, but the bubbles still float up at different speeds. [Matt] ascribes this to the unregulated air supply, but we’re thinking this problem could be mitigated with glycerine like the previous bubble display we saw.

It may still have some problems, but we love the result. Check out the video of bubbles in mineral oil after the break.

[Read more…]

A simple project to get you started with the Android ADK

simple-adk-exercise

If you just got your hands on a shiny new Android phone and are looking for a fun project to try out, you might want to check out this simple Arduino exercise that [Mike Mitchel] put together. Everyone needs a starting off point for hacking, and [Mike] thought that combining and Arduino and Android handset together for the purpose of temperature sensing and light metering would be a great place to begin.

The prerequisites for this project are a bit beyond a simple breadboard and a few ICs, requiring an $80 Android ADK board to go along with your phone and Arduino. If your focus is going to be on interfacing your phone with microcontrollers however, it’s purchase you’ll make sooner than later anyhow.

The setup is pretty simple as you might expect. A photocell and TMP36 temperature sensor are connected to the Arduino, then with a bit of code and USB host magic, the Android app shows the temp and amount ambient light present in the room.

[Mike] has made all of his easy to read and well commented code available online, so be sure to check it out if you have been thinking about (but putting off) playing around with the Android ADK.