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.

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]

Color Changing Paint Display

heat_actuated_display

We’ve seen several creative projects from [Sprite_tm] and this one sets a new bar. He got his hands on some paint that changes color with temperature. By covering a circuit board with the paint then heating the circuits he’s created a heat actuated 7-segment display (his post is in Dutch). Three seconds at about 1 amp is enough to turn the black paint white. When the segment has been disconnected for about one minute the paint fades back to black. Now that we’ve seen his concept, leave a comment and tell us how you’d use it.

How To Build A Life-sized Electronic Game

life_size_light_games

We’re very impressed with [Steve’s] Electronic Snowball Fight game. It consists of two life-sized players standing opposite of each other. Each can throw a snowball or duck, the object is to hit the other person and not get hit yourself. He’s utilized a lot of good building techniques that could be easily adapted to other types of game play. Continue reading “How To Build A Life-sized Electronic Game”

AVR Controlled Rubik’s Cube Solver

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

[Andrius] just sent in his robot Rubik’s cube solver. It isn’t as fast as the solver we saw last year but it also doesn’t require as many parts either.  This project utilizes two claws, each actuated by just two servo motors. The thinking is done by a PC which calculates the necessary moves to solve the cube. Each instruction is then passed via USB to the AVR ATmega16 microcontroller that is responsible for the servo operation.

Right now it looks like the colors for each starting face have to be entered manually before a solution is calculated. We think [Andrius] is probably planning to upgrade this with the next generation of his software as he already has a webcam setup for this type of analysis.

Tiny GSM Alarm System

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

We’ve covered this sort of thing before, but there is something to be said for the simplicity of this tiny GSM alarm system by [trax]. The alarm system is designed to send the owner a text message when a sensor is triggered. This alarm only works with Siemens phones, but it shouldn’t be too hard to find one.  The alarm is configured via a dip switch on the board and can also be armed and disarmed by text. The brains of this system is a PIC16F84A. The code and schematics are included at the bottom of the page.

Continue reading “Tiny GSM Alarm System”

CrossCanada: A Biking Documentary

bike_arm

[Mike] was going to be biking across Canada. He really wanted to document the trip, so he began planning ways to get still images taken at intervals along the way. After a bit of brainstorming, he ended up setting his goals a bit higher. He was going to film the entire trip. He really didn’t want a simple helmet cam, he wanted himself and the entire bike in the frame. To do this he had to build a long arm on which he mounted a bullet cam. On his handlebars, he has a simple control where he can turn the system on and off as well as initiate recording.

No single piece of this project was too complicated, but taken all together, the final result is quite nice. You can watch the video for yourself after the break.

Continue reading “CrossCanada: A Biking Documentary”