binary59 Articles
Binary Clock Uses DS3232 RTC
[Kenneth Finnegan] quenches our clock-a-day compulsion with his Arduino based binary timepiece. The clock uses a 5×7 LED matrix as a display and shows month, day, and time. He sourced a DS3232 real-time clock which automatically compensates for temperature to achieve very accurate time keeping. We like the super-cap circuit he added to keep the RTC running if the power is cut.
Is an Arduino overkill here? Well, the code is certainly not filling the 16k available on the ATmega168. At $4.32, the $1-2 you could save by using a lower-grade chip is not worth having to rewrite the code developed during prototyping. [Kenneth] also mentions that these projects usually only hang around for a few weeks before they’re re-purposed for the next endeavor.
Take a look at [Kenneth’s] superb hardware walk through in the video after the break. If you’re a fan of clean breadboarding, he’s also made a time-lapse of the circuit building process.
Hybrid Analog/binary Clock, The MK2
[Kieran] let us know about his hybrid analog/binary clock. The circuitry behind the clock is nothing too new. An Arduino combined with a Chronodot to produce an accurate clock. What we really enjoyed however was the creative implementation of an old British Telecom Linesman’s Multimeter as the case. The analog meter acts as the seconds hand, while a another display made of LEDs diffused with stripboard is the binary clock. The end product is nothing short of ingenuitive.
Hackaday Links: Sunday January 24
Everyone Remembers Free day right? [The Ideanator’s] Bus Pirate came in such a nice red box – he decided to make it his permanent case.
[Chico] is in the middle of making a CNC, but decided to make some music with the steppers in the mean time.
What looks like an old wooden box is actually [Ludvig’s] super sweet retro arcade cabinet. Complete with a giant emergency stop red button.
Who says Legos are dead? [Carl] used them to create a simple and cheap diffraction grating projector. Including video!
[Torchris] used an Ethernet shield exactly as it was designed, sending data over Ethernet. Still a nice hack for those needing help working with Ethernet shields and Arduino.
Finally [Robert] let us know about a friends Arduino Binary Clock. But we think his elegant use of tape and a sand blaster to engrave glass is cooler.
TF2 Kill Counter, Binary Style
[youtube=http://www.youtube.com/watch?v=d7Pft-GPQWU]
After getting some fun new toys for Christmas, [IceColdFreezie] set up this kill counter for Team Fortress 2. At first glance, we weren’t that impressed. It’s an Arduino and a few LEDs. Then we saw that it was counting the kills in binary. We’re not sure if it gets much geekier than that. You can download the source code and try it out yourself. Just don’t make more than 31 kills.
[via littlebirdceo]
Binary Adder Will Give You Slivers
A while back we looked at [Matthias’] one-pin dot matrix printer. Now we’re jumping over to his woodworking website to feast on his wooden binary adding machine. His creation uses glass marbles as the data for this device. A resolution of up to six bits can be set on the top of the adder, then dropped into the machine as one number. With each new drop, the number is added to the total stored in the machine. The device is limited to totals less than 64. If a larger number is enter, the device wraps around back to zero by dumping the 7th bit off the end. He’s even got a master clear that allows you to easily read the stored total and evacuate the “data” from the machine.
This has quite a few less wires than the last binary adder we looked at… wait, it has no wires! But we still love it. A physical representation of what is going on with binary math really helps grasp what the magic blue smoke inside those silicon chips is all about. Don’t miss his video walk through of the adding machine embedded after the break. Can’t get enough of marbles interacting with wood? He’s got a few more projects you might enjoy. Continue reading “Binary Adder Will Give You Slivers”
8-bit 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.