Add embedded systems (#31167)

This commit is contained in:
Ladson Gomes
2019-06-28 03:02:45 -03:00
committed by Randell Dawson
parent 0931ff6387
commit 1106000fc5

View File

@ -0,0 +1,18 @@
---
title: Embedded Systems
---
## Embedded Systems
An Embedded System is a dedicated computing system designed to perform a specific task. It is often used within a larger system. Instead of receiving command and programs to perform as in a general-purpose computer, the embedded system will continuously perform the same tasks and is supposed to recover from minor errors on its own.
## Example applications
* Air Conditioner: An embedded system is responsible to check the temperature sensor and compare the reading to the target temperature, and activate or deactivate the air conditioning motors to ensure the target temperature.
* Microwave oven, video game consoles, mp3 players, automatic doors, temperature controlling inside a computer cpu, Anti-lock Braking System
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
* <a href='https://internetofthingsagenda.techtarget.com/definition/embedded-system' target='_blank' rel='nofollow'>Embedded System</a>
* <a href='https://en.wikipedia.org/wiki/Embedded_system' target='_blank' rel='nofollow'>Embedded Systems (wikipedia)</a>
* <a href='https://en.wikipedia.org/wiki/Anti-lock_braking_system' target='_blank' rel='nofollow'>Anti-lock Braking System (ABS) (wikipedia)</a>