8-bit Binary Calculator

binary_calculator

Don’t feel like shelling out $5 for a fancy factory made calculator that won’t even do binary math? [Jeff] decided to prove his mastery of gates and his disdain for base 10 by building a binary calculator using XOR, AND, and OR chips. Calculations can be input in two ways: through digital logic headers or by three banks of DIP switches used to enter the operator and the two operands. Although limited to addition and subtraction, this is a great way to make sure you really understand digital logic. Take a look at the rough design schematics in his album. The design is modular so if you have one of each gate and a few LEDs sitting around you can give this a whirl.

The Blind Juggler

[vimeo = http://vimeo.com/1621390]

The Blind Juggler is a robot that juggles or bounces balls in a controlled manner without any sensory input. It is basically just a linear actuator with a paddle on the end to smack the ball back into the air as it returns to the ground. The crazy thing is, it is doing this based purely on pre programmed math. There are no sensors telling it to make any adjustments. While we could envision this functioning, we would never have expected it to be as stable as it is. You can see in the video above that they can actually move the entire robot around while maintaining the bounce. Also check out the pendulum version, instead of just actuating vertically, it is mounted as a pendulum allowing the ball to travel back and forth in an arc.

[via BotJunkie]

Router/Twitter/Arduino Clock

ledclock

[Kyle] decided to build the above LED clock for his church. Though it may look impressive enough, it is also hiding loads of features. [Kyle] wanted to make the clock as easy to control as possible, so rather than use buttons or dials to control what is being displayed, he used Twitter. The clock is connected to the internet through a Linksys WRT54GL. The router was hacked so not only does it supply the connection to Twitter, it also parses all of the replies the clock’s feed gets. The clock responds to commands to turn it on or off, run a countdown before service, display the number of viewers on the church’s live stream, and display a sequence of numbers. The time never needs to be set, as it is synched from the internet. The circuit for actually driving the display is based off a PIC, but it was changed to run off an Arduino.

DIY Lincoln Welder Conversion

[youtube=http://www.youtube.com/watch?v=yabesdeGKJo]

[Fritz] built this 600 joule capacitive discharge spot welder in a case scavenged from a Lincoln plasma cutter. All of the circuitry was designed by [Fritz] and the schematics are available on his website. He has a few other welding related project also documented on his site that are worth checking out. While this isn’t the first homemade spot welder we have seen, it is definitely the first one with a case mod. If you are not up to the challenge of building one quite as complex as [Fritz]’s example, a microwave can be used as the donor appliance in simpler designs.

Zune HD Teardown

dfkaj

Our friends over at ifixit are at it again, how they get these devices so early before release and make a complete teardown in time still amazes us. Today they bring us the latest Microsoft media device, the Zune HD. Some features worth mentioning: The astoundingly thin, 1mm we’re talking, OLED screen. The Nvidia Tegra 2600 processor, hinting at 3D game capability. And finally who could forget the 660 mAh battery. But isn’t that 129 mAh less than the iPod touch? Microsoft’s reply, supposedly the Zune HD is using many more low power hardware solutions in this device. Either way, the competition is on, who will be the victor?

Rotating Lego Dock Take Two

lego_ipod_stand_number_2

Last week we saw a rotating iPhone dock built from Lego. This week we’re happy to put up another example of a dock made of these popular building blocks. Thank goodness this one takes into account all of the sudden jolts that our desk is prone to by incorporating shock absorbing springs. The design is very sleek with a jazzy red scheme and a less-is-more attitude. We are a bit concerned about our expensive hand held falling out but then again that’s what the springs are for. Who can be the first to put together a step-by-step guide for building this one?

[via Engadget]

Grow Box Controls Heater, Fans, And Water

grow_box_controller

The Cheap Vegetable Gardner wanted more automation than their previous PS2 controller based grow system. This time they set out to design a full featured, compact grow controller that can measure temperature and humidity as well as control a heat lamp, fan, and water pump. An Arduino provides USB connectivity and interfaces the solid state relays and sensors. The assembled project all fits in a box but we are left wondering how much heat the four SSRs generate and will it be a problem?

[Thanks shawn]