Pocketwatch Retrofit Takes Input From Accelerometer

A friend of [CNLohr’s] used the mechanism from an old pocket watch in an art piece, but left him with the enclosure. It’s an interesting looking object that feels great in your hand so he decided to fill it with his own electronics, thereby giving it a new life. He’s showing off an early version of the hardware in the video, but plans to send off another version of the board soon to add a few features.

You can see that the round PCB is small enough to fit in the space vacated by the original hardware. The ribbon cable is used to connect to the programmer and we think it’s also the power source for this demonstration. There’s a small Densitron display that’s reading out hex values from the accelerometer. Many of these mems chip (you can learn how they work from this post) include a hardware tap detector. This meant you can tap your finger on the device and the chip will signal an input to whatever chip is attached to it. That’s a great option for user input, and it’s what [CNLohr] chose as the select button here. He tilts the watch to one side, then taps to turn on the LED. That’s all for now, but we like the promise it shows and can’t wait for updates!

Continue reading “Pocketwatch Retrofit Takes Input From Accelerometer”

Building A 1980s Microcomputer With A Parallax Propeller

The folks over at Gadget Gangster put up an Instructable to build a retro 80s 8-bit microcomputer. Even though they’re using modern components, it still hearkens back to a time when 10 year olds learned 6502 assembly, PEEKing and POKEing was the best way to program, and using a mouse was a novelty.

The build uses a Parallax Propeller dev board to provide an amazing amount of horsepower for a simple microcontroller. After hooking the Propeller up to a TV via an RCA jack and adding an infrared keyboard, Gadget Gangster had a simple computer that can load programs off an SD card.

Because a microcomputer is useless if you can’t program it, Gadget Ganster ported BASIC  to the Propeller. With VGA and sound output, along with the ability to add a PS/2 keyboard and Wii controller, this modern take on a classic paradigm is more powerful than dozens of Commodore 64s.

As a small aside, we don’t see nearly enough builds using a Propeller. A parallel processing microcontroller having 10 times the computational ability of a low-end ARM processor is interesting to say the least; we’re honestly puzzled by the dearth of Propeller projects. If you’ve got a Propeller project, send it into the tip line.

555 Business Card

After checking out a few beautiful business cards while working at his engineering co-op, [Cody] realized he would soon need his own. Instead of a card with subtle off-white coloring, a tasteful thickness to it, and even a watermark, [Cody] decided to make a 555 timer business card.

[Cody] started his business card project by going through a few design iterations while figuring out what he wanted his business card to do. There were a few designs not chosen – one with a microcontroller, a few with just LEDs, and some with no circuitry at all. After checking out a few project from the EEV blog 555 contest, [Cody] decided to go with a simple 555 timer circuit.

Being a business card, [Cody] kept the circuit very simple; it’s just a 555, phototransistor, and a few SMD LEDs. When a 9 Volt battery is placed on the contact points of the card, the 555 lights up the LEDs. When a laser is shone on the phototransistor, the LEDs start blinking. A very neat and sufficiently interactive circuit that is perfect for keeping component costs down.

After the break you can check out [Cody]’s business card in action.

Continue reading “555 Business Card”

WISP Adds Wifi To The Internet Of Things

The guys over at embdSocial sent in a project they’ve been working on for a while. It’s a small wifi module for an Arduino or other microcontroller called Wisp. Unlike the many, many other wifi breakout boards we’ve seen, the Wisp has a truly incredible amount of potential. With an API that allows an Arduino to post to Twitter, sending text messages, and even has remote admin capabilities, the embedSocial team came up with something really cool.

We’ve seen our fair share of projects that use wifi, but the Wisp is amazingly clever as to how projects can be controlled. Each Wisp is administered through the Internet. Once a Wisp is registered to your online embdSocial account you can upload new code without ever physically connecting a microcontroller to your computer.

To demonstrate the remote administration capabilities of the Wisp, the embdSocial guys put an Arduino and Wisp inside an electrical junction box. With their setup, the guys have the simplest and smallest Internet connected power outlet we’ve ever seen.

After the break, you can see a demo of a Wisp opening a garage door and a remotely operated, web enabled airsoft turret. We’re loving that the turret sends video from the gun to any device on the Internet, and it’s impressive that [Chris] and [Art] whipped up both these projects in a single weekend. There’s also a Kickstarter for the Wisp, so here’s to hoping we can pick one of these up soon.

Continue reading “WISP Adds Wifi To The Internet Of Things”

KMODDL: A Mechanism Maker’s Dream Site.

Computers are relatively new still, but we’ve had mechanics for a very long time. KMODDL  keeps us from reinventing the wheel. It contains collections of mechanisms with descriptions, pictures, and even videos. We were working on a arbalest design not too long ago, and we were having trouble coming up with a clever ratchet design for one of the parts. We spent a few moments in KMODDL looking through the ratchet section of the Reuleaux collection, and  soon after we had the basic building blocks of our design. Sure there are books you could buy that do a similar thing, but KMODDL is completely free, very in depth, and easier to search. Plus, with a useful tool like this you might not even have to take apart all your appliances anymore to see how they work. My first sewing machine might have lived a longer life had I seen this first. Anyone know of more resources like this?

Android CNC Controller

[Matt] is the proud owner of a JGRO-based CNC router and he’s been working on a way to control it without a computer. What he came up with is a way to drive the CNC machine using this Android tablet.

A big part of the hack is the CNC controller that he’s using. The TinyG is a board that can take commands via USB and convert them to instructions for up to six axes. In the video after the break [Matt] shows off a direct USB connection as the control method. This is the most interesting part to us, but the system can also be run through the network with the assistance of a computer feeding commands to the TinyG. This second method means the Android controller would be wireless.

A trio of repositories host the code [Matt] is using. From the demo it looks like the Android app has no shortage of features.

Continue reading “Android CNC Controller”

Smartphone Controlled RGB Lamp

We keep seeing a lot of RGB lamps, but they’re also constantly increasing in size and complexity. Take this rendition, which uses a lot of RGB LEDs and has smartphone control (translated).

The lamp itself uses 31 RGB LEDs arranged in a sphere that organizes them into three vertical rings. They’re all ganged together (not individually addressable) with one transistor per color. An Arduino board is responsible for control, and the build includes a Bluetooth module for incoming commands.

As you can see above, the Android app driving the device is really quite good. In addition to sliders for color mixing there is a separate window with a color picker. [Remick] included options like favorite color combos, color scrolling, and a timer that will shut the lamp off. We couldn’t embed it here, but you’ll find some demo video at the link above.