Implementation of IoT using Raspberry Pi and Bluetooth Serial Communication

라즈베리파이와 블루투스 시리얼 통신을 활용한 IoT 구현

  • Published : 2021.10.03

Abstract

The Internet of Things (IoT) is a term first used by Kevin Ashton, director of MIT's Auto ID Center, in 1999, and refers to the connection of things to the Internet. Bluetooth, one of the wireless networks, is a technology developed as an industry standard for personal short-range wireless communication first developed by Ericsson in 1994. Since the Raspberry Pi has Bluetooth built-in, a wireless network is possible. This paper implements a module for the Internet of Things by implementing serial communication in the Bluetooth built-in Raspberry Pi 3 B+. There was a problem that Bluetooth communication was impossible between raspberries, so the discovery function was activated and serial communication was added to successfully link the communication.

사물인터넷은 1999년 MIT의 Auto ID Center 소장인 케빈 에쉬튼(Kevin Ashton)이 처음 사용한 용어로, 사물이 인터넷과 연결되는 것을 의미한다. 무선 네트워크 중 하나인 블루투스는 1994년 에릭슨이 최초로 개발한 개인 근거리 무선 통신을 위한 산업 표준으로 개발된 기술이며, 라즈베리파이에 블루투스가 내장되어 있어 무선 네트워크가 가능하다. 본 논문은 라즈베리파이3 B+에 내장된 블루투스에서 시리얼 통신을 구현하여 사물인터넷용 모듈을 구현하고 있다. 라즈베리끼리는 블루투스 통신이 불가능한 문제점이 있어, 디스커버리 기능을 활성화하고 시리얼 통신을 추가하여 통신 연동에 성공하였다.

Keywords