posted Mar 30th 2011 10:01am by
Mike Szczys
filed under:
cellphones hacks

[GuySoft] threw together a cellphone-based SMS gateway that allows him to push text messages to Twitter. Once up and running, it can be used by multiple people, either with shared or individual Twitter accounts. At its core, this setup uses the cellphone as a tethered modem on a Linux box. The open source software package, Gammu SMSD, provides hardware hooks for phones running in modem mode. The package is already in the Ubuntu repositories but it runs cross-platform and can be downloaded from the project site. This gave [GuySoft] the ability to script a framework that checks for received SMS messages, compares the incoming phone number for a match on a saved list, then pushes the message from a confirmed number to Twitter via their API.
A web interface is used to register new numbers and associate them with Twitter accounts. On the back-end, [GuySoft's] own Python script handles the translation of the message. You can download all of the code, and get more insight on setup from the readme file, over at the GitHub repository.
posted Mar 30th 2011 8:59am by
Mike Szczys
filed under:
led hacks

[Paul] wrote in to tell us about this LED driver board he’s been working on with a few friends. The collaborators had been unhappy with the Lumens per Watt ratings (or lack of a rating) on low powered LEDs and set out to find a better solution. They picked up the beefy ASMT-MT00 which houses all three diodes in one package, with all the pins on one side of the surface mount package, a heat dissipating tab on the other side, and pushed 30 Lumens per Watt. With that in hand they set out to design a host board for the blindingly bright light.
The board includes a heat sink on the underside. To drive the LEDs [Paul] sourced an LM3407 constant current driver. The manufacture recommends using one of these chips for each of the colors in the LED package. [Paul] built a circuit that allows him to route power around each LED, making the system work with just one low-side driver. From there, an ATtiny2313 provides addressable control via the RS485 protocol. Screw terminals on either end of the PCB allow this to be chained along with other modules, and they’ve already worked out a basic PureData program that will be able to address multiple boards once they finish manufacturing them.
posted Mar 30th 2011 7:57am by
Mike Szczys
filed under:
digital audio hacks

Here’s something we haven’t run across before. We’re familiar with proprietary battery shapes (we’re looking at you, digital camera manufacturers), or custom recharge connections (look of death directed toward cellphone manufacturers), but using electrical tricks to force AAA brand loyalty is a new one. It seems that’s exactly what is happening with [OiD's] wireless headphones which were manufactured by Phillips.
The headphones take AAA sized batteries and can use either disposable or rechargeable varieties. There is a warning label advising that only Phillips brand rechargeables should be used, and sure enough, if you try a different brand the performance suffers both in charging time and in battery life. The original batteries are labelled as Nickel Metal Hydride at 1.2V and 550 mAh, which falls within common specs. But [OiD] noticed that there is an extra conductor in the battery compartment that makes contact with the sides of the battery case. Further inspection reveals that a reverse-biased diode makes contact through this conductor with a portion of the battery which has not been painted. This is not true with other brands, allowing the circuit to distinguish between OEM and replacements.
[OiD] shorted out that connection and immediately saw a performance boost from his replacement batteries. It’s hard to know exactly what’s going on here without a full schematic for the circuit, but we’d love to hear your speculation on this setup in the comments. Is this a low tech version of the identity chips that camera batteries sometimes hide?
posted Mar 30th 2011 6:06am by
Kevin Dady
filed under:
home hacks

Wanting to replace a power hungry halogen lamp in the living room, [Jason Dorie] went out to design a Remote Controlled, Dimmable Led Lamp (pictures). The body of the lamp is a pretty interesting idea, sporting a couple waste baskets with a translucent HDPE skin as the lampshade and a PVC column for structure.
The column is wrapped in a spiral of 16 foot long led strips , and are wired so they can be controlled in groups. Light output is (estimated) at about the same as a 100-150 watt incandescent while only consuming 24 watts.
The lamp is controlled via a universal remote and features a TLC5940 driven by a Propeller, all sitting on a CNC machined PCB. With that much horsepower under a lamp you can expect that it will not just simply dim in and out, so join us after the break for a video to see how to turn on a lamp with style.
Read the rest of this entry »
posted Mar 30th 2011 5:03am by
Kevin Dady
filed under:
nintendo hacks

The Nintendo Entertainment System is by far the most popular 8 bit post crash video game system. Therefore, the NES gets all sorts of mods and hacks done with it, but there is not a whole bunch of noise for its bigger badder 16 bit brother the Super Nintendo. Have no fear though [Vigo the Carpathian] (I did not know it was the season of evil!) helps to correct that in his first Instructable, turning a SNES into an all in one classic video game player.
Using the shell of a Super Nintendo the bottom half includes ZOTAC IONITX-C-U mini ITX motherboard, and a dual SNES controller port to USB that fits in the original openings to use the real deal controllers. A USB port is also mounted for some wireless dual shock action.
On the top half, the eject button, and cartridge slot flaps have been removed and speaker grill cloth was added to provide venting. Near the back of the unit, SD-card to SATA adapter provides storage, which we think is a good idea for cheap SSD storage. Micro switches are also rigged up so that the original power and reset buttons control the same computer functions.
Clean looks, small form factor, join us after the break for a quick video.
Read the rest of this entry »
posted Mar 30th 2011 4:03am by
Mike Szczys
filed under:
robots hacks

This really gives a lifelike look to the eye in the sky. In case you were worried that every part of your life wasn’t being recorded by a surveillance camera, the Festo Bionic Learning Network has come up with a drone that will be hard to discern from the wildlife.
Watch the video after the break. We’re not 100% certain that it’s not fake, but it looks real enough (the mark of a truly amazing design). You’ll see the robo-bird flapping away both from a fixed point on the ground, and from a camera view behind the head of the device. It propels itself both by flapping and rotating the wings and is capable of taking off, flying, and landing autonomously.
It’s bigger than the hummingbird drone that was developed for DARPA, but we think that it sticks out less when caught at a glance. No word on the intended use for the device, but we’re sure that some of you are enjoying the nostalgia of the mechanical owl from Clash of the Titans, and that’s why we want one.
Read the rest of this entry »
posted Mar 29th 2011 3:45pm by
Mike Nathan
filed under:
arduino hacks,
wireless hacks

In Colorado, amateur luge competitions are serious business.
Every winter, [Ryan's] friends dig a long luge track through the many feet of snow that occupies their yard, and have competitive sled races to see who can make it down the giant hill in the least time. They call it the Mario Cup, after one of the participants, not the Nintendo mascot, and they were in desperate need of some timing equipment.
You see, the luge track is several hundred feet long, and they decided that a human armed with a stopwatch is not a good enough means of picking a conclusive winner. A set of three Arduino sensors packed inside plastic food containers were used along with light sensors to track when the luger passed the start, midpoint, and finish lines of the race. XBee radios then transmitted the timing data back to the base station for recording.
The system worked quite well according to the participants, and they look forward to using the system again in the future. Of course, improvements have been planned, including dual timers at each checkpoint to gauge the luger’s speed, as well as a Christmas-tree starting signal like you see at drag races.
Continue reading to see a video below of the luger’s in action, as well as the timer system undergoing some tests.
[via Make]
Read the rest of this entry »
posted Mar 29th 2011 3:00pm by
Mike Szczys
filed under:
android hacks,
Microcontrollers

Here’s a new way to connect an Android phone and a Propeller microcontroller. It’s called the PropBridge and uses a very simple circuit with a voltage regulator, a couple of transistors, and a few resistors. The trick to this method lies in creative use of software features that already exist on Android hardware, the Android Debug Bridge (ADB). The ADB was added with development in mind, but since it provides low-level control of certain parts of these devices it was just waiting to be incorporated into a hack.
The Propeller itself uses firmware to make Android think it is one of two different externally connected hardware devices. It can act like a PC running the ADB client or it can mimic a TCP connection. There’s still plenty of room on the uC to add your own firmware, and the majority of the I/O pins are unneeded for the basic connection. Check out the video after the break for a quick overview of the system.
If you need a little help with Android programming before you’re able to use this in your own projects, check out our Android development series.
Read the rest of this entry »