• Title/Summary/Keyword: IOT System

Search Result 145, Processing Time 0.027 seconds

A Study on Data Gata Gateway for Indoor Location Detection and Its Upload (실내 위치정보 확인 시스템 및 데이터 게이트웨이 구현에 대한 연구)

  • Cho, Youngseok
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.12 no.1
    • /
    • pp.63-69
    • /
    • 2016
  • Although the previous information technologies had been used for the quick and accurate processing of work, At present, however, as the combination with the Internet, the IOT(Internet-of-Things) era in which the diverse pieces of information are collected and handled through the sensor networks is in progress. Among these application fields of the IoT, the indoors position identification technology has been developing in the direction of providing the position information in the buildings of which the lengths and the interiors are complicated and in the direction of providing the various pieces of information and others of the like to the nearby customers. In this paper, we proposed an indoors position identification system that detects the patrol positions of the prison officers in the correctional facilities and in the prisons by using the ultrasonic waves, that transmits these to the control system and the data gateway, and that transmits the detected data. The Indoors Positioning identification System is organized with the tags for recognizing the positions that transmit the ultrasonic signal, ultrasonic receiver and data gateway. And the indoors position information data were transmitted to the management system through the data gateway. We evaluated the transmission error, by changing the distance of the proposed system for location recognition tag and the receiver, As a result, we found out that, when the transmission distance was 10 cm or less, the errors occurred in the form of the distortions. And when it was 110 cm or more, the transmission errors occurred due to the propagation diminutions of the ultrasonic wave signals. And when the transmission distance was from 10 cm to 100 cm, it was shown that the proposed system was possible without any errors.

Mobile ECG Measurement System Design with Fetal ECG Extraction Capability (태아 ECG 추출 기능을 가지는 모바일 심전도 측정 시스템 설계)

  • Choi, Chul-Hyung;Kim, Young-Pil;Kim, Si-Kyung;You, Jeong-Bong;Seo, Bong-Gyun
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.66 no.2
    • /
    • pp.431-438
    • /
    • 2017
  • In this paper, the abdomen ECG(AECG) is employed to measure the mother's ECG instead of the conventioanl thoracic ECG measurement. The fetus ECG signal can be extracted from the AECG using an algorithm that utilizes the mobile fetal ECG measurement platform, which is based on the BLE (Bluetooth Low Energy). The algorithm has been implemented by using a replacement processor processed directly from the platform BLE instead of the large statistical data processing required in the ICA(Independent component analysis). The proposed algorithm can be implemented on a mobile BLE wireless ECG system hardware platform to process the maternal ECG. Wireless technology can realize a compact, low-power radio system for short distance communication and the IOT(Intenet of Things) enables the transmission of real-time ECG data. It was also implemented in the form of a compact module in order for mothers to be able to download and store the collected ECG data without having to interrupt or move the logger, and later link the module to a computer for downloading and analyzing the data. A mobile ECG measurement prototype is manufactured and tested to measure the FECG for pregnant women. The experimental results verify a real-time FECG extraction capability for the proposed system. In this paper, we propose an ECG measurement system that shows approximately 91.65% similarity to the MIT database and the conventional algorithm and SNR performance about 10% better.

Implementation of Specific Target Detection and Tracking Technique using Re-identification Technology based on public Multi-CCTV (공공 다중CCTV 기반에서 재식별 기술을 활용한 특정대상 탐지 및 추적기법 구현)

  • Hwang, Joo-Sung;Nguyen, Thanh Hai;Kang, Soo-Kyung;Kim, Young-Kyu;Kim, Joo-Yong;Chung, Myoung-Sug;Lee, Jooyeoun
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.22 no.4
    • /
    • pp.49-57
    • /
    • 2022
  • The government is making great efforts to prevent crimes such as missing children by using public CCTVs. However, there is a shortage of operating manpower, weakening of concentration due to long-term concentration, and difficulty in tracking. In addition, applying real-time object search, re-identification, and tracking through a deep learning algorithm showed a phenomenon of increased parameters and insufficient memory for speed reduction due to complex network analysis. In this paper, we designed the network to improve speed and save memory through the application of Yolo v4, which can recognize real-time objects, and the application of Batch and TensorRT technology. In this thesis, based on the research on these advanced algorithms, OSNet re-ranking and K-reciprocal nearest neighbor for re-identification, Jaccard distance dissimilarity measurement algorithm for correlation, etc. are developed and used in the solution of CCTV national safety identification and tracking system. As a result, we propose a solution that can track objects by recognizing and re-identification objects in real-time within situation of a Korean public multi-CCTV environment through a set of algorithm combinations.

