基于ZigBee的智能路灯系统外文翻译资料

 2022-12-19 06:12

基于ZigBee的智能路灯系统

Sagar Deo, Sachin Prakash and Asha Patil

人民教育学会工学院电子工程系,印度班加罗尔

摘要 提出了一种新型的基于Zigbee的路灯控制方案,旨在减少路灯运行中的人为误差,降低系统能耗,方便路灯网络的维护。这些目标是通过创建一个无线Zigbee街灯网络来实现的,该网络可以从基站监控街灯。设计一项新方案,在低交通时间、黄昏及黎明时,提供交替照明。此外,还包括一种自动操作模式,当光线强度低于一定水平时,利用光传感器自动打开路灯。该方案得到实施,并建立了一个小规模的工作模型。

1引言

随着印度城市化水平的提高,人们对更好的路灯管理系统有着持续的需求。当前道路照明系统缺乏自动化是造成道路照明系统人为误差高的根本原因。完全缺乏节能替代方案,以及缺乏适当的维护,进一步减少了现有系统中路灯的数量。以下基于Zigbee的路灯控制旨在找到解决这些有时致命的困境的方法。路灯管理目前主要通过传统的方法来实现,主要依靠复杂的有线网络,这些网络提供物理控制、定时控制和电力线载波控制(PLCC)。

通过全球移动通信系统(GSM)技术实现了通过短消息进行无线控制[1]。与现代无线技术相比,采用电缆网络的控制方法具有一些优势[2],即设计简单,类似于缺乏障碍,以及由于使用PLCC技术而缺乏特定于控制的网络,但观察到在线路短路过程中,路灯管理系统的控制丢失。GSM技术虽然无线,但需要手机通信,这很容易出现中断,操作成本也很高。

在这里,我们提出了一个基于Zigbee的路灯网络,它将有效的控制转移到运行在基站上的Microsoft Visual Basic应用程序的PC上。由于基站PC上路灯状态的不断更新,集中控制有助于有效细致的维护。它还通过促进自动操作模式来减少人为错误。此外,我们还实施了一项节能计划,以减少路灯系统的能源消耗。

第三部分详细介绍了各种操作和控制模式。第二部分介绍了ZigBee技术的工作,第四部分详细介绍了小规模工作模型的原型开发和运行。

2 ZigBee技术

ZigBee是由ZigBee联盟开发的,该联盟由许多成员 (奇普康、三菱、Ember、飞思卡尔、AMI半导体、英维思、康普西) 组成。ZigBee是一套高级通信协议的规范,完全由ZigBee联盟支持,它使用基于IEEE 802.15.4个人区域网络标准的通信服务。Zigbee针对的应用需要低数据速率、较长的电池寿命以及使用小型、低功耗数字无线电的安全网络。Zigbee器件的最大数据传输速率为250 Kbps,带有2.4 GHz振荡器[2]。功率消耗大约为60兆瓦[3]。Zigbee器件采用直接序列扩频技术(DSSS),保证了信号传输的可靠性,避免了其他信号的干扰,最大工作范围可达100m。Zigbee网络可以有多达65336个设备,每个节点可以与其他节点交互,最终形成一个非常大的网络。

ZigBee网络具有以下突出的优点,是一种强大的替代方案,可以有效地构建和控制智能路灯系统。Zigbee设备有两种类型,即全功能设备(FFD)和简化功能设备(RFD)。FFD是帮助信号进一步传播到网络中的设备。RFD不能在网络中进一步路由信号,通常用作网络端点。

2.1 ZigBee网络的类型

ZigBee可用于星型结构、网状结构和簇树网络三种运行模式。在星型网络中,如图1(a)所示,存在一个服务器点,即ZigBee路由器(FFD)和其他ZigBee端设备(RFD)使用该路由器进行操作。所有这些路由器和终端设备依次由网络协调器(FFD)控制。终端设备只能与协调器交互。适用于点对点、点对多点通信。

