Physical Email Box — Mail Flag And All

We gave you a side view because we really like the red new-mail flag. Sure it works the opposite of how USPS boxes do (where the flag tells the letter carrier there is outgoing mail to be picked up) but it’s still a fun touch. What you can’t see here is that this physical email box has a character LCD screen to read your messages and a set of buttons on the top to send back replies.

[Eraclitux’s] project puts an Arduino, LCD, a few buttons, and a servo motor inside of a metal project box. It connects to his computer and takes commands over the USB cable. The Python script is where most of the magic happens. This is a good reference project if you’re interested in using POP and SMTP packages to interface your Python scripts with an email server. You’re pretty limited on responses, with preprogrammed messages to reply “Yes”, “No”, or “Read”. But it’s journey that matters, not the destination.

Continue reading “Physical Email Box — Mail Flag And All”

New IOIO In The Works

There’s a new version of the IOIO on the way and we think you’re going to like the goals this redesign aims to achieve. If you’re not familiar, the IOIO is an Android accessory board. It connects to the phone via USB and is aimed at making it easier to build your own hardware peripherals for the handhelds. Just look around here for a while and you’ll find a bunch of projects that are built around this board (for instance: adding MIDI control to your phone).

With [Ytai’s] announcement that the second generation IOIO is in the works he touches on price and functionality improvements. Certainly the $50 cost of the original board is pretty low, but if you’re just planning on hacking for giggles it’s a roadblock. Although no number has been quoted, the plan is to make the new rendition more affordable. As for functionality, the next generation will be a USB On-the-Go device. This means it can be a master when connected to the phone, or a slave when plugged into a computer. There are also a smattering of electrical design improvements.

WebKit On Chumby Lets Developers Avoid Flash

[Huan Truong] was looking for an Internet interface for one of his projects. In this case it’s a temperature logger, but it could be just about anything. He decided to give the Chumby a try, but was turned off by its use of Flash as the app framework. He decided to open up more options by running WebKit via his custom Chumby’s firmware.

In the video after the break he shows the boot sequence and demonstrates his first app. The device runs through a screen calibration as it powers on. When the app comes up it looks and responds much more like an Android or iPhone app than the Chumby interfaces we’re accustomed to. This technique gives you pretty wide range of app development languages. That’s because all the Chumby really cares about is the index.cgi file that serves as the interface. Development and debugging can be done on a desktop (not that it couldn’t before but Flash development under Linux was always a pain).

It looks like this idea isn’t new, but we don’t recall seeing any other projects that used WebKit as an alternative Chumby interface.

Continue reading “WebKit On Chumby Lets Developers Avoid Flash”

Climbing Robot Glues It’s Own Feet To The Wall

The problem of gripping all surfaces has always plagued the field of climbing robotics. But if you don’t care about damaging the wall, why not just let the robot glue its feet to the surface. That’s exactly how this robot does it, using a couple of climbing feet in conjunction with a hot melt glue gun wielding arm. It seems to be a predecessor of the hot glue 3D printing robot which we saw last week.

Check out the video to get a full overview of the climbing process, but here’s the gist of it. The legs and arm are able to pivot around the central axis of the robot, parallel to the climbing surface. Once one leg is glued in place the robot swivels around it so that the body is directly above that leg. From there it reaches up with the arm to deposit some glue on the wall, then moves it out of the way so the other foot can be pressed against the hot adhesive. When the newly attached foot has cooled sufficiently, the lower foot is reheated to free it from the wall. At this point the whole process repeats.

We’re still fond of vacuum-based climbers like this parachute-equipped robot. But the design of the hot-glue arm on this guy is something that might make it into one of our own projects someday.

Continue reading “Climbing Robot Glues It’s Own Feet To The Wall”

A Sample Player You Can Slip In Your Pocket

This portable sample player packs quite a punch. [Lee] wanted a nice portable way to take his samples with him, but refused to water-down the features just because it is portable. He set of goal of playing between 3-8 simultaneous notes from a large assortment of stored samples.

Sample space was the first design consideration, and it’s hard to beat the price per megabyte of an SD card. After some calculations he concluded that it is possible to pull these samples off the card quickly enough to achieve his simultaneous note goal at CD quality frequencies, but only if there is little or no latency when reading from the card. This means [Lee] needed a fast processor so he chose the LPC1769 which is an ARM Cortex-M3 processor which can run at 120 MHz.

The project box includes room for a volume knob to control the output from the in-build headphone amplifier. There’s also a rotary encoder for selecting sample sets. But we’re a bit confused on this part as the device is MIDI controlled. [Lee] is the creator of the electronic Moolodeon, which itself has MIDI out and will be used as a controller for this project.

Building Your Own Eye In The Sky

His goal of one post a week for a year has past, but [Dino] keeps bringing his skills to bear on new projects. This time around he’s adding a wireless camera to an RC helicopter.

These radio controlled fliers (there are cheap ones that use IR control which is much less reliable) can be found for around $30-60. [Dino] already had a wireless camera to use, but adding it and a 9V battery is just too much weight to lift. After some testing he established that 2oz of payload is the upper limit. He began removing parts from the helicopter to achieve enough savings to lift both the camera and its battery. Along the way he discovered that removing the weights from the fly bar added a lot of maneuverability at the cost of a small stability loss.

Check out his project video embedded after the break. It’s not anywhere near the results of professional multi-rotor camera mounts, but it is cheap and fun!

Continue reading “Building Your Own Eye In The Sky”

On-the-go Tool Wallet

Whether you’re off to the local Hackerspace, or headed to a friend’s house to lend a hand with the latest project it’s nice to have your favorite tools in a handy package. [Mário Saleiro] decided to take the concept one step further than a toolbox by making his own zipper wallet with cutouts for his favorite tools.

The enclosure is a CD wallet, but who carries those plastic discs around with them anymore? After removing the CD sleeves [Mário] positioned his tools — in this case a pen, angle cutters, and pliers — on one side of the case to make a template. The tracings were then used to cut out pieces from an exercise carpet (we think this is like a rubber yoga mat). The square was glued to the side of the wallet, and some elastic band was sewn in to hold them in place. On the other side is a small components bin, and a little box to hold a tiny multimeter.

[Thanks Nuno]