嵌入式系统应用程序
Starting with the simple definition of Embedded System an Embedded System is defined as a combination of hardware and software to perform a specific task.
从对嵌入式系统的简单定义开始, 嵌入式系统被定义为执行特定任务的硬件和软件的组合 。
Explaining it in more detail, Embedded System is a computer system with a dedicated function within a larger mechanical or Electronic System.
对其进行详细解释, 嵌入式系统是在较大的机械或电子系统中具有专用功能的计算机系统。
Embedded System controls many devices in common use today. Nearly 90% of all Microprocessors are manufactured as components of Embedded System.
嵌入式系统控制着当今许多常用的设备。 所有微处理器中有近90%是作为嵌入式系统的组件制造的。

Image source: https://www.theengineeringprojects.com/
图片来源:https://www.theengineeringprojects.com/
The above Image Shows some Example of Embedded System. Considering the Mobile phones the user just dials the number or just gives the voice command and the rest operation is done by the machine itself. These automatic operations are done by Embedded System.
上图显示了嵌入式系统的一些示例。 考虑到手机,用户只需拨打电话号码或发出语音命令,其余操作由机器本身完成。 这些自动操作由嵌入式系统完成。
This Embedded System inside the Mobile phones takes the input from the user, saves them and operates the Mobile phone according to the input.
手机内部的嵌入式系统从用户那里获取输入,保存并根据输入操作手机。
The Microcontroller and Microprocessor used in the hardware circuit of hardware circuit are programmed to perform a specific task, which follows the set of instructions.
对硬件电路的硬件电路中使用的微控制器和微处理器进行编程以执行特定的任务,该任务遵循这组指令。
These set of instructions are the programs and are written using the software like Proteus and using a programming language like C or C++ or Embedded C. These program are dumped in the Microprocessor or microcontroller that are used in the Embedded System Circuits.
这些指令集是程序,并使用Proteus之类的软件并使用C或C ++或Embedded C这样的编程语言编写。这些程序被转储到嵌入式系统电路中使用的微处理器或微控制器中。
嵌入式系统类型 (Embedded system types)
Based on the Performance of Microcontrollers, Embedded Systems are classified as:
根据微控制器的性能,嵌入式系统可分为:
Small Scale embedded system
小型嵌入式系统
Medium Scale embedded system
中型嵌入式系统
Sophisticated embedded system
先进的嵌入式系统
Based on Performance and functional requirement, they are classified as:
根据性能和功能要求,它们分为:
Real Time embedded system
实时嵌入式系统
Stand alone embedded system
独立的嵌入式系统
Networked embedded system
网络嵌入式系统
Mobile embedded system
移动嵌入式系统
嵌入式系统应用 (Embedded systems Applications)
Embedded System have very large number of applications in various Field such as in Digital Electronics, Satellite systems, Military Defence System, Telecommunications and so on.
嵌入式系统在数字电子,卫星系统,军事防御系统,电信等各个领域都有大量应用。
Also in the final Year of engineering students designs various Embedded Projects using the practical applications of Embedded System.
同样在工程学的最后一年中,学生使用嵌入式系统的实际应用程序设计各种嵌入式项目。
Here are Some Examples of such projects:
以下是此类项目的一些示例:
IOT Based Energy Meter Reading Through Internet
通过互联网基于物联网的电能表读取
GSM Based prepaid energy meter
基于GSM的预付费电能表
Solar based electric fencing system to deter cattle
基于太阳能的电子围栏系统,可阻止牛群
翻译自: https://www.includehelp.com/embedded-system/embedded-systems-its-type-and-applications.aspx
嵌入式系统应用程序