Many advantages of Android applications in medical electronic devices

Publisher:温馨时光Latest update time:2011-01-11 Source: 创e时代Keywords:Android Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

Over the past decade, and especially in recent years, there has been a significant increase in developer interest in how to use "heavyweight" mainstream operating systems (OS) such as Windows, Windows CE, and Linux for medical devices. There are many driving factors, today's medical device users expect medical devices to have multiple advanced interfaces, and many developers already have experience using these operating systems and related tools on desktop computers and servers. Not long ago, if you wanted to choose a feature-rich operating system for embedded medical device development, there were two typical options: Microsoft Windows CE (sometimes desktop Windows itself) or Linux (or other Unix variants).

Of the two, Windows CE has the advantage of being a fully integrated development platform, from device drivers all the way to application frameworks. Some developers may not like Windows CE, but few would argue that Windows CE is a quick and easy way to start a project with minimal effort. CE also has disadvantages: royalties are required for use, and its code base is controlled by Microsoft. But it is worth noting that the latter also brings some benefits.

Linux and other Unix variants have the advantage of being free and open source, but there have been significant barriers to their use in embedded devices, especially those with advanced user interfaces. The Linux operating system was originally designed for desktop/server use, and the typical distribution includes many features (taking up several megabytes of space and several CPU cycles) that are not needed or rarely used in embedded systems. Therefore, it has historically required multiple developers to spend weeks creating a lightweight software image with the required subset of functionality and additional resources for embedded use to start a new embedded project in the Linux operating system. Although manually building Linux images can optimize things, the results are still not fully optimized—there is a lot of important code that cannot be cut for desktops, and they do not use memory, CPU, and/or power efficiently.

Therefore, in the past, the choice was either a proprietary system that was easy to get started (Windows CE) or a free and open system that required a lot of work to get started (Linux and Linux family).

Google's Android operating system has been a relatively recent entry into the embedded field. Basically, Android aims to provide a full-featured embedded system framework based on the Linux operating system. In general, Android aims to make Linux/free software as easy to use as Windows CE out of the box.

When Google first released Android in November 2007, it was positioned as an operating system for smartphones. Android has been a clear success: in less than three years, Android has become the most popular smartphone operating system, with half of the world's smartphones using the Android operating system. 100 million Android phones enter the market every year.

Developers quickly realized that Android also has great potential in embedded applications beyond mobile phones. Many of today's embedded devices share many of the same attributes as mobile phones: small LCD/touch screens, rich graphical user interfaces, low-power processors, rich connectivity options (cellular, wireless, Bluetooth, etc.), battery power, etc.

Medical device developers have been a little behind in adopting new technologies because of reliability issues. It is important to wait until new technologies mature before using them in devices regulated by the US FDA. But the Android operating system is a hybrid: although the technology is relatively new, Android is based on Linux technology, which is a proven technology that is well known in the industry. What is Android?

Android is a complete operating system and application framework designed for ARM processors. This is clearly seen in the schematic diagram (Figure 1).

The Android schematic diagram describes its framework.

Android fundamentally uses Linux, but in order to build it into a complete framework for rapid development, Google has upgraded and extended it in the following aspects:

1. The Android kernel supports extensions for more efficient power management and has modified communication between processes.

2. Android replaced the Glibc library with its own Bionic. The Bionic library takes up a small amount of space and is fast, and the Bionic library supports BSD licensing instead of GPL licensing, so that users do not need GPL licensing.

3. Includes multiple libraries that are often used in embedded applications, such as WebKit (web page rendering), media framework, SQLLite and other libraries.

4. There is a hardware abstraction layer that defines the interfaces required by hardware drivers.
[page]

5. The Robot Runtime Environment, which consists of Dalvik, a Java virtual machine optimized for embedded applications, and the core Java API for application development. Although the "dominant mode" of Android is to develop applications in Java, it is also possible to write applications in C and other languages ​​and then compile them into native ARM code using a native development kit.

6. The Android Application Framework, which implements the standard object-oriented structure of Java Android applications.

Android is open source, but is designed to better insulate commercial developers from the GPL. The Linux kernel is under the GPL, but most of the rest of Android is released under the more permissive Apache License, allowing it to be used in both proprietary and open source development. In short, Android makes licensing simpler and clearer than standard Linux.

Google has also developed a set of non-open source applications, including the Android Market and GPS suite. They are mainly used

in mobile phones. Should I use Android in my medical device?

Choosing an operating system for a medical device is largely the same as choosing an operating system for any other device: we choose the operating system that we think will maximize the value of the medical device over its life cycle. Factors to consider include:

• How quickly can the product be available to market?

• How much will it cost to develop?

• How will this choice affect our cost of goods sold?

• How much does the licensing cost?

• How much will it cost to maintain the technology once our product is on the market?

• How confident are we in our time/cost estimates?

If this is a medical project, include an additional question:

• Will this choice result in a device with acceptable risks for patients and users?

As we all know, medical devices are different from most other devices because they carry significant risks, especially for patients. The FDA classifies all medical devices into three categories based on the degree of danger to patients and the level of regulatory review that the FDA deems reasonable.

Class I devices carry the least risk and include devices like tongue depressors, bandages, and basic surgical instruments. Class II devices carry moderate risk and include electrocardiographs, x-ray machines, blood gas analyzers, and infusion pumps. Class III devices carry the highest risk and include implantable defibrillators, prosthetic heart valves, and implantable cerebellar stimulators.

