CMOS Logic Clock Tracks 24-hour Time

Here’s an IC logic project that displays 24-hour time. Planning was the name of the game for this project. [Mattosx] took the time to layout his design as a PCB in order to avoid the wiring nightmare when build with point-to-point connections.

Much of the complexity is caused by the display itself. Each of the six digits has its own binary-coded decimal chip and array of discrete resistors. Timekeeping is handled by six decade counters, two divider chips, one AND gate chip, and one OR gate chip. He chose a SOIC crystal oscillator chip as the clock signal. We’re more partial to the idea of using mains voltage as the clock signal.

[Mattosx] posted the board artwork if you’d like to etch your own 5″x8″ PCB. Just make sure you read through all of his notes as not all of the chips are oriented in the same direction.

[via Reddit]

16-bit HCMOS Computer Is A Wire Wrapping Wonderland

The D16/M is a 16-bit computer built using HCMOS logic chips. It’s a thing of beauty from every angle thanks to the work [John Doran] put into the hobby project. But he didn’t just take pictures of the build and slap them on a webpage. He took the time to publish a remarkable volume of documents for the computer too!

The processor can execute a total of 73 instructions and offers a 100-pin bus for accessing main memory and peripherals. So far he has documented three different peripheral boards, each of which is pluggable thanks to an edge connector that accepts the board. The expansion boards are for system memory, serial communication port, and a clever four-position SD card interface for persistent storage.

Got a question about the system? He wrote a FAQ. Want to learn from his obvious mastery of wire-wrapping? He wrote a wire wrapping tips guide. Like we said, there’s a mountain of documentation and the links to it all are included in his main project page.

[Thanks Allen]

Make Your Own Integrated Circuits At Home

The Nyan Cat you see above is only 600 micrometers from head to tail. To put that into perspective, that’s about 10 times the diameter of a human hair. Also, that Nyan is etched into 200 nanometer thick copper foil and is the work of the HomeCMOS team, who is developing a hobbyist-friendly process to make integrated circuits and MEMS devices at home.

The project is far from complete; HomeCMOS has yet to produce a working IC but a few experiments – getting wet etching down pat and even building an almost working quantum qbit – are remarkable given the small amount of equipment and tools involved.

The HomeCMOS team has yet to actually make an integrated circuit or MEMS device, [Jeri Ellsworth] has shown this is possible by making transistors and integrated circuits at home. While there won’t be chips with millions of transistors coming out of the HomeCMOS lab anytime soon, it’s more than possible to see a few small-scale integration-level tech such as a few logic gates or a regulator.

Cheap And Easy Logic Signal Generator

While function generators or analog signal generators are ubiquitous in their utility, we haven’t seen much of logic function generators on Hack a Day. Luckily, [Dilshan] sent in a really neat 8-channel signal injector that is amazingly simple to build and comes with a great front end for editing patterns from your computer.

The hardware portion of the build is kept to a minimum with a PIC18F chip, USB socket, and header pins as the only major components. This board serves as the hardware output for the Kidogo software. This software provides a very nice interface to generate 5 volt logic signals on eight separate channels that will immensely help exploring your digital world.

With a great interface and very easy to build hardware, we can easily see the Kidogo hardware finding its way onto workbenches around the world. We’re tempted to build our own version using an AVR, but we would hate to ruin such a simple but useful tool.

Simple Device Answers Questions Just Like Your Boss Does

executive_decision_maker

Like many of us, [Bertho] has had plenty if interaction with “Executive” types who seem to make decisions randomly, and most certainly not based upon any sort of reason. As he was picking through parts bins at his local hackerspace, he thought it would be fun to build an “Executive Decision Maker”. The device he had in mind would answer questions at the push of a button, with the kind of randomness that could only be carefully honed through years of barking orders from a corner office.

Constructed from third-rate LEDs and old CMOS chips that were lying around, the operation of the device is quite simple. Much like a Magic 8 Ball, a question is posed, and as [Bertho] states, “The Executive Decision maker automatically tunes into the aether and the subconscious of the user” pressing the “Decide” button. The device then makes a judgement, relaying its answer to the user via an LED display.

We definitely got a good laugh out of this one, so be sure to check out the video after the break to see the Executive Decision Maker in action.

Continue reading “Simple Device Answers Questions Just Like Your Boss Does”

LED Artwork Disappears Right Before Your Eyes

take_a_picture_demo

If you walked into an art gallery and saw nothing but blank canvases lining the wall, you might be compelled to demand your money back, or assume that you had discovered the world’s laziest artist. If this gallery happened to be displaying work by [Brad Blucher and Kyle Clements] however, you would be mistaken.

These two artists have collaborated to create a series of works titled, “Take a Picture“. Each picture they have built is constructed to look like an empty canvas when viewed with the naked eye. If you were to take a picture of the canvas with your cell phone or digital camera however, a whole new world would open up in front of your eyes. Their artwork is constructed using infrared LEDs, which cannot be seen with the naked eye, but are visible to nearly any CMOS or CCD sensor on the market. The images range from simple smiley faces and objects to abstract geometric shapes.

It’s a very simple, yet novel approach, and we happen to think it’s pretty cool. The artists have not said what they have planned for this project in the future, but we’d love to see it expanded using larger LED arrays to display higher-resolution images, or even short movies.

Keep reading to see how they went about creating these works of art as well as a promo video demonstrating the effect.

Continue reading “LED Artwork Disappears Right Before Your Eyes”

Breadboarding RAM

If you’ve ever wanted to dive in and take a look at how memory hardware is implemented here is a good example of how to implement some latching circuits with ether BJT or CMOS transistors. BJTs require biasing resistors which increases the complexity and power consumption when compared to CMOS. If power consumption isn’t an issue you could certainly make some really fast logic.

Most modern on chip RAM is made using SRAM because it only takes six transistors to implement(vs eight) and is pretty fast. When it comes to density DRAM can get one bit of storage by using a single transistor and capacitor(putting the capacitor underneath he transistor can save even more space). All that said, latches and flip flops are still a very useful (and common) tool when working with digital circuits.