23
1 Design of Embedded Home Network Gatewa y for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial Infor matics 指指指指 : 指指指指指 指指 : 指指指

1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

Embed Size (px)

Citation preview

Page 1: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

1

Design of Embedded Home Network Gateway for CEBus Based on ARM

Binbin Ni, Mingguang Wu, Yanpeng Liu2006 IEEE International Conference on Industrial Informatics

指導教授 : 魏兆煌博士 學生 : 賴俊維

Page 2: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

2

OUTLINE

ABSTRACT INTRODUCTION

Home Network Standards Embedded Internet Technology

HARDWARE DESIGN OF HOME GATEWAY SOFTWARE DESIGN OF HOME GATEWAY CONCLUSION REFERENCES

Page 3: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

3

ABSTRACT

This paper introduced the improvement and trend of Home Network. After studying the CEBus standard and technology methods of embedded system's Internet accessing, an embedded gateway based on ARM for the Home Network was designed.

In the design, using SoC chip designed for this project to connect CEBus and the home appliances at home helps users control them easily and remotely through the Internet.

Page 4: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

4

INTRODUCTION

With combination of the technology for civil use and the network information technology, the potential market of home network electronic appliances is growing very fast.

Home gateway cannot avoid being the focus of research as it interconnects the home network and Internet.

Page 5: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

5

INTRODUCTIONHome Network Standards

CEBus, short for Consumer Electronic Bus, was published by Electronic Industries Alliance in 1992.this protocol is mainly based on Power Line Carrier Communication technology.

The biggest advantage of choosing this technology is that there is no need to rewire in the house, and home appliance network can easily be achieved without destroying anything in a house.

Page 6: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

6

INTRODUCTIONHome Network Standards

Now the developed products can realize home network by connecting home appliances to the common power line via specific sockets, which is a very convenient way, and can largely reduce various cost of users.

Page 7: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

7

INTRODUCTIONHome Network Standards

Page 8: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

8

INTRODUCTIONHome Network Standards

CSMA/CDCR is adopted as the Medium Access Protocol. It distributes resources to the node whose priority is higher when conflicts on network medium appear.

CEBus supports flexible network topology . Devices will not be restricted by space. As long as they have interface modules to relative medium, they can be connected to the network at any place. In the mean time, they respond to broa

dcast on CEBus.

Page 9: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

9

INTRODUCTIONEmbedded Internet Technology

Embedded Internet is a new concept and technology emerging with the development and popularization of computer network technology.

It takes advantage of the embedded system and adds Internet Access Module to expand system's functions.

Page 10: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

10

INTRODUCTIONEmbedded Internet Technology

A research on Embedded Internet Access technology will be the infrastructure of the embedded system with network access design, and it is valuable in terms of both technology and economy.

Generally speaking, there are two kinds of solutions to Internet Access for embedded system:

Direct Access Indirect Access

Page 11: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

11

INTRODUCTIONEmbedded Internet Technology

Embedded system is designed for application, and choice of Internet access solution depends on practical situation. With respect to intelligent home application, the combination of embedded system and home appliance makes the level of single appliance's automation rise greatly.

Page 12: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

12

HARDWARE DESIGN OF HOME GATEWAY

This home gateway was designed for CEBus home network based on Twisted Pair, which can realize the intercommunication, remote monitor and control on Internet via CEBus.

Home gateway here was used to connect home network, community intelligent network and Internet.

Page 13: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

13

HARDWARE DESIGN OF HOME GATEWAY

Intelligent home appliances can access to Internet and be remotely monitored and controlled via home gateway.

This home gateway owns standard 10Mbps Fast Ethernet Interface, and can connect Internet and the home appliances inside home network fast and reliably with Web browser to provide friendly GUI.

Page 14: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

14

HARDWARE DESIGN OF HOME GATEWAY

Page 15: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

15

HARDWARE DESIGN OF HOME GATEWAY

Page 16: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

16

HARDWARE DESIGN OF HOME GATEWAY

Page 17: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

17

SOFTWARE DESIGN OF HOME GATEWAY

Software Development Platform of Home Gateway

ARM-Linux to Target Board Transplantation

Function Module of Home Gateway

Page 18: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

18

SOFTWARE DESIGN OF HOME GATEWAY

Page 19: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

19

SOFTWARE DESIGN OF HOME GATEWAY

CGI (Common Gateway Interface) is an interface between external application and Web server. External applications conforming to CGI standard can process the input data from the Web browser, and this would help server and client communicate and control each other.

Page 20: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

20

SOFTWARE DESIGN OF HOME GATEWAY

Page 21: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

21

CONCLUSION

This home gateway can interconnect Internet and home network based on CEBus. As it supports HTTP service, users can monitor and control home appliances remotely on Web.

At present, CEBus is one of the most popular home network protocols, and is broadly applied in the field of Home Automation. With its advantages, it has chance to be the leading standard of home network, and our research on it is valuable.

Page 22: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

22

REFERENCES

[1] EIA-600. 10, Introduction to the CEBus Standard. Longview, USA: CEBus Industry Council, 1995.

[2] Jiajun Lou and Mingguang Wu, "Design of embedded home gateway based on CEBus," Journal of Zhejiang University Science, vol.38, pp. 32-35, April 2004.

[3] Zhongmei Ma, Guan gyun Ma and Yinghui Xu, "Fundamentals of Architecture and Application of ARM Embedded Processor," Beijing: Beijing University of Aeronautics &Astronautics Press, 2002, pp. 37-50.

[4] Sunbo Nong and Zhenggang Fan, "Linux Web Programming," Beijing: People's Posts and Telecommunications Press, 2000, pp. 78-120.

[5] Wei Zheng, Ronghua Xu and Qinruo Wang, "Design Technology of CGI Programming in Embedded Linux "Microcontrollers & Embedded Systems, vol.46, pp.21-23,October 2004.1384.

Page 23: 1 Design of Embedded Home Network Gateway for CEBus Based on ARM Binbin Ni, Mingguang Wu, Yanpeng Liu 2006 IEEE International Conference on Industrial

23

Thanks for your listening