Getting Started With Embedded System

Getting Started With Embedded System


We have already read in the previous tutorial what is the embedded system, and what is its importance and its applications.

We will start with basics of Embedded System first. 

As We Already aware that the Embedded System is computer or processor which is designed to execute particular responsibilities.

There are 2 following main segments of Embedded Systems. 

  1.  Hardware
  2.  Software



Hardware:- 


Embedded System
Embedded System Hardware


hardware is used to perform controlling operation in Embedded System. such controlling the speed of a motor, controlling the brightness of the LED, etc.

Embedded systems require different types of hardware to execute a task. Such as microprocessors, microcontrollers, or resistors, capacitors, sensors, relay etc.

We will deeply learn to use all these components in this tutorial periodically.


Software:- 

Embedded System
Embedded System Software
Software In embedded System is used to generate the Hex code for the microcontrollers than this Hex code is written into microcontroller using microcontroller burner.

The code is written in high-level languages such as Asmbelly and C.

We will deeply learn these languages in this tutorial periodically.



Comments

Popular posts from this blog

Embedded System Tutorial Online

Embedded System Hardware