THHP: The Brainbox of the Product

THHP: The Brainbox of the Product

Building a product that aligns with the user’s need is quite challenging from identifying the problems to devising the most suitable solution to the problem. It is quite challenging deciding the best idea to implement, but after analysis based on this piece , you should be clear on what to build first.

A physical product is quite different from a software product as it requires more resources which is important for us not to make an avoidable mistake during product development. Just like most generic products, there is a controlling unit in a physical product which I will refer to as the brainbox.

In this context, I will refer to a physical product as an embedded system.

An embedded system is a special-purpose system that is used to perform one or a few dedicated functions such as a printer, television, microwaves, camera, etc. Embedded systems are made to perform a few tasks only, after implementation you can’t use them for another purpose. Simply put, you can’t watch movies using the microprocessor of your microwave oven!

tp1.png

How do we implement the brainbox of an embedded system?

We do so by using microcontrollers (or microprocessor-based systems).

Or simply by using the digital circuits that perform the function we want.

tp2.png

What is a microcontroller?

It’s a full computer system on a chip, even if its resources are far more limited than a desktop personal computer. Microcontrollers are designed for standalone operations. A microcontroller has a processor and many peripherals integrated with it on the same chip, like flash memory, RAM, I/O ports, serial communication ports, ADC, etc.

tp3.jpeg A timing module to allow the microcontroller to perform tasks for a certain time period.

A serial I/O port to allow data to flow between the microcontroller and other devices such as a personal computer or other microcontrollers.

What’s a microprocessor?

A microprocessor, sometimes called a logic chip, is a computer processor on a microchip. The microprocessor contains all, or most of, the central processing unit (CPU) functions and is the "engine" that goes into motion when you turn your computer on.

A microprocessor can’t do all functions of a computer system on its own and needs another circuit to support it like I/O devices, RAM, ROM, DMA controllers, Timers, ADC, LCD drivers, etc

tp4.jpeg Both Microcontroller and Microprocessor serve as the brainbox of a physical product. In my next article in The Hard Hardware Product (THHP) series, I will talk about how to decide the brainbox of your product to be microcontroller-based or microprocessor-based.

hardware 3.png