在网格网络中,如图1(b)所示,有一个网络协调器(FFD),它与很少的路由器和终端设备直接交互。这个网络使用“多跳”路由来达到很远的距离。该网络更为复杂,但对故障也具有较强的鲁棒性和容错性。图1(c)所示的集群树网络与星型网络相似,但是有更多的节点可以相互交互;因此,更多的RFD/FFD可以与其他FFD协调。

图1 (a)星型网络图,(b)网状网络图,(c)集群网络图

2.2 ZigBee技术的优势

1)额定功率较小;

2)体积小;

3)低成本;

4)电池寿命长;

5)支持大量节点;

6)开放标准协议,无需授权费用;

7)可从多个来源获得;

8)维修费用低;

9)基于标准的安全性(AES 128)。

3拟议方法

下文介绍的小规模实施方案成功地缓解了前几篇文章中强调的挑战。

3.1框图

系统框图如图2所示。该方案包括:在基站上运行基于Microsoft Visual basic的应用程序的PC机,以及三个ZigBee设备:一个在基站上,一个在两个节点上。每个节点都有一个AT 89C51单片机,五个光相关电阻(LDRs),两个PCB电源继电器和四个5W灯泡模拟路灯。

3.2基站设置

基站有一台PC机,在PC机上运行基于VB的应用程序,实现对路灯系统的有效控制。ZigBee网络协调器也连接到基站PC。网络协调器将控制信号无线发送到系统中的所有节点。该系统也可以设计成一个网络,其中节点上所有的ZigBee FFD将被用来将控制信号路由到遥远的节点。基站还将能够以类似的方式接收来自网络中其他ZigBee设备的信号。这将有助于将维护特定的数据转发回基站。

图2 系统框图

3.3控制模块

控制模块由AT 89C51单片机、ZigBee FFD/RFD器件、PCB电源继电器和光传感单元组成。单片机将被编程以接收与之接口的ZigBee外围设备的控制信号。单片机将使用连接到其端口的PCB电源继电器来控制灯具。控制模块被提议存在于所有的网络节点上。ZigBee FFD/RFD能够双向传输数据,即从系统中的其他ZigBee设备之间进行数据传输[4]。光感测单元由五个基于LDR的光传感器组成,将用于两个目的:它将作为一个白夜传感器,方便自动操作模式,LDR 5在图2中,它将监视灯的状态,以方便维护工作,LDRs 1至4在图2中。

3.4基站图形用户界面

图3所示的基站GUI是在Microsoft Visual Basic 6.0的帮助下创建的,它将作为基站控制器和整个路灯网络之间的用户界面。开发的GUI有助于在各种操作模式之间切换,下一节将对此进行解释。通过对光感测单元获取的数据进行分析,显示出网络中各个路灯的状态。它还使基站能够切换为该系统开发的节能方案。

图3 本应用程序的GUI是用MS Visual Basic为基站PC开发的

4原型开发

基于ZigBee的智能路灯控制分为手动模式和自动模式两种操作方式。在手动操作模式下,路灯是手动打开或关闭的,可以使用在各个节点上提供的开关,也可以通过基站PC上的无线ZigBee网络手动打开或关闭。而当系统切换到自动运行模式后,路灯在每个节点上的光传感单元和单片机的帮助下自动控制。自动模式也可以通过在各个节点上提供的交换机或从基站PC通过无线ZigBee网络进行切换。光敏元件感知环境光的强度并反馈给微控制器,微控制器反过来驱动由PCB电源继电器组成的开关单元。系统自动运行模式的选择引入了通过减少人为错误和疏忽来提高效率所需的自动化。

系统的有效控制可以通过以下段落描述的两种控制模式中的任意一种来实现。控制方式有物理控制方式和远程控制方式。物理控制模式可以使用网络中每个节点上的三个交换机来实现。第一个开关用于将操作模式从手动模式切换到自动模式,反之亦然。第二个开关用于打开/关闭连接到节点的所有路灯,第三个开关用于打开/关闭备用路灯。

图4 路灯控制系统流程图

在黄昏及交通时间较短的情况下,交替使用路灯,可大大减低系统的能源需求。

