• 제목/요약/키워드: Sensor HAL

검색결과 11건 처리시간 0.029초

용이한 USN 응용 개발을 위한 센서추상화 지원 센서노드 운영체제 (A Sensor Node Operating System Supporting Sensor Abstractions for Ease Development of USN Applications)

  • 은성배;소선섭;김병호
    • 한국정보과학회논문지:시스템및이론
    • /
    • 제36권5호
    • /
    • pp.371-379
    • /
    • 2009
  • 기존의 센서노드 운영체제들은 응용프로그램에 대한 센서추상화를 지원하지 못한다. 따라서 응용이 센서를 위한 하드웨어, 디바이스 드라이버 등을 직접 개발해야 하는 부담을 갖는다. 본 논문에서는 센서추상화를 지원하는 운영체제 구조를 제시한다. 제안된 운영체제는 추상화된 센서 HW 인터페이스 기반의 HAL을 제공하고 센서 접근을 위한 추상화된 API를 제공한다. 센서제작자는 HAL을 이용하여 센서디바이스 드라이버를 작성한다. 응용프로그래머는 센서 API를 이용하여 응용을 작성한다. 이러한 개발방식은 응용프로그래머의 부담을 크게 줄여서 USN 응용 개발을 활성화할 수 있다. 본 논문에서는 첫째로, 센서장착을 용이하게 하는 표준화된 센서 HW 인터페이스를 정의하였다. 둘째로, 센서를 추상화한 센서접근 API를 제공하였다. 셋째로, 센서 디바이스 드라이버를 작성할 때 활용될 HAL 라이브러리를 정의하였다. 예제 응용 프로그램을 작성하여 본 논문에서 제안한 센서노드 운영체제가 센서 추상화를 성공적으로 지원하는 것을 보였다.

센서노드의 센서 투명성을 지원하는 TinyOS의 확장 (Design and Implementation of TinyOS Supporting Sensor Transparency of Sensor Nodes)

  • 소선섭;은성배;김병호
    • 한국정보통신학회논문지
    • /
    • 제14권9호
    • /
    • pp.2127-2133
    • /
    • 2010
  • 본 논문에서는 범용 운영체제에서 제공하는 디바이스 투명성을 센서노드 운영체제에 적용한 센서 투명성 아키텍처를 제안하였다. 센서 투명성을 지원하기 위한 표준 API와 센서 디바이스 추상화를 설계하고 TinyOS 운영체제에서 구현하였다. 본 논문에서 제안한 센서 투명성 지원 센서노드 운영체제를 사용하면 응용 개발자는 운영체제에서 제공되는 표준 API를 통해 센서 디바이스에 독립적으로 응용 프로그램을 개발할 수 있고, 센서 디바이스 공급자 또한 표준화된 하드웨어 인터페이스와 HAL 인터페이스를 통해 센서노드 하드웨어 플랫폼에 독립적으로 센서 디바이스 드라이버를 개발하고 공급할 수 있다.

무선 센서 노드상의 저가형 플래시 메모리를 위한 하드웨어 추상화 구조 (Hardware Abstraction Architecture for Low Cost Flash Memories in Wireless Sensor Nodes)

  • 김창훈;권영직
    • 한국산업정보학회논문지
    • /
    • 제14권2호
    • /
    • pp.72-80
    • /
    • 2009
  • 본 논문에서는 무선 센서 노드에 사용 가능한 저가형 플래시 메모리를 위한 하드웨어 추상화 구조(Hardware Abstraction Architecture: HAA)를 제안한다. 제안된 HAA는 3개 의 계층으로 이루어져 있으며, 세 개의 계층은 HIL(Hardware Interlace Layer), HAL(Hardware Adaption Layer), HPL(Hardware Presentation Layer)로 구성된다. 여기서 HIL은 상위 계층의 어플리케이션에 대해 플랫폼 독립적인 인터페이스를 제공하고, HAL은 하드웨어 추상계층에서 가장 핵심적인 부분으로서 하드웨어 자원 제어, 상태관리,논리적 명령어를 생성하며, HPL은 하드웨어 초기화 및 플래시 메모리와의 통신 부분을 담당한다. 제안된 HAA는 무선 센서노드에 가장 많이 사용되고 있는 Atmel사의 AT45DB 계열의 플래시 메모리에 적용되었으며, 4,384 바이트의 프로그램 메모리와 195 바이트의 데이터 메모리를 사용한다. 따라서 본 논문에서 제안된 HAA 구조는 3계층으로 설계되었기 때문에 소프트왜어 개발 측면에서 높은 유연성, 확장성, 재사용성을 제공하며, 낮은 메모리를 시용하기 때문에 무선 센서 노드용으로 적합하다 할 수 있다.