Implementation of file format analyzer for binary vulnerability analysis (바이너리 취약점 분석을 위한 파일 포맷 분석기 구현)

  • Oh, DongYeop;Ryu, Jea-cheol
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2018.07a
    • /
    • pp.466-469
    • /
    • 2018
  • 최근 PC를 비롯한 모바일, IOT 기기 등 다양한 환경에서의 사이버 공격이 기승을 부리고 있으며, 그 방법 또한 나날이 발전하고 있다. 이러한 사이버위협으로부터 개인 및 기업의 자산을 지키기 위한 근본적인 대안이 없이는 매번 반복적인 피해를 피하기 어려운 현실이다. 다양한 환경이라고 함은, 다양한 OS(Operation System), 다양한 ISA (Instruction Set Architecture)의 조합으로 이루어지는 사이버환경을 의미한다. 이러한 조합들은 일반 사용자들에게 가장 많이 쓰이는 Windows & Intel 조합의 환경과, Linux & Intel 또는 Linux & ARM 등 기업에서 서비스를 위해 쓰이는 서버 환경 등을 예로 들 수 있다. 그밖에 최근 IOT기기나 모바일 기기와 같은 환경도 있을 수 있다. 바이너리 파일에 대한 보안은 다양한 연구가 진행되고 있지만 그 범위가 방대하고, 깊이가 필요한 영역이라 진입 장벽이 높은 실정이다. 본 논문에서는 이러한 바이너리의 취약점을 분석하기 위한 첫 번째 단계로써 다양한 바이너리 파일을 하나의 정형화된 자료구조로 변환하는 바이너리 포맷 분석기의 한 방법을 제시하고자 한다. 다양한 OS와 다양한 ISA환경에서 사용되는 바이너리들에서 공통적으로 존재하는 정보들 중, 바이너리의 취약점 분석을 위해 필요한 데이터를 보다 효율적으로 수집하고, 관리하는 것이 바이너리를 통한 사이버 위협을 탐지하는 연구에서 기초가 된다고 할 수 있기 때문이다.

  • PDF

Design of Merchandise Recommendation System Using Environmental Information (주변 환경정보를 이용한 상품추천시스템 설계)

  • Kim, Sung-Jin;Lee, Ju-Eun;Kim, Chae-Yeon;Lee, Eun-Sol;Jang, Jae Suk;Lee, Jun-Dong;Choi, Jae-Hong
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2019.01a
    • /
    • pp.129-131
    • /
    • 2019
  • 본 논문에서는 다양한 아두이노 무선센서 모듈과 Raspberry Pi, 웹서버를 이용한 IOT 기반 환경정보 수집 시스템을 구현하고, 상품추천시스템을 제안한다. 이 시스템은 사용자가 주변 환경의 데이터를 정확하게 확인하고 활용할 수 있도록 한다. 상품추천 시스템에서는 상점 외부에 부착된 다양한 무선센서 모듈들을 이용해 상점 주변의 환경데이터를 수집하고, 무선통신을 통해 Raspberry Pi로 데이터를 전송한다. 전송된 데이터는 Server로 보내져 Server DB에 저장되고 Server에서 센서값들의 평균값을 계산해 Raspberry Pi로 다시 보내주면 Raspberry Pi에 연결된 모니터를 통해 실시간으로 주변의 데이터와 주변 상황에 맞는 경고 메시지를 보여주고, 이후 필요한 물건을 추천해준다.

  • PDF

A Study of the Internet of Thing Industry and Policy Implications (사물인터넷 산업 현황 및 정책적 대응방향)

  • Chun, Hwang-soo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2014.05a
    • /
    • pp.724-727
    • /
    • 2014
  • This paper is analyzing the situation of the Internet of Things Industry and draw the policy implications to promote Internet of Things industry. Major IT companies as Apple, Google, IBM, Sony, and Samsung have developed various smart glass and smart watch as a Iot products. In order to promote Iot Industry, we should take the build up of eco system between IT makers and the various contents provider, protection of personal information and data, development of killer applications and business models, and the conversion from IPv4 to IPv6 as a next internet address infra, build up of international standard platform on IoT.

  • PDF