远程控制模式采用ZigBee无线网络,作为节点控制模块与基站PC之间的接口。在基站,PC机通过在Microsoft Visual Basic平台上开发的图形用户界面(GUI)与ZigBee网络交互。与基站PC接口的ZigBee网络协调器(FFD)向控制模块发送命令,控制模块执行命令。控制模块包括微控制器和光传感单元,不断向基站反馈各个路灯的状态。从本质上讲,远程控制模式下的系统能够在物理控制模式下执行所列举的所有切换操作,从一个集中的位置进行无线操作,这为更好地维护和管理路灯提供了条件。

5结果

路灯系统具有多种运行方式,提供了灵活的切换选项和控制方法。表1总结了在手动操作模式期间,在可用的不同切换方案下节点1灯泡的状态。此外,表2总结了节点1灯泡在自动操作模式下的状态。需要注意的是,这两种模式都可以通过前面文章中描述的物理或远程控制模式来实现。

图5 开发的小型工作模型

表1 节点1灯泡在手动操作模式下的状态

灯泡1

灯泡2

灯泡3

灯泡4

交替打开

全部打开

表2 节点1灯泡在自动操作模式下的状态

灯泡

灯泡

灯泡

灯泡

白天

夜晚

6结论

提出了一种利用ZigBee技术对路灯系统进行控制和有效管理的新方法。还介绍了其他各种控制方法及其优缺点。ZigBee技术是一种相对新颖和巧妙的通信方式,随着联盟寻求将该技术与其他无线和有线网络集成的方法,该项目将享有更广泛的范围。ZigBee技术采用低功耗额定设备,便于延长电池寿命,需要的维护较少,该技术提供了如今正在寻求的节能控制方式。成功地建立了该方法的小型工作模型,并对各种运行控制方式进行了验证。使用上述ZigBee技术和MS Visual Basic应用程序,系统可以有效地响应从基站PC发送的各种命令。目前正在研究项目的进一步改进范围,增加更多的功能,并正在设计一个创新的数据库管理方案,以便自动储存各种系统有关的数据。随着LED路灯的出现,采用PWM变换器的调光技术也受到了人们的重视。

致谢

作者感谢Keshavan B K教授的指导、支持和宝贵意见。

参考文献

[1] Viraktamath, S.V.; Attimarad, G.V., 'Power saving mechanism for street lights using wireless communication,' Signal Processing, Communication, Computing and Networking Technologies (ICSCCN), 2011 International Conference on , vol., no., pp.282,285, 21-22 July 2011

[2] Lee, J.D.; Nam, K.Y.; Jeong, S.H.; Choi, S.B.; Ryoo, H.S.; Kim, D.K., 'Development of Zigbee based Street Light Control System,' Power Systems Conference and Exposition, 2006. PSCE 06. 2006 IEEE PES , vol., no., pp.2236,2240, Oct. 29 2006-Nov. 1 2006.

[3] Ramya, C.M.; Shanmugaraj, M.; Prabakaran, R., 'Study on ZigBee technology,' Electronics Computer Technology (ICECT), 2011 3rd International Conference on , vol.6, no., pp.297,301, 8-10 April 2011.

[4] Chun-ling Fan; Yuan Guo, 'The application of a ZigBee based wireless sensor network in the LED street lamp control syste

剩余内容已隐藏,支付完成后下载完整资料


ZigBee-based Intelligent Street Lighting System

Sagar Deo, Sachin Prakash and Asha Patil Department of Electrical and Electronics Engineering PES Institute of Technology

Bangalore, India

E-mail: deosagar7@gmail.com; sachinprakashsp@gmail.com; ashaullas@gmail.com

Abstract – A novel scheme for a Zigbee-based street light control is proposed with an aim to reduce the human error in the operation of street lights, decrease the energy consumption of the system, and ease the maintenance of the street light network. These objectives are achieved by creating a wireless Zigbee network of street lights that can be monitored from a base station. A new scheme that provides for the operation of alternate lights during low traffic hours, dusk and dawn has been devised. Additionally, an automatic mode of operation that utilizes light sensors to automatically switch ON street lights when light intensity falls below a certain level, has also been incorporated. The scheme was implemented, and a small scale working model was developed.

  1. INTRODUCTION