분산화된 센서와 엑츄에이터에 대한 로봇 소프트웨어 컴포넌트의 인터페이스 추상화 (Robot software component interface abstractions for distributed sensor and actuator)

  • 양광웅;원대희;최무성;김홍석;이호길;박준우
    • 한국정밀공학회:학술대회논문집
    • /
    • 한국정밀공학회 2005년도 춘계학술대회 논문집
    • /
    • pp.1028-1033
    • /
    • 2005
  • Robot is composed of various devices but, those are incompatible with each other and hardly developing reusable control software. We suggest standard abstract interface for robot software component to make portable device and reusable control software of robot. This assures uniform abstracted interface to the device driver software like sensor and actuator and, control program can be transparent operation over device. We can develop devices and control software separately and independently with this idea. This makes it possible to replace existing devices with new devices which have a improved performance.

  • PDF

Robot software component interface abstractions for distributed sensor and actuator

  • Yang, Kwang-Woong;Won, Dae-Heui;Choi, Moo-Sung;Kim, Hong-Seok;Lee, Tae-Geun;Kwon, Sang-Joo;Park, Joon-Woo
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2005년도 ICCAS
    • /
    • pp.2285-2289
    • /
    • 2005
  • Robot is composed of various devices but, those are incompatible with each other and hardly developing reusable control software. This study suggests standard abstract interface for robot software component to make portable device and reusable control software of robot, based on familiar techniques to abstract device in operating systems. This assures uniform abstracted interface to the device driver software like sensor and actuator and, control program can be transparent operation over device. This study can separately and independently develop devices and control software with this idea. This makes it possible to replace existing devices with new devices which have an improved performance.

  • PDF

센서 투명성을 지원하는 센서 디바이스 매니저 (A Sensor Device Manager Supporting Sensor Transparency)

  • 방상호;은성배
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2008년도 추계학술발표대회
    • /
    • pp.998-1000
    • /
    • 2008
  • 센서 노드 운영체제는 응용 프로그래머의 개발 지원 및 체계적인 센서 관리를 위하여 센서 투명성을 지원해야 한다. 하지만 기존 센서 노드 운영체제들은 센서투명성을 지원하지 못한다. 센서 디바이스 드라이버를 응용이 직접 작성해야 하며 다양한 센서를 위한 공통 인터페이스를 제공하지 못한다. 본 논문에서는 센서 투명성을 지원하는 센서 디바이스 매니저를 제안한다. ETRI에서 개발한 Nano-Q+에서 센서 디바이스 매니저 기능을 구현하기 위하여 센서노드 플랫폼, 응용 API, 디바이스 매니저, HAL을 설계하고 구현하였다. 또한, 기존 Nano-Q+와 성능을 비교하고 평가하였다. 센서디바이스 매니저를 구현하여도 처리 속도 및 용량에 대한 성능 저하가 없음을 확인하였다.

SDS-TWR 기반의 거리측정 정확도를 위한 IEEE 802.15.4a 소프트웨어 스택 구현 (Implementation of IEEE 802.15.4a Software Stack for Ranging Accuracy Based on SDS-TWR)

  • 유준혁;김희철
    • 한국산업정보학회논문지
    • /
    • 제18권6호
    • /
    • pp.17-24
    • /
    • 2013
  • 거리측정(Ranging-based) 기반 무선측위 알고리즘을 활용하는 무선 네트워크 환경에서 위치추적의 정확도는 노드들 간의 거리측정의 정확도에 크게 좌우된다. 저전력 무선 네트워크 환경에서 거리측정 기반 무선측위의 실용화를 위해서는 하드웨어에서 제공하는 거리측정 정확도를 훼손시키지 않고 그대로 유지할 수 있는 안정된 HAL(Hardware Abstraction Layer)과 MAC(Medium Access Layer) 소프트웨어의 구현이 요구된다. 본 연구에서는 IEEE 802.15.4a를 지원하는 RF 칩인 나노트론(Nanotron)사의 NA5TR1를 기반으로 한 센서노드를 제작한 후 이 노드에 탑재될 IEEE 802.15.4a 소프트웨어 스택의 기본적인 기능을 설계 구현하였다. 소프트웨어 스택은 나노트론 사의 SDS-TWR 기법의 일반모드를 거리측정 알고리즘으로 채택 지원하고 있다. 개발된 센서노드를 활용해 테스트 네트워크를 구축한 후 노드간의 실 환경에서 실시간 거리측정의 정확도를 평가한 결과 SDS-TWR의 일반모드에서 평균 거리측정 오류율은 24.2%인 것으로 나타났다.

