WO2010085138A2 - Coordinateur zigbee à interfaces adaptables - Google Patents

Coordinateur zigbee à interfaces adaptables Download PDF

Info

Publication number
WO2010085138A2
WO2010085138A2 PCT/MY2010/000016 MY2010000016W WO2010085138A2 WO 2010085138 A2 WO2010085138 A2 WO 2010085138A2 MY 2010000016 W MY2010000016 W MY 2010000016W WO 2010085138 A2 WO2010085138 A2 WO 2010085138A2
Authority
WO
WIPO (PCT)
Prior art keywords
microcontroller
interface
zigbee
usb
network
Prior art date
Application number
PCT/MY2010/000016
Other languages
English (en)
Other versions
WO2010085138A3 (fr
Inventor
Wan Hasmi Wan Kamal
Rizal Ahmad
Ismail Mat Yusoff
Ahmad Nizar Harun
Original Assignee
Mimos Berhad
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mimos Berhad filed Critical Mimos Berhad
Publication of WO2010085138A2 publication Critical patent/WO2010085138A2/fr
Publication of WO2010085138A3 publication Critical patent/WO2010085138A3/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/18Multiprotocol handlers, e.g. single devices capable of handling multiple protocols

Definitions

  • the present invention relates to a network device. More particularly, the present invention relates to a ZigBee coordinator.
  • ZigBee is designed to provide small, low-power digital radios based on the IEEE802.15.4-2006 standard for wireless personal area networks (WPANs). ZigBee is also targeted at radio-frequency (RF) applications that require a low data rate, long battery life, and secure networking.
  • RF radio-frequency
  • a ZigBee network may include a ZigBee coordinator (ZC), one more ZigBee routers, and a network of plurality of ZigBee end devices.
  • ZC ZigBee coordinator
  • the ZC is a root of the network tree generally adapted to bridge with other networks.
  • the ZCs available are usually embedded in an enclosure and are difficult to interface with other mode of communications. Further, the size of the available ZCs are usually not compact enough to be used as site deployment tool for ZigBee site installation. They also require multiple power supplies which is not easily accessible on site.
  • US patent publication number no. US2006/088018 relates to a system and method for reducing data transfer while increasing image information over an IEEE802.15.4 network.
  • US2006/088018 discloses a universal serial bus (USB) interface adapted to relay messages from the ZigBee network to a personal computer.
  • US patent publication number no. US2007/0258505 relates to a method and apparatus for wireless communication is a mesh network.
  • US2007/0258505 discloses a RS-232 mode communication of the mesh network. Either of the two, however, teaches only a single interface of the other communication mode.
  • the present invention provides a ZigBee coordinator (ZC) (100) for coordinating data flow for transmissions under different communication protocols.
  • the ZC (100) comprises a microcontroller (106) and a plurality of interfaces (108, 110, 112, 114) connected to the microcontroller (106). Each of the interfaces (108, 110, 112, 114) is adapted to allow data communications through one or more communication protocols.
  • each interface comprises an interface microcontroller for processing the transmitting data and translating the data for processing by the microcontroller (106).
  • the interface microcontroller is a USB UART transceiver (108) for communicating with a personal computer (120); a RS- 232 transceiver (110) for communicating with a GSM module (122) a TCP/IP microcontroller (112) adapted to communicate with a LAN network (124); and/or a CAN microcontroller (114) adapted to communicate with a CAN network (126).
  • the plurality of interface units includes two or more of a universal serial bus (USB) (108), an RS-232 interface (110), a TCP/IP interface (112), and a corporate area network (CAN) interface (114).
  • the communication protocols includes USB, GSM and Wi-Fi.
  • FIG. 1 illustrates a block diagram of a ZigBee coordinator (ZC) in accordance with one embodiment of the present invention
  • FIG. 2 shows an operations flow chart of the ZC of FIG. 1 in accordance with one embodiment of the present invention
  • FIG. 3 illustrates a process of initializing UART in accordance with one embodiment of the present invention
  • FIG. 4 shows a process of initializing SPI port in accordance with one embodiment of the present invention.
  • FIG. 5 shows a process of initiating parallel port in accordance with one embodiment of the present invention.
  • FIG. 1 illustrates a block diagram of a ZigBee coordinator (ZC) 100 in accordance with one embodiment of the present invention.
  • the ZC 100 comprises an antenna 102, a ZigBee radio frequency (RF) chipset 104, a ZC microcontroller 106, an universal serial bus (USB) universal asynchronous receiver/transmitter (UART) transceiver 108 and a RS-232 transceiver 110.
  • the ZC 100 integrates all the components including the USB-UART transceiver 108 and RS-232 transceiver 110 in one single board of a size of about 46mm by 15mm. More preferably, the ZC 100 requires only a single power supply mode either powered by a USB interface or an external power.
  • the antenna 102, the ZigBee RF chipset 104 and the ZC microcontroller 106 are typical ZC coordinator configuration known in the art.
  • the ZC microcontroller 106 provides overall control to the ZC 100, which includes coordinating transmissions under the ZigBee protocol.
  • the USB-UART 108 and RS-232 110 are operationally controlled by the ZC microcontroller 106 are provided to interface and communicate with external devices, such as a PC 120, a GSM module 122 and a Wi-Fi modem 124.
  • the ZC 100 further comprises a TCPAP microcontroller 112 and a corporate area network (CAN) microcontroller 114 for IP based connections such as local area network (LAN) 126 and CAN 128 communications respectively.
  • the TCP/IP microcontroller 112 and the CAN microcontroller 114 are connected and operationally controlled by the ZC microcontroller 106.
  • the ZC microcontroller 106 through the ZigBee RF chipset 104, acts as ZigBee personal area network (PAN) coordinator. It starts up the PAN, search for any available ZigBee end devices and routers within its detection range and assign a unique ID to each of them.
  • PAN personal area network
  • the ZigBee devices When a new message is received from the ZigBee devices, it accepts the message and forwards it to another connected medium via an appropriate interface provided above.
  • the transceivers translate the message from the ZC microcontroller 106 and convert it so that it is readable by the other node of communication side.
  • the ZC 100 provides multiple interfaces to accommodate devices with other mode of communication protocols, such as Wi-Fi, GSM etc, it also serves as a gateway device for the ZigBee network.
  • FIG. 2 shows an operations flow chart of the ZC 100 of FIG. 1 in accordance with one embodiment of the present invention.
  • the ZC microcontroller 106 is powered up.
  • the ZC microcontroller 106 initiates its chipsets and components for operations. The initiations of the chipsets and components may be carried out simultaneously.
  • the ZC microcontroller 106 provides a common sequence 210, which comprises initiating the ZigBee chipset 104 at step 212, creating an personal area network (PAN) identity (ID) at step 214, registering child and router at step 216 and servicing PAN request at step 218.
  • the common sequence 210 is performed in a loop from to register all the ZigBee end devices and routers.
  • the UART is also initiated at step 220 and set at a desire speed, such as 19200bps.
  • the UART searches for RS-232 device and at step 224, for any USB host device.
  • the ZC microcontroller 106 initiating a parallel port and HW interrupt at step 230, and then initiating the TCP/IP module at step 232.
  • the ZC microcontroller 106 initiating its Serial Peripheral Interface (SPI) port, 4-wire and HW interrupt at step 240, and then initiating the CAN microcontroller 106 at step 242.
  • SPI Serial Peripheral Interface
  • the relevant devices such as the PC, GSM modem and Wi-Fi modem may communicate with the ZC 100 accordingly.
  • other devices such as PC 120, GSM modem and Wi-Fi modem may connect to the ZigBee network via the multi-interface ZigBee coordinator.
  • FIG. 3 illustrates a process of initializing UART in accordance with one embodiment of the present invention.
  • the ZC microcontroller configures its UART pins at step 302.
  • UART interrupts is configured.
  • an ASCII character "@" is sent twice to look for RS-232 device.
  • an ASCII string is sent to the GSM modem at step 318.
  • the timeout is set and the ZC 100 waits for a reply.
  • the GSM modem is not responding at step 312, the UART's channel remains open. Whether or not the RS-232 interface receives a response, the RS232 interface shall be ready at step 314.
  • FIG. 4 shows a process of initializing SPI port in accordance with one embodiment of the present invention.
  • the SPI I/O pins are configured at step 401.
  • the SPI speed and operating mode is then configured at step 402.
  • an ASCII packet is sent under a proprietary packet format with header and footer of 7D and 7E respectively. 7D and 7E notify the receiving side regarding a start and end of a packet during transmission.
  • the CAN microcontroller responds to the ASCII packet.
  • data exchange sequence is initiated.
  • a timeout is also set at step 410. Once done, the CAN microcontroller is ready to be used at step 412.
  • FIG. 5 shows a process of initiating parallel port in accordance with one embodiment of the present invention.
  • I/O pins are configured at step 502.
  • a choice of operating-bit mode, either 8-bit or 4-bit mode is set at step 504.
  • a data direction is set.
  • HEX addresses are put on a bus line.
  • HEX data is put on the bus line as well.
  • the TCP/IP microcontroller toggles the ready pin (/RDY) to indicate that it is in a ready state at step 512.
  • the destination IP address is set at step 514. Once done, the TCP/IP microcontroller is ready to be used at step 516.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Communication Control (AREA)

Abstract

L'invention utilise un coordinateur ZigBee (ZC) (100) pour coordonner des flux de données pour des transmissions sous différents protocoles de communication. Le ZC (100) comprend un microcontrôleur (106) et plusieurs interfaces (108, 110, 112, 114) reliées au microcontrôleur (106) et conçues chacune pour permettre des communications de données sous un ou plusieurs protocoles de communication.
PCT/MY2010/000016 2009-01-21 2010-01-20 Coordinateur zigbee à interfaces adaptables WO2010085138A2 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
MYPI20090268 2009-01-21
MYPI20090268 MY149965A (en) 2009-01-21 2009-01-21 Adaptable multi interface zigbee coordinator

Publications (2)

Publication Number Publication Date
WO2010085138A2 true WO2010085138A2 (fr) 2010-07-29
WO2010085138A3 WO2010085138A3 (fr) 2010-10-28

Family

ID=42356359

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/MY2010/000016 WO2010085138A2 (fr) 2009-01-21 2010-01-20 Coordinateur zigbee à interfaces adaptables

Country Status (2)

Country Link
MY (1) MY149965A (fr)
WO (1) WO2010085138A2 (fr)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9020419B2 (en) 2011-01-14 2015-04-28 Covidien, LP Wireless relay module for remote monitoring systems having power and medical device proximity monitoring functionality
US9495511B2 (en) 2011-03-01 2016-11-15 Covidien Lp Remote monitoring systems and methods for medical devices
US9590427B2 (en) 2011-11-07 2017-03-07 Korktek Industries Pty Ltd Adaptable wireless power, light and automation system
US9589459B2 (en) 2012-05-01 2017-03-07 Kortek Industries Pty Ltd Modular wireless power, light and automation control
US9596989B2 (en) 2009-03-12 2017-03-21 Raytheon Company Networked symbiotic edge user infrastructure
AU2015234314B2 (en) * 2011-11-07 2017-03-30 Kortek Industries Pty Ltd Adaptable Wireless Power, Light and Automation System
US9699816B2 (en) 2012-09-13 2017-07-04 Covidien Lp Docking station for an enteral feeding pump

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060121826A (ko) * 2003-08-30 2006-11-29 코닌클리즈케 필립스 일렉트로닉스 엔.브이. 무선 피코넷을 운용하는 방법, 라디오 시스템 및 이시스템에 사용되는 디바이스, 프로토콜 모니터링 컴퓨터프로그램 및 그 캐리어
US20070195808A1 (en) * 2006-02-17 2007-08-23 Wabash National, L.P. Wireless vehicle mesh network
US20080004904A1 (en) * 2006-06-30 2008-01-03 Tran Bao Q Systems and methods for providing interoperability among healthcare devices
US20080228045A1 (en) * 2007-02-23 2008-09-18 Tia Gao Multiprotocol Wireless Medical Monitors and Systems

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060121826A (ko) * 2003-08-30 2006-11-29 코닌클리즈케 필립스 일렉트로닉스 엔.브이. 무선 피코넷을 운용하는 방법, 라디오 시스템 및 이시스템에 사용되는 디바이스, 프로토콜 모니터링 컴퓨터프로그램 및 그 캐리어
US20070195808A1 (en) * 2006-02-17 2007-08-23 Wabash National, L.P. Wireless vehicle mesh network
US20080004904A1 (en) * 2006-06-30 2008-01-03 Tran Bao Q Systems and methods for providing interoperability among healthcare devices
US20080228045A1 (en) * 2007-02-23 2008-09-18 Tia Gao Multiprotocol Wireless Medical Monitors and Systems

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9596989B2 (en) 2009-03-12 2017-03-21 Raytheon Company Networked symbiotic edge user infrastructure
US9020419B2 (en) 2011-01-14 2015-04-28 Covidien, LP Wireless relay module for remote monitoring systems having power and medical device proximity monitoring functionality
US9495511B2 (en) 2011-03-01 2016-11-15 Covidien Lp Remote monitoring systems and methods for medical devices
US9590427B2 (en) 2011-11-07 2017-03-07 Korktek Industries Pty Ltd Adaptable wireless power, light and automation system
AU2015234314B2 (en) * 2011-11-07 2017-03-30 Kortek Industries Pty Ltd Adaptable Wireless Power, Light and Automation System
US9923376B2 (en) 2011-11-07 2018-03-20 Kortek Industries Pty Ltd Adaptable wireless power, light and automation system
US10862313B2 (en) 2011-11-07 2020-12-08 Kortek Industries Pty Ltd Adaptable wireless power, light and automation system
US11574535B2 (en) 2011-11-07 2023-02-07 Kortek Industries Pty Ltd Adaptable wireless power, light and automation system for household appliances
US11893881B2 (en) 2011-11-07 2024-02-06 Kortek Industries Pty Ltd Adaptable wireless power to a security system
US9589459B2 (en) 2012-05-01 2017-03-07 Kortek Industries Pty Ltd Modular wireless power, light and automation control
US9762408B2 (en) 2012-05-01 2017-09-12 Kortek Industries Pty Ltd Modular wireless power, light and automation control
US9699816B2 (en) 2012-09-13 2017-07-04 Covidien Lp Docking station for an enteral feeding pump

Also Published As

Publication number Publication date
MY149965A (en) 2013-11-15
WO2010085138A3 (fr) 2010-10-28

Similar Documents

Publication Publication Date Title
WO2010085138A2 (fr) Coordinateur zigbee à interfaces adaptables
US7072326B2 (en) Network connectivity system and method
KR100694298B1 (ko) 무선 유에스비 접속을 위한 무선 근거리 통신망 콤보액세스 포인트 장치 및 방법, 그리고 그 장치에서의소프트웨어 계층 구조
US9432872B2 (en) Systems and methods for direct link communication with multi-channel concurrency
US8942212B2 (en) Autoconfiguration system for wireless sensor network and its method, and gateway apparatus for wireless sensor network
KR100462598B1 (ko) 엑세스 포인트 기능을 갖는 무선 랜 카드와 상기 랜카드가 장착된 네트워크 프린터와 상기 네트워크 프린터를이용한 데이터 전송방법
JP4491350B2 (ja) 無線集積回路
JP2001251380A (ja) 通信装置及び通信方法
US20070266173A1 (en) Multiplexed communication between host computer and smartphone used as wireless modem
JP2002319948A (ja) 2重モード無線データ通信
WO2003094450A1 (fr) Procede et systeme de simulation de multiples dispositifs clients independants dans un reseau cable ou sans fil
CN103441939A (zh) 基于IPv6无线传感器网络的多功能边界路由器
JP2001251366A (ja) 通信装置及び通信方法
WO2014153003A1 (fr) Systèmes et procédés de changement de bande radioélectrique
CN101854732A (zh) 一种通过WiFi无线网接入有线以太网的方法
CN101669348A (zh) 基于广播过滤的通用数据报协议(udp)端口
WO2008150935A2 (fr) Détermination de capacité de débit de données sans fil pour communication de données en paquet
WO2011076112A1 (fr) Dispositif d'accès, dispositif de réseau, système d'accès et procédé de transmission de données
CN103379188A (zh) 获取IPv6地址的装置及方法
JP2014514790A (ja) ワイヤレスマルチ通信モードパケットルーティング機構
KR20030035228A (ko) 유무선 통합형 랜카드
CN104853307A (zh) 一种基于蓝牙技术的自组网方法及系统
KR20040025315A (ko) 무선랜카드 및 그 제어방법
CN101562584A (zh) 蓝牙/802.11n网关
CN207530847U (zh) Rfid智能网关装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10733685

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase in:

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10733685

Country of ref document: EP

Kind code of ref document: A2