Category Archives: Embedded General

Embedded Systems: microprocessors and microcontrollers

An embedded system is a type of computer that can perform a few specialised tasks. This design is contrary to the normal computer that is designed to perform a number of operations that are in many cases unrelated to each other. Embedded systems are present in many of the devices that are used today and act as their control units. The main issue with embedded systems is their optimality in the terms of cost, space and power consumption etc. as, there is no focus on increasing the functionality of the device. The term embedded system can thus, be used to refer to devices that perform certain specific functions and cannot be used to perform others by loading applications on them.

Here are a few characteristic features of embedded systems:

  • Many of the embedded systems have several hardware restraints as they have to process real time inputs and must also be safe to use. Others may not have some of these constraints and thus, reduction in the cost of the hardware used is possible.
  • The term embedded system does not refer to devices that are isolated but rather, they are a part of the device they control or perform some other task in.
  • The software that is used in embedded systems is usually termed as firmware. The same is stored in disk drives or in ROMs as an embedded system usually lacks a full-fledged hard disk drive.

Continue reading

Classification of USB chips and microcontrollers

Despite the fact that USB is live for more than 10 years – electronic amateurs move towards it relatively slowly. Probably main reasons are that many electronics work with relatively old computers where RS232 port is actively used. Even me when buying new PC I was looking that motherboard was equipped with at least one COM port. But situation is more complicated with Laptops where COM or LPT ports are not used anymore due to limited space and other reasons. The only way is to adapt to USB in one way or another.

One of temporary solutions may be using USB to RS232 adapters. But again this is only emulation of COM port and not all programs may understand it correctly like PonyProg doesn’t work with virtual COM ports.

Today companies producing electronics components have been pushing lots of types of USB chips to market. In order not to get lost there is some classification made. So USB chips may be classified as follows:

  • Microcontrollers with build in USB interface;
  • Microcontrollers with USB emulated program;
  • USB converters or USB bridges;
  • Hub controllers;
  • Host controllers;
  • Dual role controllers, OTG (On-The-Go);
  • USB transceivers, USB switches

Continue reading

Embedded Electronics Technology in Aviation

Embedded electronics technology has infiltrated almost every aspect of human life.  Embedded technology has changed the modern home and business.  It makes a business run faster and safer, producing more outputs at lesser cost.  It can integrate various devices in your home like your PC, TV, VCR and DVD player to maximize your audio-visual entertainment.

The Aviation Innovation

The aviation industry has also benefited much from the emergence of embedded technology.  Early in September, the world’s quietest helicopter was unveiled in Germany by an EADS company, Eurocopter.  After many years of research, the company has been able to come out with a helicopter that utilizes embedded electronics technology. Continue reading

Embedded Technology and the Modern Market

Embedded electronics refer to devices that can be ‘embedded’ into something. They are add-ons that increase the functionality of the device in which they have been integrated. Embedded electronics can do more and in the near future it can change the way people sell products and handle business.

The Importance of Technology in Business

To maximize profits and to increase production but, at the same time, to maintain a competitive price, industries from all sectors of the market rely on technology to reduce the cost incurred during business operations. Modern technology could maximize production and profit by freeing people from repetitive and laborious work and put them in places where their skills and intellect would matter. Technology makes it possible to mechanize and accelerate production, lower the cost, reinforce control mechanisms, speed up delivery, and make goods and services available to more people. These advantages also mean better, cheaper and safer products and services for the end users.

Continue reading

Ocean Embedded Electronics Systems

Embedded systems for ocean applications are comprised of small, function-specific computers that are designed to operate in the rough environment of open water, to withstand both pressure and weather, and to use as little energy as possible. While development of such technology has been ongoing for a long time, research and implementation have been stepped up due to the increased demand for ocean-based monitoring and warning systems; this demand is a direct result of the 2004 tsunami disaster. Embedded systems are also being developed for purposes of tidal power generation as well as improvement of navigation systems aboard ocean-going vessels.

Embedded Systems for Disaster Prevention

One of the technologies that have been designed after the 2004 tsunami was a buoy that could detect disturbances or irregularities in the ocean currents; these irregularities could indicate an impending natural disaster so their early detection can significantly improve early warning systems.

The sea buoy, developed by Norway-based Nortek AS, takes measurements of wave heights and currents using acoustic Doppler technology. Apart from its sensors, each buoy is equipped with an embedded minicomputer which translates raw data from the sensors into meaningful information. The information collected is then sent out through acoustic underwater modems to the nearest receiving station.

wave_heigh_measurement.jpg

Continue reading

Embedded Technology and Human Lifestyle

The prevalence of embedded electronics technology in the modern market has given rise to innovative products that could change the way people live. From innovative everyday stuff such as integrated home entertainment systems to intelligent helicopter rotor blades, embedded electronics technology is covering all facets of modern day living and is making life faster, easier and more convenient for people.

Transforming Communication

Embedded electronics technology is rapidly changing the way people communicate and transmit data and information. New designs of parts and systems are being made to make tech-based products like cellular phones cheaper and more efficient. Today remote execution of tasks and activities (like company monitoring and quality assessment) can be done securely using embedded electronics. Wireless integrated work stations are also being implemented in many office establishments. Continue reading

Using NVRAM in embedded projects

NVRAM(Non-Volatile Random Access Memory) is one of non-volatile memory selections. This may be alternative to EEPROM back up memory. NVRAM chips can be used for nonvolatile memory storage with many benefits comparing to EEPROM. Main benefit is that NVRAM chips work like static RAM. Actually they are RAM just they contain lithium cell battery for retaining RAM contents when main power is switched off. The backup memory can store contents as long as battery provides power. NVRAM chips doesn’t require much power, backup can be guaranteed for up to ten years.

For instance lets take Dallas NVRAM chip DS1225.

DS1225.jpg

 

It contains 64k(8k x 8) of RAM memory. Continue reading

Embedded medical and biological application refers to the use of technology and computers for observing certain events or generating a response when certain events occur. ‘Embedded’ points to the fact that such devices are either small or very passive, or … Continue reading

‘Green electronics’ is an ideal that refers to environmentally friendly digital devices. Before the idea was brought forward, a considerable percentage of components involved in the manufacturing process of most electronic and digital devices were very toxic. Chemicals such as … Continue reading

As automobiles become increasingly user-independent and ‘intelligent,’ the demand for embedded electronic devices for use in cars is steadily increasing. This was indicated by increased demand for printed card buses (PCBs) that were destined for use as embedded devices in … Continue reading

New on WinAVR Tutorial New on WinARM Tutorial