Heavyweight operating systems, such as Android, are inherently more prone to failure than smaller, more easily tested operating systems designed primarily for reliability. That’s not to say that heavyweight operating systems necessarily fail often. For many devices, a reboot once a year to fix a software lockup is sufficient. So, given the better user interface, faster time to market, and other benefits of a heavyweight operating system, the inconvenience of an occasional reboot can be forgiven. But for an implantable defibrillator, an annual reboot may not be an option. As

a general rule of thumb, Android and similar operating systems are suitable for Class I and Class II devices, while Class III devices generally require a smaller operating system with high reliability. Of course, every device is different. When developing any medical device, we must fully consider and understand the risks associated with the operating system.

One way to get the "best of both worlds" is to split the processing tasks into two: have one processor with a high-reliability OS perform the core functions, and one processor with a heavyweight OS handle the less critical tasks. An example is an infusion pump, where one processor with a high-reliability OS controls the motor during the infusion process, while another processor running Android runs the GUI, communications, and so on. Note that a two-processor solution is not a silver bullet. It requires careful consideration and planning. Ensure the security and testability of the medical device.

The advantage of a large number of users

If you choose to use Android for your embedded device design, there are thousands of mobile phones running the same Android stack as your embedded device. There are a large number of users who are looking for vulnerabilities in the Android OS, and there is a large development community dedicated to fixing these vulnerabilities. Although Android is not as reliable as a lightweight proprietary OS, it is a thoroughly debugged system compared to developing a Linux stack from scratch. In addition, there are more than 100,000 applications that support Android, many of which can simplify and speed up the development process. This means that Android development is not very complicated and there is a large developer base supporting Android.

For medical devices that do not require high software reliability and whose price can support the required hardware, Android is highly competitive. It strikes a good balance between functionality, resource requirements, and productivity, and has the additional advantage of being based on a large and prosperous Linux industry chain.


Keywords:Android Reference address:Many advantages of Android applications in medical electronic devices

Previous article:Application of power supply filters in medical electrical equipment
Next article:Improving hospital information management level Hospital wireless communication application case

Recommended ReadingLatest update time:2024-11-16 19:40

The most powerful processor in the Android camp is released: the first 5nm Cortex-A78 processor
If China has never given up on the road of self-research, then it is even less likely that Samsung, which once topped the semiconductor industry, will give up. Relying on its advantages in industry, R&D, and capital, Samsung is going further and further on the road of self-research.   Recently, Samsung Exynos' officia
[Embedded]
The most powerful processor in the Android camp is released: the first 5nm Cortex-A78 processor
Nokia X20 can already experience the Android 13 developer preview version
      May 14 news, earlier this week, Google launched Android 13 during its IO Developer Conference and released the Android 13 Beta2 test version for Pixels.   At the same time, a large number of other Android device manufacturers have also announced the launch of their own Android 13 beta versions or developer previ
[Mobile phone portable]
Wireless charging pad, can be used with iPhone or Android and other Qi devices
       Since collaborating with Apple, Hermès has been launching electronic products from time to time to cater to the needs of different people. Just last week, Hermès once again tied the knot with electronic products and launched the most expensive and luxurious wireless charging pad in history.   This product is en
[Mobile phone portable]
Experience the upgrade of iPhone to run Android 2.3 successfully
Previously, we have introduced the tutorial on how to successfully install and run Android 2.2 (Froyo) on iPhone 3G. These days, with the official release of Android 2.3 Gingerbread, the iDroid team, which successfully transplanted and installed Android to the iPhone platform, released the latest iDroid MoJo V1.0.5, wh
[Mobile phone portable]
Experience the upgrade of iPhone to run Android 2.3 successfully
LOTO Oscilloscope Basic Tutorial: How to Use "Mobile Oscilloscope" --- Android Version
This article mainly introduces the use of the mobile version of LOTO oscilloscope. In the previous article, we introduced its use under Windows system, but it can actually support Android phones, and it must be an Android phone with OTG function. The Android version of the oscilloscope can be operated under the Andr
[Test Measurement]
LOTO Oscilloscope Basic Tutorial: How to Use
Master Lu: Huawei leads the Android smartphone market in the first quarter of 2020
Recently, the well-known benchmarking software Master Lu released a data report on smartphones in the first quarter of 2020. In terms of Android phone market share, Huawei leads the way with 18.51%, followed by Honor, OPPO, Xiaomi, and vivo, with shares of 14.66%, 14.51%, 13.96%, and 13.67%, respectively.  It is worth
[Mobile phone portable]
Master Lu: Huawei leads the Android smartphone market in the first quarter of 2020
More than 20% of Android users are still using third-party system ROMs
Compared with the closed Apple iOS, the Android system is much more open. Flashing the system is also one of the reasons why many people choose Android phones. In recent years, people have gradually used the official system, but there are still people who use third-party ROMs for flashing. Surveys show that more than
[Mobile phone portable]
More than 20% of Android users are still using third-party system ROMs
It is possible to have an Android phone screen with equal width on all four sides, but it is not necessary
      Five years ago, Apple's 'full-screen' mobile phone iPhone X was officially launched.   It not only put an end to the appearance of the previous four generations of iPhones, but also started a new round of unchanging design style for the iPhone.   Whether it is a smooth transition or a right angle edge. Whether
[Mobile phone portable]
Latest Medical Electronics Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号