Skip to main content

Embedded Systems

Embedded systems are a cornerstone of the electronics industry today.
An embedded system is a computer or processor based system that has been designed for a specific purpose.
The system gains its name from the fact that the software is embedded into it for a particular application. The embedded system is not like a PC or other computer that can run a variety of programmes and fulfil a whole host of tasks.
The item using an embedded system is designed for a specific task and has its software preloaded, although updates may be undertaken from time to time.

Embedded systems basics

It may be asked what is an embedded system. With many processor based systems and computers it is useful to define what an embedded system is. A convenient definition for an embedded system is: An embedded system is any computer system contained within a product that is not described as a computer.
Using this embedded system definition it is possible to understand the various basic characteristics one. Typically they are:
  • Embedded systems are designed for a specific task. Although they use computer techniques, they cannot be used as a general purpose computer using a variety of different programmes for different task. In this way their function can be focussed onto what they need to do, and they can accordingly be made cheaper and more efficiently.
  • The software for embedded systems is normally referred to as firmware. Rather than being stored on a disc, where many programmes can be stored, the single programme for an embedded system is normally stored on chip and it is referred to as firmware.
Embedded systems contain two main elements:
  • Embedded system hardware:   As with any electronic system, an embedded system requires a hardware platform on which to run. The hardware will be based around a microprocessor or microcontroller. The embedded system hardware will also contain other elements including memory, input output (I/O) interfaces as well as the user interface, and the display.
  • Embedded system software:   The embedded system software is written to perform a particular function. It is typically written in a high level format and then compiled down to provide code that can be lodged within a non-volatile memory within the hardware.

Embedded systems hardware

When using an embedded system there is a choice between the use of a microcontroller or a microprocessor.
  • Microcontroller based systems:   A microcontroller is essentially a CPU, central processor unit, or processor with integrated memory or peripheral devices. As fewer external components are needed, embedded system using microcontrollers tend to be more widely used
  • Microprocessor based systems:   Microprocessors contain a CPU but use external chips for memory and peripheral interfaces. As they require more devices on the board, but they allow more expansion and selection of exact peripherals, etc, this approach tends to be used for the larger embedded systems.
Whatever type of processor is used in the embedded system, it may be a very general purpose type of one of the many highly specialised processors intended for a particular application. In some cases custom designed chips may be viable for a particular application if quantities are sufficiently high. One common example of a standard class of dedicated processor is the digital signal processor, DSP. This type of processor is used for processing audio and image files in particular. Processing is required very quickly as they may be used in applications such as mobile phones and the like.

Embedded systems software

One of the key elements of any embedded system is the software that is used to run the microcontroller.
There is a variety of ways that this can be written:
  • Machine code:   Machine code is the most basic code that is used for the processor unit. The code is normally in hex code and provides the basic instructions for each operation of the processor. This form of code is rarely used for embedded systems these days.
  • Programming language:   Writing machine code is very laborious and time consuming. It is difficult to understand and debug. To overcome this, high level programming languages are often used. Languages including C, C++, etc are commonly used.

Embedded systems design tools

Many embedded systems are complicated and require large levels of software for them to operate.
Developing this software can be timing consuming, and it has to be very accurate for the embedded system to operate correctly. Coding in embedded systems is one of the main areas where faults occur.
To help simplify the process, software development tools are normally used. These help the software developer to programme more quickly, and also more accurately..
Typically the software is written in a high level and then compiled down into a form that is contained within the non-volatile memory of the system. This is normally referred to as the firmware.

Comments

Popular posts from this blog

Full Wave Bridge Rectifier With Capacitor Filter

 Full Wave Bridge Rectifier With Capacitor Filter The voltage obtained across the load resistor of the full-wave bridge rectifier described above has a large amount of ripple. A capacitor filter may be added to smooth-en the ripple in the output, as shown below. Figure 21: Full wave Bridge rectifier with capacitor filter The rectifier circuits discussed above can be used to charge batteries and to convert AC voltages into constant DC voltages. Full-wave and bridge rectifier are more commonly used than half-wave rectifier.

BLDC Motor Driven Solar PV Array with Battery Fed Automatic Irrigation System Employing Zeta Converter

Objective The main objective behind this project is to design a simple, cost effective and efficient brushless DC (BLDC) motor drive for solar photovoltaic (SPV) array fed water pumping system. The project includes automatic changeover circuit to switch power source between solar panel and battery based on the presence and absence of light. The pump works on the signals received by the sensors used for automatic irrigation system. Abstract This project proposes a simple, cost effective and efficient brushless DC (BLDC) motor drive for solar photovoltaic (SPV) array fed water pumping system. A zeta converter is utilized in order to extract the maximum available power from the SPV array. The proposed control algorithm eliminates phase current sensors and adapts a fundamental frequency switching of the voltage source inverter (VSI), thus avoiding the power losses due to high frequency switching. No additional control or circuitry is used for speed control of the BLDC motor. The

SMART HOME AUTOMATION USING DTMF

1. INTRODUCTION We use many different types of communication in control applications to control home appliances, industrial appliances, and other type of automation. There are two types of communication that is we generally use - one is wired and other one is wireless. In wireless communication we transmit signal wirelessly, like using radio frequency (RF) and in wired communication in which we use wires like copper wire. In this project “DTMF Based Home Automation System” we are going to control our home appliances wirelessly. Other important feature of this project is, that we are not going to use any microcontroller in it. . The remote control used in home automation systems, is a wonderful feature that everyone would like to enjoy, if they were not expensive to install, maintain, and able to be use from long distance. With such automation one can switch ON and OFF lights, Ac etc. from a remote distance. In our project we have tried to implement this home automation technique u