CPU Registers

1 year ago

A register is basically an n-bit binary storage element. CPU registers are usually used to temporarily hold data and memory…

Development Boards for PIC Microcontrollers Programming

1 year ago

Development boards are helpful microcontroller learning tools. Simple development boards contain just a microcontroller and the required clock circuitry. More…

Computer Programming Model

1 year ago

The programming model of a computer system refers to the assembly language programmer’s view of the system. From the programmer’s…

Design Metrics Employed in Embedded Systems

1 year ago

We have a number of design metrics you need to put into consideration when designing embedded systems. The following are…

How Microprocessors differs from Microcontrollers

1 year ago

In terms of functionality, for the microprocessor to be used, other components such as memory or components that provide I/O…

PIC Microcontroller Input-Output Ports Programming in C

1 year ago

PIC microcontroller input-output ports are named PORTA, PORTB, PORTC, etc. depending on the type of microcontroller you are using. Port…

Classification of Computers

1 year ago

Computers can be classified into various types, depending upon the technology used or the size and capacity or the applications…

Digital Computer Hardware Organization

1 year ago

What is a Digital Computer? A digital computer is a device capable of solving problems and manipulating information under the…

Basic Elements of an Arduino UNO Revision 3 Board

1 year ago

Arduino is a small-sized microcontroller board with supplementary components that has been designed to facilitate the use of a microcontroller…

Networked Embedded Systems

1 year ago

Each specific IO device can be connected to others using specific interfaces, for instance, an IO device connects and is…