• Title/Summary/Keyword: Sensor Interface System

Search Result 524, Processing Time 0.026 seconds

An embedded vision system based on an analog VLSI Optical Flow vision sensor

  • Becanovic, Vlatako;Matsuo, Takayuki;Stocker, Alan A.
    • Proceedings of the Korea Society of Information Technology Applications Conference
    • /
    • 2005.11a
    • /
    • pp.285-288
    • /
    • 2005
  • We propose a novel programmable miniature vision module based on a custom designed analog VLSI (aVLSI) chip. The vision module consists of the optical flow vision sensor embedded with commercial off-the-shelves digital hardware; in our case is the Intel XScale PXA270 processor enforced with a programmable gate array device. The aVLSI sensor provides gray-scale imager data as well as smooth optical flow estimates, thus each pixel gives a triplet of information that can be continuously read out as three independent images. The particular computational architecture of the custom designed sensor, which is fully parallel and also analog, allows for efficient real-time estimations of the smooth optical flow. The Intel XScale PXA270 controls the sensor read-out and furthermore allows, together with the programmable gate array, for additional higher level processing of the intensity image and optical flow data. It also provides the necessary standard interface such that the module can be easily programmed and integrated into different vision systems, or even form a complete stand-alone vision system itself. The low power consumption, small size and flexible interface of the proposed vision module suggests that it could be particularly well suited as a vision system in an autonomous robotics platform and especially well suited for educational projects in the robotic sciences.

  • PDF

A Study on Manufacturing of Mobile Robot System having Flexible Trajectory for Manless-Transportation (무인 운반용 유연궤도 이동로봇 시스템 제작에 관한 연구)

  • 이부형;송필재
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.4 no.3
    • /
    • pp.284-288
    • /
    • 2003
  • In this paper, a mobile robot system which have trajectory of metal tape- type is designed and manufactured. The mobile robot for manless-transportation consists of sensor-part with ultrasonic and infrared sensor, motor-part with motor and encoder, user interface-part, central control-part and computer interface-part. The ultrasonic sensor detects obstacles which can appear during the mobile robot is move. The infrared sensor has ability which detect the metal tape trajectory and then lead the robot to a correct position. By using the mobile robot, the flexiblity of a moving trajectory is improved and cost which can happen in using a mobile robot system having trajectory is cut as well.

  • PDF

Developing Trend of an Ubiquitous Interface Technologies (유비쿼터스 인터페이스 기술의 개발 동향)

  • Lee, Hyeon-Jae;O, Chang-Heon
    • 한국디지털정책학회:학술대회논문집
    • /
    • 2005.11a
    • /
    • pp.299-311
    • /
    • 2005
  • This article introduces developing trends of an "Ubiquitous Interface" as an access method for use of various network resources, such as public wireless networks and un-licensed wireless networks in ubiquitous sensor network environments, without troublesome settings or operations by users. "Ubiquitous Interface" is include a relatively wide sense meaning not only physical interface of specified device or between processors, but anything method for access USN. These "Ubiquitous Interface" able to provide seamless services that adapt autonomously to the user's movements and changes in the state of wireless resources. Recently, strongly recommended candidates are RFID, NFC, Multi-mode mobile terminal, Wearable computer and OSGi for integrated digital home networking system as a future ubiquitous interface. These candidates are have to have flexibility and multiple physical communication channel for seamless service hand over and serve easy connection at huge USN to user. And, must have flexible software structure and multi-functional middleware. Consequently, for more enhance performance of an ubiquitous interface and developing, need more structured and integrated future plan.

  • PDF

Smart Water Quality Sensor Platform For Hydroponic Plant Growing Applications

  • Nagavalli, Venkata Raja Satya Teja;Lee, Seung-Jun;Lee, Kye-Shin
    • Journal of Multimedia Information System
    • /
    • v.5 no.3
    • /
    • pp.215-220
    • /
    • 2018
  • This work presents a smart water quality sensor for hydroponic plant growing applications. The proposed sensor can effectively measure pH level and electrical conductivity of the water solution. The micro-controller incorporated in the sensor processes the raw sensor data, and converts it into a readable format. In addition, through the mobile interface realized using a WiFi module, the sensor can send data to the web server database that collects and stores the data. The data stored in the web server can be accessed by a personal computer or smart phone. The prototype sensor has been implemented, and the operations have been verified under an actual hydroponic plant growing application.

Indoor Air-Conditioning System in building Using Lower Power Wireless Sensor Network (저전력 무선센서 네트워크를 이용한 빌딩 내 환경공조 시스템)

  • Lee, Seung-Chul;Chung, Wan-Young
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2007.06a
    • /
    • pp.397-400
    • /
    • 2007
  • Indoor air-conditioning system(IAS) using wireless sensor network serves to reduce the amount of pollution entering the room from outside and also the pollution that is generated indoor. Small-size and lower power wireless sensor node and sensor interface board was designed for indoor air-conditioning system in buildings of offices and industrial establishments. Many sensor nodes forms Ad-hoc network topology using simple forwarding routing to transmit polluting gas concentration data from different rooms to the indoor air-conditioning system. Sensor node analyzes pollution concentration in the each room and air-conditioning system performs to air-distribution and air-inhalation according to room's pollution by regulating the fan of indoor air-conditioning system. To reduce power consumption electrochemical gas sensor was used in the design. Thus the designed system can optimize state of indoor environment. Graphic user interface displays node sate, gas concentration and temperature of each room.

  • PDF

