• Title/Summary/Keyword: Mobile Embedded Systems

Search Result 307, Processing Time 0.025 seconds

Development of a Wearable Vibrotactile Display Device (착용 가능한 진동촉감 제시 장치 개발)

  • Seo, Chang-Hoon;Kim, Hyun-Ho;Lee, Jun-Hun;Lee, Beom-Chan;Ryu, Je-Ha
    • Journal of the HCI Society of Korea
    • /
    • v.1 no.1
    • /
    • pp.29-36
    • /
    • 2006
  • Tactile displays can provide useful information without disturbing others and are particularly useful for people with visual or auditory impairments. They can also complement other displays. In this paper, we present a new vibrotactile display device for wearable, mobile, and ubiquitous computing environments. The proposed vibrotactile device has a $5{\times}5$ array configuration for displaying complex information such as letters, numbers, and haptic patterns as well as simple directional ques and situation awareness alarms. Commercially available coin-type vibration motors are embedded vertically in flexible mounting pads in order to best localize vibrations on the skin. An embedded microprocessor controls the motors sequentially with an advanced tracing mode to increase recognition rate. User studies with the vibrotactile device on the top of the foot show 86.7% recognition rate for alphabet characters after some training. In addition, applying vibrotactile device to driving situation shows 83.9% recognition rate. We also propose some potentially useful application scenarios including Caller Identification for mobile phones and Navigation Aids for GPS systems while driving.

  • PDF

A Study on Route Map Visualization Method for Mobile Handset (모바일 핸드셋을 위한 라우트맵 시각화 방법에 관한 연구)

  • Park, Dong-Kyu;Ryu, Dong-Sung;Ou, Yoon
    • Journal of Korea Multimedia Society
    • /
    • v.7 no.2
    • /
    • pp.231-240
    • /
    • 2004
  • Location Based Service(LBS) system is widely used in Car Navigation Service(CNS), position tracing, tour guide, etc. Recently, the development of a mobile hardware enables us to run various application of software on small handset. Although CNS systems are widely used on personal computer, PDA and embedded machines, small display system of a mobile handset still constrains to make it difficult to developed route visualization and navigation system. In this paper, we propose a new route map visualization system on mobile handset environment for LBS system. We use modified line simplification algorithm that removes extraneous information and places more emphasis on the turning point. We also adopted level of detail route visualization technique for visualization of a detail map. This system improved turn-by-turn method and line drive system, which are widely adopted by current route visualization system.

  • PDF

A Camera Image Authentication Using Image Information Copyright Signature for Mobile Device without Distortion (무왜곡 휴대용 단말기 영상정보 권한서명을 이용한 카메라 영상 인증)

  • Han, Chan-Ho;Moon, Kwang-Seok
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.15 no.2
    • /
    • pp.30-36
    • /
    • 2014
  • Quality and resolution of camera in mobile device is improved significantly. In this paper, we propose block-based information hide techniques without image distortion for mobile device to solve image degradation in conventional watermarking methods. Information of image is composed with text such as camera maker, model, date, time, etc. Each text is converted to $8{\times}8$ pixel blocks and is added to the bottom of image. Generally image including block based information for image authentication are compressed using JPEG in mobile device. The vertical line value in JPEG header is modified by original size of image sensor. This technique can hide the block based authentication information using general decoder. In the experimental results, JPEG file size is slightly increased within 0.1% for the proposed block based authentication information encoding. Finally proposed methods can be adopted for various embedded systems using medical image, smart phone and DSLR camera.

