• 大小: 37KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-04
  • 语言: 其他
  • 标签: zigbee  mesh  

资源简介

用于实现zigbee多跳网络,实现路由节点间的相互通信,然后数据在传给协调器

资源截图

代码片段和文件信息

/******************************************************************************
  Filename:       topologyMeshHw.c
  Revised:        $Date: 2010-11-15 18:17:40 -0800 (Mon 15 Nov 2010) $
  Revision:       $Revision: 24415 $

  Description:    Hardware setup for topologyMesh


  Copyright 2008-2010 Texas Instruments Incorporated. All rights reserved.

  IMPORTANT: Your use of this Software is limited to those specific rights
  granted under the terms of a software license agreement between the user
  who downloaded the software his/her employer (which must be your employer)
  and Texas Instruments Incorporated (the “License“).  You may not use this
  Software unless you agree to abide by the terms of the License. The License
  limits your use and you acknowledge that the Software may not be modified
  copied or distributed unless embedded on a Texas Instruments microcontroller
  or used solely and exclusively in conjunction with a Texas Instruments radio
  frequency transceiver which is integrated into your product. Other than for
  the foregoing purpose you may not use reproduce copy prepare derivative
  works of modify distribute perform display or sell this Software and/or
  its documentation for any purpose.

  YOU FURTHER ACKNOWLEDGE AND AGREE THAT THE SOFTWARE AND DOCUMENTATION ARE
  PROVIDED 揂S IS?WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED
  INCLUDING WITHOUT LIMITATION ANY WARRANTY OF MERCHANTABILITY title
  NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL
  TEXAS INSTRUMENTS OR ITS LICENSORS BE LIABLE OR OBLIGATED UNDER CONTRACT
  NEGLIGENCE STRICT LIABILITY CONTRIBUTION BREACH OF WARRANTY OR OTHER
  LEGAL EQUITABLE THEORY ANY DIRECT OR INDIRECT DAMAGES OR EXPENSES
  INCLUDING BUT NOT LIMITED TO ANY INCIDENTAL SPECIAL INDIRECT PUNITIVE
  OR CONSEQUENTIAL DAMAGES LOST PROFITS OR LOST DATA COST OF PROCUREMENT
  OF SUBSTITUTE GOODS TECHNOLOGY SERVICES OR ANY CLAIMS BY THIRD PARTIES
  (INCLUDING BUT NOT LIMITED TO ANY DEFENSE THEREOF) OR OTHER SIMILAR COSTS.

  Should you have any questions regarding your right to use this Software
  contact Texas Instruments Incorporated at www.TI.com.
******************************************************************************/

/******************************************************************************
 * INCLUDES
 */
#include “ZComDef.h“
#include “hal_mcu.h“
#include “hal_defs.h“

#include “topologyMeshHw.h“

/******************************************************************************
 * CONSTANTS
 */

/* NOTE:  A jumper on SmartRF05 header P18 is used to select device start-up as
 *        a ZigBee Coordinator. The jumper connects GPIO pins P0.2 and P0.3:
 *        On SmartRF05 Rev 1.3 or earlier:  P0.2=P18 pin 7 P0.3=P18 pin 9
 *        On SmartRF05 Rev 1.7 or later:    P0.2=P18 pin 9 P0.3=P18 pin 11
 */

#define JUMPERIN_BIT  BV(2)  //P0.2
#define JUMPERIN_SEL  P0SEL
#define JUMPERIN_DIR  P0DIR
#define JUMPERIN      P0

#de

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-06-26 16:38  mesh\CC2530DB\
     目录           0  2014-06-26 16:38  mesh\CC2530DB\DemoEB\
     目录           0  2014-06-26 16:38  mesh\CC2530DB\DemoEB\Exe\
     目录           0  2014-06-26 16:38  mesh\CC2530DB\DemoEB\List\
     目录           0  2014-06-26 16:38  mesh\CC2530DB\DemoEB\Obj\
     目录           0  2014-06-26 16:38  mesh\CC2530DB\settings\
     文件        1437  2014-06-26 16:38  mesh\CC2530DB\settings\topologyMesh.cspy.bat
     文件          63  2014-06-26 16:38  mesh\CC2530DB\settings\topologyMesh.dbgdt
     文件         123  2014-06-26 16:38  mesh\CC2530DB\settings\topologyMesh.dni
     文件        2910  2014-06-26 16:38  mesh\CC2530DB\settings\topologyMesh.wsdt
     目录           0  2014-06-25 09:38  mesh\CC2530DB\Source\
     文件        4175  2013-10-30 11:31  mesh\CC2530DB\Source\topologyMeshHw.c
     文件       45278  2014-06-26 16:38  mesh\CC2530DB\topologyMesh.dep
     文件       65997  2013-10-30 11:31  mesh\CC2530DB\topologyMesh.ewd
     文件      141441  2013-10-30 11:31  mesh\CC2530DB\topologyMesh.ewp
     文件         721  2013-10-30 11:31  mesh\CC2530DB\topologyMesh.eww
     目录           0  2014-06-25 09:38  mesh\Source\
     文件         632  2013-10-30 11:31  mesh\Source\lightsensor.c
     文件          82  2013-10-30 11:31  mesh\Source\lightsensor.h
     文件        4795  2013-10-30 11:31  mesh\Source\OSAL_topologyMesh.c
     文件        2666  2013-10-30 11:31  mesh\Source\protocol.c
     文件        2320  2013-10-30 11:31  mesh\Source\protocol.h
     文件         580  2013-10-30 11:31  mesh\Source\sensor.c
     文件        1493  2013-10-30 11:31  mesh\Source\sensor.h
     文件        4698  2013-10-30 11:31  mesh\Source\sht.c
     文件        1141  2013-10-30 11:31  mesh\Source\shtxx.h
     文件       34873  2013-10-30 11:31  mesh\Source\topologyMesh.c
     文件        5282  2013-10-30 11:31  mesh\Source\topologyMesh.h
     文件        3062  2013-10-30 11:31  mesh\Source\topologyMeshHw.h

评论

共有 条评论