인간형 로봇 플랫폼 KHR-2 의 설계 및 하드웨어 집성 (Design and Hardware Integration of Humanoid Robot Platform KHR-2)

  • 김정엽;박일우;오준호
    • 대한기계학회:학술대회논문집
    • /
    • 대한기계학회 2004년도 추계학술대회
    • /
    • pp.579-584
    • /
    • 2004
  • In this paper, we present the mechanical, electrical system design and system integration of controllers including sensory devices of the humanoid, KHR-2 (KAIST Humanoid Robot - 2). We have developed KHR-2 since 2003. Total number of DOF of KHR-2 is 41. Each arm including a hand has 11 DOF and each leg has 6 DOF. Head and trunk also has 6 DOF and 1 DOF respectively. In head, two CCD cameras are used for eye. To control all axes efficiently, distributed control architecture is used to reduce computation burden of main controller and to expand devices easily. So we developed the sub-controller as a servo motor controller and a sensor interfacing devices using microprocessor. The main controller attached its back communicates with sub-controllers in real-time by CAN (Controller Area Network) protocol. We used Windows XP as its OS (Operation System) for fast development of main control program and easy extension of peripheral devices. And RTX HAL extension commercial software is used to realize the real-time control in Windows XP environment.

  • PDF

간이용 엘리베이터 장치 개선에 관한 연구 (A Study on the Improvement of Easy Elevator Equipment)

  • 위성동;구활본
    • 한국전기전자재료학회:학술대회논문집
    • /
    • 한국전기전자재료학회 2001년도 기술교육위원회 창립총회 및 학술대회 의료기기전시회
    • /
    • pp.82-88
    • /
    • 2001
  • Manufactured easy elevator can drives from the first floor to fifth floor as sequence control circuit in cause opening than existing equipment of experiment and practice, the structure of in the first implementation process are hand-worked control component with push-button, L/S and relay, it is structured a lamp to express that the door open and moving of cage by mechanical action of For/Rev motor-braker of which load. The second structure of implement process to control from the first floor to the fifth floor with the PLC elevator program can control by the sensor of hand-operated function of L/Sl~L/S5 in time that the S/Wl~S/W5 of PLC control panel operates to the For/Rev. The function of two kind process that an elevator is driven by PLC program and the sequence control relay circuit is a mechanical relay sequence control field and it is equipment apparatus of it to get appropriately the technology of For/Rev in that mechanical operating cause of a load using the PLC program. Also the wring circuit using a plug, dissembly. the circuit and the principle of component, and PLC program with the function test can be used the implementation field to the total technology theory about FA.

  • PDF

간이 엘리베이터 수.자동 개폐배선 제어방식에 관한연구 (A Study on the Control Method of Hand & Automatic Operation of On-Off Wiring of an Easy Elevator)

  • 위성동;구할본;김태성
    • 한국전기전자재료학회:학술대회논문집
    • /
    • 한국전기전자재료학회 2002년도 하계학술대회 논문집 Vol.3 No.2
    • /
    • pp.1107-1112
    • /
    • 2002
  • An easy elevator originated is an opened system to compare an existing equipment, and learning efficient is high as a wiring that the sequence control circuit is on and off. The structure of an equipment to be controled from the first floor to the fifth floor is constructed by a lamp to express the function of the open-close of the door according to the cage moving, to express the mechanical actuation of the forward-reverse break and motor of load and of hand-worked control component of Push-Button S/W, L/S and Relay. In order to act of the elevator function that these components connected, designed the auto program and the sequence control circuit. Consequently the process that these(1~5steps) operated the cage with an auto program of the elevator and the sequence control circuit is controled by the step of forward and reverse that the L/S1~L/S5 of sensor adjust function let posit, by the adjustable S/W1~S/W5 of PLC testing panel and the S/W1~S/W5 which installed on the transparent acryl plate of a frame. In here, improved apparatus is the learning equipment of combined use to study the principle and the technique of the originated sequence control circuit and the auto program of PLC.

  • PDF