A Design of Wireless Sensor Node Using Embedded System (임베디드 시스템을 활용한 무선 센서 노드설계)

  • Cha, Jin-Man;Lee, Young-Ra;Park, Yeon-Sik
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.13 no.3
    • /
    • pp.623-628
    • /
    • 2009
  • The emergence of compact and low-power wireless communication sensors and actuators in the technology supporting the ongoing miniaturization of processing and storage allows for entirely the new kinds of embedded systems. These systems are distributed and deployed in environments where they may have been designed into a particular control method, and are often very dynamic. Collection of devices can communicate to achieve a higher level of coordinated behavior. Wireless sensor nodes deposited in various places provide light, temperature, and activity measurements. Wireless sensor nodes attached to circuits or appliances sense the current or control the usage. Together they form a dynamic and multi-hop routing network connecting each node to more powerful networks and processing resources. Wireless sensor networks are a specific-application and therefore they have to involve both software and hardware. They also use protocols that relate to both applications and the wireless network. Wireless sensor networks are consumer devices supporting multimedia applications such as personal digital assistants, network computers, and mobile communication devices. Wireless sensor networks are becoming an important part of industrial and military applications. The characteristics of modem embedded systems are the capable of communicating adapting the different operating environments. In this paper, We designed and implemented sensor network system which shows through host PC sensing temperature and humidity data transmitted for wireless sensor nodes composed wireless temperature and humidity sensor and designs sensor nodes using embedded system with the intention of studying USN.

Information Sharing System Based on Ontology in Wireless Internet (무선 인터넷 환경에서의 온톨로지 기반 정보 공유 시스템)

  • 노경신;유영훈;조근식
    • Proceedings of the IEEK Conference
    • /
    • 2003.11b
    • /
    • pp.133-136
    • /
    • 2003
  • Due to recent explosion of information available online, question- answering (Q&A) systems are becoming a compelling framework for finding relevant information in a variety of domains. Question-answering system is one of the best ways to introduce a novice customer to a new domain without making him/her to obtain prior knowledge of its overall structure improving search request with specific answer. However, the current web poses serious problem for finding specific answer for many overlapped meanings for the same questions or duplicate questions also retrieved answer for many overlapped meanings fer the same questions or duplicate questions also retrieved answer is slow due to enhanced network traffic, which leads to wastage of resource. In order to avoid wrong answer which occur due to above-mentioned problem we propose the system using ontology by RDF, RDFS and mobile agent based on JAVA. We also choose wireless internet based embedded device as our test bed for the system and apply the system in E-commerce information domain. The mobile agent provides agent routing with reduced network traffic, consequently helps us to minimize the elapsed time for answers and structured ontology based on our proposed algorithms sorts out the similarity between current and past question by comparing properties of classes.

  • PDF

Applying In-Page Logging to SQLite DBMS (SQLite DBMS에 IPL 기법 응용)

  • Na, Gap-Joo;Kim, Sang-Woo;Kim, Jae-Myung;Lee, Sang-Won
    • Journal of KIISE:Databases
    • /
    • v.35 no.5
    • /
    • pp.400-410
    • /
    • 2008
  • Flash memory has been widely used in mobile devices, such as mobile phone and digital camera. Recently flash SSD(Solid State Disk), having same interface of the disk drive, is replacing the hard disk of some laptop computers. However, flash memory still cannot be considered as the storage of database systems. The FTL(Flash Translation Layer) of commercial flash SSD, making flash memory operate exactly same as a hard disk, shows poor performance on the workload of databases with many random overwrites. Recently In-Page Logging(IPL) approach was proposed to solve this problem. In this paper, we implement IPL approach on SQLite, a popular open source embedded DBMS, and evaluate its performance. It improves the performance by up to 30 factors for update queries.

A GPU scheduling framework for applications based on dataflow specification (데이터 플로우 기반 응용들을 위한 GPU 스케줄링 프레임워크)

  • Lee, Yongbin;Kim, Sungchan
    • Journal of Korea Multimedia Society
    • /
    • v.17 no.10
    • /
    • pp.1189-1197
    • /
    • 2014
  • Recently, general purpose graphic processing units(GPUs) are being widely used in mobile embedded systems such as smart phone and tablet PCs. Because of architectural limitations of mobile GPGPUs, only a single program is allowed to occupy a GPU at a time in a non-preemptive way. As a result, it is difficult to meet performance requirements of applications such as frame rate or response time if applications running on a GPU are not scheduled properly. To tackle this difficulty, we propose to specify applications using synchronous data flow model of computation such that applications are formed with edges and nodes. Then nodes of applications are scheduled onto a GPU unlike conventional scheduling an application as a whole. This approach allows applications to share a GPU at a finer granularity, node (or task)-level, providing several benefits such as eliminating need for manually partitioning applications and better GPU utilization. Furthermore, any scheduling policy can be applied in response to the characteristics of applications.

