In this project, we will build the heart of a simple 4-bit CPU, the ALU (Arithmetic Logic Unit).
In this project, we will build the heart of a simple 4-bit CPU, the ALU (Arithmetic Logic Unit).
In this teardown, we are going to take a look at the insides of an internet-connected camera.
In this teardown, we are going to take a look at the insides of an internet-connected camera.
Ever wonder what's inside a credit card machine? In this Teardown Tuesday, we are going to take a look at one!
Ever wonder what's inside a credit card machine? In this Teardown Tuesday, we are going to take a look at one!
This is a guide to purchasing laptops for CS and engineering students.
This is a guide to purchasing laptops for CS and engineering students.
Nordic’s BLE chipset is now available in both QFN and WL-CSP packages— and that shows how wearable applications are…
Nordic’s BLE chipset is now available in both QFN and WL-CSP packages— and that shows how wearable applications are driving the Bluetooth Smart chip designs.
With the release of Pokemon Go!, Pokemon is finding its way back into the minds of millions. What's inside of a Pokemon…
With the release of Pokemon Go!, Pokemon is finding its way back into the minds of millions. What's inside of a Pokemon Red cartridge?
Every year, researchers at IBM explore ideas and innovations that will change the way we live within the next five years.…
Every year, researchers at IBM explore ideas and innovations that will change the way we live within the next five years. Here's a look at this year's 5 in 5.
AMD just revealed Zen, their new architecture design at the core of their new processor lineup. The real question is,…
AMD just revealed Zen, their new architecture design at the core of their new processor lineup. The real question is, will this CPU be able to compete against Intel?
File systems can be great for handling data and organizing memory, but most file systems require large amounts of memory.…
File systems can be great for handling data and organizing memory, but most file systems require large amounts of memory. This is where MicroFAT comes in!
Want to see what's inside a GPS unit?
Want to see what's inside a GPS unit?
A research team consisting of Stanford and NMSU engineers may have found a material capable of revolutionizing the 2D…
A research team consisting of Stanford and NMSU engineers may have found a material capable of revolutionizing the 2D memory semiconductor market.
Researchers at the Moscow Institute of Physics and Technology have come one step closer to creating an artificial neural…
Researchers at the Moscow Institute of Physics and Technology have come one step closer to creating an artificial neural network that mimics a human brain.
Dash Cameras are becoming a very popular automotive accessory. What's inside of one?
Dash Cameras are becoming a very popular automotive accessory. What's inside of one?
The new development board features a 32 MHz Quark and a host of features at a $14.95 price tag.
The new development board features a 32 MHz Quark and a host of features at a $14.95 price tag.
This article provides additional details related to code development, hardware configuration, and the OLED interface.
This article provides additional details related to code development, hardware configuration, and the OLED interface.
SIMCOM's SIM 900A in Europe? Read on to learn how.
SIMCOM's SIM 900A in Europe? Read on to learn how.
Scientists have made 5D data storage that can store data for billions of years. How does it work? and when will it be…
Scientists have made 5D data storage that can store data for billions of years. How does it work? and when will it be available to consumers?
To simplify Boolean functions (or switching functions), one might use the Karnaugh map method when there are not that…
To simplify Boolean functions (or switching functions), one might use the Karnaugh map method when there are not that many variables used. However, if a greater amount of variables are used or if several Boolean functions need simplification, using a computer is ideal. The Quine-McCluskey procedure presents a systematic approach that can easily be programmed into a computer for digital simplification.
Micron's HMC started shipping in September. Here's a rundown on key features of the very welcome memory solution.
Micron's HMC started shipping in September. Here's a rundown on key features of the very welcome memory solution.
x86 processor architecture is coded in a language known as Assembly. Assembly language is a great tool for learning how a…
x86 processor architecture is coded in a language known as Assembly. Assembly language is a great tool for learning how a computer works, and it requires a working knowledge of computer hardware. This article will detail basic microcoputer design, instruction execution cycles, how memory is read, and how programs run.