云题海 - 专业文章范例文档资料分享平台

当前位置:首页 > 低功耗的无线传感器网络节点设计

低功耗的无线传感器网络节点设计

  • 62 次阅读
  • 3 次下载
  • 2026/4/26 1:30:26

黑龙江工程学院本科生毕业设计

ping_cnt = *ptr; ptr++; ping_cnt += ((UINT16)*ptr)<<8; conPrintUINT16(ping_cnt); conPrintROMString(\ conPrintUINT16(numTimeouts); rxFlag = 1;//signal that we got a packet //use this source address as the next destination address dstADDR.saddr = aplGetRxSrcSADDR(); conPCRLF(); return LRWPAN_STATUS_SUCCESS; }

#ifdef LRWPAN_FFD

//Callback to user level to see if OK for this node //to join - implement Access Control Lists here based //upon IEEE address if desired

BOOL usrJoinVerifyCallback(LADDR *ptr, BYTE capinfo){\\

#if 0 //set this to '1' if you want to test through a router //only accept routers.

//only let routers join us if we are coord #ifdef LRWPAN_COORDINATOR

if (LRWPAN_GET_CAPINFO_DEVTYPE(capinfo)) { //this is a router, let it join conPrintROMString(\ return TRUE; }else { conPrintROMString(\ return FALSE; } #else

return TRUE; #endif

#else

return TRUE;

#endif }

BOOL usrJoinNotifyCallback(LADDR *ptr){

39

黑龙江工程学院本科生毕业设计

//allow anybody to join conPrintROMString(\ conPrintLADDR(ptr); conPCRLF(); DEBUG_PRINTNEIGHBORS(DBG_INFO); EVB_LED2_OFF(); halWaitMs(200); EVB_LED2_ON(); halWaitMs(200); EVB_LED2_OFF(); halWaitMs(200); EVB_LED2_ON(); return TRUE; }

#endif

//called when the slow timer interrupt occurs #ifdef LRWPAN_ENABLE_SLOW_TIMER void usrSlowTimerInt(void ) {} #endif

//general interrupt callback , when this is called depends on the HAL layer. void usrIntCallback(void){}

40

黑龙江工程学院本科生毕业设计

附录C 英文文献翻译

Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modifications,enhancements, improvements, and other changes to its products and services at any time and to discontinueany product or service without notice. Customers should obtain the latest relevant information before placingorders and should verify that such information is current and complete. All products are sold subject to TI’s termsand conditions of sale supplied at the time of order acknowledgment.

TI warrants performance of its hardware products to the specifications applicable at the time of sale inaccordance with TI’s standard warranty. Testing and other quality control techniques are used to the extent TI deems necessary to support this warranty. Except where mandated by government requirements, testing of all parameters of each product is not necessarily performed.

TI assumes no liability for applications assistance or customer product design. Customers are responsible for their products and applications using TI components. To minimize the risks associated with customer products and applications, customers should provide adequate design and operating safeguards. TI does not warrant or represent that any license, either express or implied, is granted under any TI patent right,copyright, mask work right, or other TI intellectual property right relating to any combination, machine, or process in which TI products or services are used. Information published by TI regarding third-party products or services does not constitute a license from TI to use such products or services or a warranty or endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual property of the third party, or a license from TI under the patents or other intellectual property of TI.

Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to

make corrections, modifications, enhancements, improvements,and other changes to its products and services at any time and to discontinue any product or service without notice. Customers should obtain the latest relevant information before placing orders and should verify that such information is current and complete. All products are sold subject to TI’s terms and conditions of sale supplied at the time of order acknowledgment.

TI warrants performance of its hardware products to the specifications applicable

41

黑龙江工程学院本科生毕业设计

at the time of sale in accordance with TI’s standard warranty. Testing and other quality control techniques are used to the extent TI deems necessary to support this warranty. Except where mandated by government requirements, testing of all parameters of each product is not necessarily performed.TI assumes no liability for applications assistance or customer product design. Customers are responsible for their products and applications using TI components. To minimize the risks associated with customer products and applications, customers should provide adequate design and operating safeguards.TI does not warrant or represent that any license, either express or implied, is granted under any TI patent right, copyright, mask work right,or other TI intellectual property right relating to any combination, machine, or process in which TI products or services are used. Informationpublished by TI regarding third-party products or services does not constitute a license from TI to use such products or services or awarranty or endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectualproperty of the third party, or a license from TI under the patents or other intellectual property of TI.

Reproduction of TI information in TI data books or data sheets is permissible only if reproduction is without alteration and is accompanied by all associated warranties, conditions, limitations, and notices. Reproduction of this information with alteration is an unfair and deceptive business practice. TI is not responsible or liable for such altered documentation. Information of third parties may be subject to additional restrictions.

Resale of TI products or services with statements different from or beyond the parameters stated by TI for that product or service voids all express and any implied warranties for the associated TI product or service and is an unfair and deceptive business practice. TI is not responsible or liable for any such statements.TI products are not authorized for use in safety-critical applications (such as life support) where a failure of the TI product would reasonably be expected to cause severe personal injury or death, unless officers of the parties have executed an agreement specifically governing such use. Buyers represent that they have all necessary expertise in the safety and regulatory ramifications of their applications, and acknowledge and agree that they are solely responsible for all legal, regulatory and safety-related requirements concerning their products and any use of TI products in such

42

黑龙江工程学院本科生毕业设计

safety-critical applications, notwithstanding any applications-related information or support that may be provided by TI. Further, Buyers must fully indemnify TI and its representatives against any damages arising out of the use of TI products in such safety-critical applications.

TI products are neither designed nor intended for use in military/aerospace applications or environments unless the TI products are specifically designated by TI as military-grade or \plastic.\Only products designated by TI as military-grade meet military specifications. Buyers acknowledge and agree that any such use of TI products which TI has not designated as military-grade is solely at the Buyer's risk, and that they are solely responsible for compliance with all legal and regulatory requirements in connection with such use.

TI products are neither designed nor intended for use in automotive applications or environments unless the specific TI products are designated by TI as compliant with ISO/TS 16949 requirements. Buyers acknowledge and agree that, if they use any non-designated products in automotive applications, TI will not be responsible for any failure to meet such requirements.

43

搜索更多关于: 低功耗的无线传感器网络节点设计 的文档
  • 收藏
  • 违规举报
  • 版权认领
下载文档10.00 元 加入VIP免费下载
推荐下载
本文作者:...

共分享92篇相关文档

文档简介:

黑龙江工程学院本科生毕业设计 ping_cnt = *ptr; ptr++; ping_cnt += ((UINT16)*ptr)<<8; conPrintUINT16(ping_cnt); conPrintROMString(\ conPrintUINT16(numTimeouts); rxFlag = 1;//signal that we got a packet //use this source address as the next destination address dstADDR.saddr = aplGetRxSrcSADDR(); conPCRLF(); return LRWPAN_STATUS_SUCCESS; } #ifdef LRWPAN_FFD //Callback to user leve

× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:10 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219
Copyright © 云题海 All Rights Reserved. 苏ICP备16052595号-3 网站地图 客服QQ:370150219 邮箱:370150219@qq.com