Advancements in Photoactivated Gas Sensors: A Review

  • Kichul Lee;Inkyu Park
    • Journal of Sensor Science and Technology
    • /
    • v.33 no.5
    • /
    • pp.359-365
    • /
    • 2024
  • Chemiresistive semiconductor metal oxide (SMO) gas sensors detect gases based on resistance changes caused by gas adsorption/desorption on SMOs. These sensors have witnessed significant advancements with the development of microelectromechanical systems (MEMS) and nanotechnology. MEMS technology has facilitated mass production, miniaturization, and uniformity across sensors. Whereas, nanotechnology has contributed to the development of high-sensitivity gas sensing materials with large surface areas, catalytic coatings, and hybrid SMO junctions. However, SMOs require activation via external energy to overcome their bandgap energy and generate hot electron carriers, which are essential for high sensitivity and fast response/recovery times. Traditionally, embedded heaters have been used for this purpose; however, micro-and nano-heaters are plagued by high power consumption and low durability, which limit their use in mobile applications. Consequently, photoactivated gas sensing using light sources (e.g., lamps and LEDs) has garnered attention as an alternative approach. This study reviewed the progress from early lamp and LED-based research to recent studies on monolithic micro-LED (µLED) based gas sensors. µLED gas sensors facilitate room-temperature operation and ultra-low power consumption within the microwatt range. Consequently, they are highly suitable for integration into consumer electronics, smart farms, smart factories, and mobile gas sensors.

Implementation of Performance Measurement and Power Monitoring System for Mobile Processor on Windows CE Environment (Windows CE 환경에서 모바일 프로세서의 성능 측정 및 전력 모니터링 시스템 구현)

  • Jeon, Byung-Chan;Choe, Gyu-Seok;Hong, You-Sik;Lee, Sang-Jeong
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.8 no.5
    • /
    • pp.137-147
    • /
    • 2008
  • Recently, Power and thermal management are becoming major concerns in computer system design. The energy efficiency is an important attribute of the mobile and embedded systems. Today's powerful mobile processors needs more energy and longer battery life. Many research has been focused to reduce energy consumption for the mobile processors.In this paper, performance monitoring system for the Power-management techniques is implemented for Intel's XScale microarchitecture-based Marvell PXA320 processor on Windows CE platform. It also provides software interface for changing DVFS configuration. Performance and power consumption are measured for benchmark programs through performance counter value and voltage/current measurements on LabVIEW platform. By using the developed monitoring system, it is possible for dynamic power management to track processor's workload and to determine the actual power consumption.

  • PDF

Context-aware Mobile system for Augmentative and Alternative Communication (보완대체 의사소통도구를 위한 상황인식 모바일 시스템)

  • Park, DongGyu;Kim, Young-Joo
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.17 no.7
    • /
    • pp.1740-1746
    • /
    • 2013
  • Augmentative and alternative communication(AAC) is a communication tool for those with impairments or restrictions on the production or comprehension of spoken language. Traditional AAC has used a portable board with pictures and texts with which disabled person could be supported by it. Currently, smart phone based AAC researches and developments are actively studying. With emerging concepts of context-aware computing, the mobile devices can provide mobile users with timely information and location based services. We proposed a adjustable AAC system for disabled people of which has variable layouts and selectable items. We also implemented context-ware application for AAC systems including time, location and click count informations on smart phone. The system can adaptively change its layout and select AAC items depending on various situation of disabled persons.