반응형
MQTT프로토콜를 통해 라즈베리에 데이터를 전송합니다. 이때 Ethernet을 사용하는데, 이때 Arduino Ethernet을 사용하게 된다. 1
Home Automation 과 sensing은 Arduino와 OpenHAB 그리고 MQTT프로토콜을 이용하였다.
Arduino를 이용하여 차고를 모니터하고 OpenHAB를 이용하여 무선웹인터페이스를 표시한다.
MQTT(Message Queue for Telemety Transport)
게시물 : http://www.instructables.com/id/Uber-Home-Automation/
Description
Home automation and sensing using Arduino, OpenHAB, and MQTT. With emphasis on low cost (less than $20) wireless sensor nodes. Here’s an example using Arduino to monitor the position of a garage door, and wirelessly report the position to OpenHAB, to be displayed the web interface.
Pictures
- 모바일기기에 최적화된 message protocol이다.경량의 Publish/Subscribe(Pub/Sub) 메시징 프로토콜이다. M2M(machine-to-machine)와 IoT(Internet of things)에서 사용하는 걸 목적으로 하는 만큼, 낮은 전력으로도 사용할 수 있도록 설계됐다. 메시지를 발행(publishing) 하고, 관심 있는 주제를 구독(subscribe) 하는 것을 기본 원칙으로 한다 [본문으로]
반응형
'Development > 퍼옴' 카테고리의 다른 글
W5500 keil 포팅자료 (0) | 2014.11.06 |
---|---|
xBoard Relay with W5100 (0) | 2014.11.06 |
LEDShield + wiz820io (0) | 2014.11.06 |
Solar differential controller with wiz812mj (0) | 2014.11.06 |
duinoCase-A (0) | 2014.11.06 |