Web-based Measurement of ECU Signals on Vehicle using Embedded Linux

  • Choi, Kwang-Hun;Lee, Lee;Lee, Young-Choon;Kwon, Tae-Kyu;Lee, Seong-Cheol
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2004.08a
    • /
    • pp.138-142
    • /
    • 2004
  • In this paper, we present a new method for monitoring of ECU's sensor signals of vehicle. In order to measure the ECU's sensor signals, the interfaced circuit is designed to communicate ECU and the Embedded Linux is used to monitor communication result through Web the Embedded Linux system and this system is said "ECU Interface Part". In ECU Interface Part the interface circuit is designed to match voltage level between ECU and SA-1110 micro controller and interface circuit to communicate ECU according to the ISO, SAE communication protocol standard. Because Embedded Linux does not allow to access hardware directly in application level, anyone who wants to modify any low level hardware must develop device driver. To monitor ECU's sensor signals the most important thing is to match serial level between ECU and ECU Interface Part. It means to communicate correctly between two hardware we need to match voltage and signal level, and need to match baudrate. The voltage of SA-1110 is 0 ${\sim}$ +3.3V and ECU is 0 ${\sim}$ +12V and, ECU's communication Line K does multiple operation so, the interface circuit is used to match voltage and signal level. In Addition to ECU's baudrate is 10400bps, it's not standard baudrate in computer environment. So, we need to develop a device driver to control the interface circuit, and change baudrate. To monitor ECU's sensor signals through web there's a network socket program is working in Embedded Linux. It works as server program and manages user's connections and commands. Anyone who wants to monitor ECU's sensor signals he just only connect to Embedded Linux system with web browser then, Embedded Linux webserver will return the ActiveX webbased measurement software. It works in web browser and inits ECU, as a result it returns sensor signals through web. All the programs are developed with GCC(GNU C Compiler) and, webbased measurement software is developed with Borland C++ Builder.

  • PDF

An Implementation of Spirometry System Based Differential Pressure Method (차동 압력 방식을 이용한 호흡측정 시스템 구현)

  • 김요한;신창민;김영길
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2002.11a
    • /
    • pp.440-447
    • /
    • 2002
  • This paper considerated about exact flow volume calculation method from factors having an influence on measurement and introduced in anesthesia ventilator realized spirometry system. System used differential pressure sensing method with factors, that is temperature, pressure, gas density, humidity and mucus etc. System optimized for low power system for mobile system. System composed analog interface part, signal processing part, display part. Analog interface part have differential pressure flow sensor and defferential pressure sensor. Signal processing part have AVR processor for low power system display part use serial port (RS232, SPT). so it display at pc monitor or send to anesthesia ventilator. System is stable by linearizing 2th characteristics of flow-differential pressure, auto correction of sensor. Noise reduced by algorithm with analog filter and digital processing. Small, light, low power system is good at mobile system and applied to patient in emergency or mobile. and, System is useful at anesthesia ventilator by using flow sensor.

  • PDF

Motor Imagery based Application Control using 2 Channel EEG Sensor (2채널 EEG센서를 활용한 운동 심상기반의 어플리케이션 컨트롤)

  • Lee, Hyeon-Seok;Jiang, Yubing;Chung, Wan-Young
    • Journal of Sensor Science and Technology
    • /
    • v.25 no.4
    • /
    • pp.257-263
    • /
    • 2016
  • Among several technologies related to human brain, Brain Computer Interface (BCI) system is one of the most notable technologies recently. Conventional BCI for direct communication between human brain and machine are discomfort because normally electroencephalograghy(EEG) signal is measured by using multichannel EEG sensor. In this study, we propose 2-channel EEG sensor-based application control system which is more convenience and low complexity to wear to get EEG signal. EEG sensor module and system algorithm used in this study are developed and designed and one of the BCI methods, Motor Imagery (MI) is implemented in the system. Experiments are consisted of accuracy measurement of MI classification and driving control test. The results show that our simple wearable system has comparable performance with studies using multi-channel EEG sensor-based system, even better performance than other studies.

Development of 3-D viewer for indoor location tracking system using wireless sensor network

  • Yang, Chi-Shian;Chung, Wan-Young
    • Journal of Sensor Science and Technology
    • /
    • v.16 no.2
    • /
    • pp.110-114
    • /
    • 2007
  • In this paper we present 3-D Navigation View, a three-dimensional visualization of indoor environment which serves as an intuitive and unified user interface for our developed indoor location tracking system via Virtual Reality Modeling Language (VRML) in web environment. The extracted user's spatial information from indoor location tracking system was further processed to facilitate the location indication in virtual 3-D indoor environment based on his location in physical world. External Authoring Interface (EAI) provided by VRML enables the integration of interactive 3-D graphics into web and direct communication with the encapsulated Java applet to update position and viewpoint of user periodically in 3-D indoor environment. As any web browser with VRML viewer plug-in is able to run the platform independent 3-D Navigation View, specialized and expensive hardware or software can be disregarded.

A Study on Development of Internet Based Power Management System Using a Microprocessor (마이크로프로세서를 이용한 인터넷기반 전력관리시스템 개발에 관한 연구)

  • 천행춘
    • Journal of Advanced Marine Engineering and Technology
    • /
    • v.28 no.5
    • /
    • pp.746-753
    • /
    • 2004
  • In this paper, the Power Management System(PMS) which based on a decision making system according to power strategy is proposed and implemented. PMS is designed to have functions of power monitoring. controlling, synchronizing load sharing and monitoring of driving engine, etc. PMS consists of the internet communication system(ICS). Remote Management System(RMS) and Sensor Driver System (SDS) ICS transmits the monitoring and supervisory data via Internet to Remote Management System(RMS) in real-time SDS detects various power system data on local generator and utility via I/O interface system. I/O interface system receives various status data and outputs control signals. Implemented PMS is tested with dummy signal to verify proposed functions and shows good results. For future study implemented PMS will be tested under real load condition to merchandize.