With an increase in the level of urbanization in India, there has been a continual demand for a better street light management system. A lack of automation in the current system is the root cause of high levels of human error in street lighting system. A complete absence of energy saving alternative schemes, and a lack of proper maintenance further reduces the number of street lights available in the already depleted system. The following Zigbee-based street light control is aimed at finding a solution to these sometimes fatal predicaments.

Street light management is currently being achieved primarily by orthodox methods relying on complex cable networks that provide for Physical Control, Timed Control and Power Line Carrier Control (PLCC) of the network. Wireless control via short messages is being achieved by employing the Global System of Mobile Communication (GSM) technology [1]. Control methodologies employing cable networks have some advantages over the contemporary wireless techniques [2], in terms of an ease of design akin to the lack of obstacles, and an absence of a control specific network due to the use of PLCC technology, but it has been observed that during short circuiting of the power lines, the control of the street light management system is lost. GSM technology though wireless requires mobile phone communication, which is prone to disruptions and has a high operation cost.

Here we propose a ZigBee-based street light network that transfers the effective control to a PC running a Microsoft Visual Basic application at the Base Station. The centralization of control aids in effective and meticulous maintenance due to the constant update of the street light status on the base station PC. It also reduces the human error by facilitating an automatic mode of operation. Moreover, an energy saving scheme is implemented to reduce the energy consumption of the street light system.

The various modes of operation and control are covered in detail in the III section. The II section describes the working of ZigBee technology and the IV section covers the details of the prototype development and operations of the small scale working model.

  1. ZIGBEE TECHNOLOGY

ZigBee was developed by ZigBee alliance comprising many members (Chipcon, Mitsubishi, Ember, Freescale, AMI Semiconductor, Invensys, CompXs). ZigBee is a specification for a suite of high level communication protocols supported solely by ZigBee Alliance that uses communication services based on the IEEE 802.15.4 standard for personal area networks. Zigbee is targeted at applications that require a low data rate, long battery life, and secure networking using small, low-power digital radios. The maximum data transfer rate of Zigbee devices is 250 Kbps with a 2.4 GHz oscillator [2]. The approximate power consumption is of 60 mW [3]. Zigbee devices employ the technique of Direct Sequence Spread Spectrum (DSSS), which ensures the reliability of signal transmission, avoiding interference from other signals and thus extending the maximum operating range of up to 100m. Zigbee network can have up to 65336 devices, and each node can interact with every other node, which ultimately results in a very big network.

Due to the advantages highlighted in the following passage, ZigBee networks are a powerful alternative and can be used effectively to frame and control an intelligent street lighting system. Zigbee devices are of two types, namely Full Function Devices (FFD) and Reduced Function Devices (RFD). FFDs are devices that help in further propagation of signals into the network. The RFDs do not have the ability to route the signal further in the network and are usually used as network end points.

  1. Types of ZigBee networks

ZigBee is used in 3 modes of operation namely Star- structured, Mesh-structured and Cluster Tree network. In star network, shown in Figure 1(a), there is a server point i.e. ZigBee Router (FFD) and other ZigBee End Devices (RFD) are operated using this router. All these routers and end devices are in turn controlled by a Network Coordinator (FFD). End Devices can interact only with the coordinator. It is suitable for point-to-point, point-to-multipoint communication.

In Mesh network, shown in Figure 1(b) there is a Network Coordinator (FFD), which directly interact with very few Router cum End Devices. This network uses “multi-hop”

978-1-4799-1356-5/14/$31.00 copy;2014 IEEE

routing to reach far distance. This network is more complex, but it is also more robust and tolerant to faults. A Cluster Tree network shown in Figure 1(c) is similar to the Star network but has more nodes that can interact with each other; as a result more RFD/FFD can be coordinated with other FFDs.

Star Network

剩余内容已隐藏,支付完成后下载完整资料


资料编号:[19742],资料为PDF文档或Word文档,PDF文档可免费转换为Word

您需要先支付 30元 才能查看全部内容!立即支付

课题毕业论文、文献综述、任务书、外文翻译、程序设计、图纸设计等资料可联系客服协助查找。