Implementation of product recommendation system through mashup of weather information and peripheral information (기상정보와 주변 정보의 매시업을 통한 상품추천시스템 구현)

  • Lee, Ju-Eun;Kim, You-Jin;Kim, Chae-Yeon;Lee, Eun-Sol;Jang, Jae Suk;Kim, Sung-Jin;Choi, Jae-Hong;Lee, Jun-Dong
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2019.07a
    • /
    • pp.153-155
    • /
    • 2019
  • 본 논문에서는 다양한 아두이노 무선센서 모듈과 Raspberry Pi, 웹서버를 이용한 IOT 기반 환경정보 수집시스템과 기상청 API를 통한 기상정보, 상점 서비스를 매시업하여 상품추천시스템을 구현하였다. 이 시스템은 사용자가 주변 환경의 데이터를 정확하게 확인하고 그에 맞는 상품을 추천받을 수 있도록 한다. 상품추천시스템에서는 상점 외부에 부착된 환경정보 수집시스템에서 측정한 데이터와 기상청 API 데이터를 DB에 저장하고 DB에 저장된 데이터를 이용하여 상황에 맞는 기후화면디자인과 환경정보 데이터를 html로 구성하여 보여준다. Raspverry Pi에 연결된 모니터를 통해 실시간으로 정보를 보여주며 일정 시간 간격으로 관련 상품 광고를 보여주며 필요한 물건을 추천해준다.

  • PDF

Enhancement of Internet of Things (IOT) for Minimizing the Growth Rate of Disease and Cost Reduction

  • SYED ROMAT ALI SHAH;ALI ZAIB KHAN;SOHAIL ANWAR;MUNIB AHMAD
    • International Journal of Computer Science & Network Security
    • /
    • v.24 no.7
    • /
    • pp.202-206
    • /
    • 2024
  • Health Related issues has become a savior diseases as growing rapidly they also causing savior issues if they not cure they lead to even death. Fatal Diseases needed to be controlled at early stages to save the patient lives. The Knowledge related to the disease is also important so that it may be cure as soon as possible and also medicine for the illness is also needed to be supplied immediately so that it can be controlled. Some patients also need a continuous monitoring like aged and someone suffering to some fatal disease .IOT based monitoring system with the application of the Raspberry pi and the usage of the Local Area Network to connect the Doctors, Hospital, and Ambulance service also the pharmacy help to start the treatment of the patient effectively. Also acknowledging the doctors and hospital staff will help to save the life of the patient due to knowledge of the disease. Usage such smart and reliable technology will help to monitor the health condition of the patient at home and also connecting with the doctors through the internet will also acknowledge the doctor about the present condition of the patient. This paper presents the effective use of the smart devices and technology to overcome the disease by using such cost effective technology.

A Study on Workers' Risk-Aware Smart Bands System in Explosive Areas (폭발위험지역 근로자 위험 인지형 스마트밴드시스템에 대한 연구)

  • Lee, Byong-Kwon
    • Journal of Internet of Things and Convergence
    • /
    • v.5 no.2
    • /
    • pp.73-79
    • /
    • 2019
  • Research is underway on services and systems that provide real-time alerts for suffocating gases and potentially explosive materials, but currently smart bend type services are lacking. This study supports real-time identification of explosion hazards due to static electricity in the workplace and immediate elimination of accident occurrence factors, real-time monitoring of worker status and workplace hazards (oxygen, hazardous chemical concentration), and immediate warning and data in case of danger. We propose a method of establishing an accident prevention system through analysis. In this way, various accidents that may occur in industrial sites are monitored using IoT-based intelligent sensor nodes, wireless network technology, data processing middleware, and integrated control system, and real-time risk information at the industrial sites is prevented and accidents are prevented. By supporting a safe working environment, the company can significantly reduce costs compared to post-procurement costs.

Smart Plants Management System based on Internet (인터넷 기반 스마트 화초 관리 시스템)

  • Park, Hyunsook;Park, Chun-Kwan;Hong, You-Sik
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.15 no.5
    • /
    • pp.193-199
    • /
    • 2015
  • Recently the artificial intelligence green house system, which collects automatically the informations of plants cultivation circumstances and controls the growing circumstances, is studied using temperature, humidity and illuminance sensors. In this paper, the inference for plants cultivation of optimum circumstance conditions is simulated on the internet bases by predicting the temperature, humidity and illuminance. On the IOT circumstances, the plant cultivation conditions of temperature, humidity and illuminance, using Arduino sensor, are transmitted to the manager on realtime and if the optimum condition of temperature and humidity for plant cultivation is not equal to the values, the system transmits automatically the SMS warning messages on realtime. Although the sudden climite conditions(snow, rain, hot weather) are occurred, the optimum condition of plant cultivation can be controlled. In this paper, using Fuzzy rules and WEKA TOOL, although the same flora temperature zone is used, the simulation is produced for the optimum value of temperature, humidity and illuminance for the zone.