• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Low Power RF & Wireless Connectivity » Low Power RF ZigBee® Software & IEEE 802.15.4 Forum » All Tags » 2.5.0
Share
Low Power RF & Wireless Connectivity
  • Forums
  • Announcements
  • Files
  • E2E Wiki

Browse by Tags

Low Power RF & Wireless Connectivity

Welcome to the Low Power RF & Wireless Connectivity Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
2.5.0
  • 1.4.3
  • 2.4 GHz
  • 2.4GHz
  • 2.5
  • 2.5.1
  • 2.51a ZDO_IEE_ADDR_RSP
  • 2430
  • 2530
  • 2530 zstack
  • 2530 Z-Tool
  • 2530znp
  • 802.15.4
  • AssociatedDevList
  • CC2530
  • CC2530 ZNP
  • CC2530 Z-Stack ZigBee
  • CC2530ZNP
  • DMA
  • Fragmentation
  • full-duplex
  • OSAL NV
  • Security
  • zigbee
  • ZigBee PRO
  • Z-Stack
Related Posts
  • Forum Post: Re: Secure ZigBee network with NV_RESTORE

    LPRF Rocks the World  LPRF Rocks the World
    Doug: Please clarify the statement. Are you able to investigate so the NIB to ensure that the proper network key is used or not? Is the case that the incorrect network key is used? LPRF Rocks the World
    on Sep 20, 2011
  • Forum Post: Re: the problem "AssociatedDevList" in ZStack-CC2530-2.3.0-1.4.0.

    LPRF Rocks the World  LPRF Rocks the World
    Winston: Try to switch and upgrade to the newest release of Z-Stack 2.5.0, www.ti.com/z-stack LPRF Rocks the World
    on Sep 30, 2011
  • Forum Post: Zigbee Fragmentation on z-stack 2.5.0 using ZNP + ZAP model

    J. Silva J. Silva
    (Please visit the site to view this file) I have turned on ZIGBEE_FRAGMENTATION and every time I send out a large set of data, I get afStatus_MEM_FAIL (x10) from AF_DataRequest() via the SPI/ZNP and the packet sniffer shows a large pink "Error!! Parse data too long Data Length: 1551". The...
    on Aug 30, 2011
  • Forum Post: about MLME_ASSOCIATE.indication

    Bill Lee Bill Lee
    MLME_ASSOCIATE.indication is EVENT MAC_MLME_ASSOCIATE_IND ,Where can I handle to precess when a new device join to me?
    on Aug 8, 2012
  • Forum Post: bug: about MAX_POLL_FAILURE_RETRIES in CC2530 ZSTACK

    donger donger
    HI, version: cc2530 zstack 2.5.0 and 2.5.1a settings: RFD_RCVC_ALWAYS_ON = TRUE , MAX_POLL_FAILURE_RETRIES = 5 I think MAX_POLL_FAILURE_RETRIES would be the max times continuously, but the reality is that: after the child join network, power off the cordinator, the child send data to cordinator...
    on Aug 16, 2012
  • Forum Post: RE: hanging CC2533

    YiKai Chen YiKai Chen
    We suffering similiar problem on CC2530 on which we run HA profile of Zigbee Pro. Hope TI guys can help on this issue.
    on Aug 20, 2012
  • Forum Post: RE: hi ,a question about that enddevice rejoin failure when permit join function is fasle.

    YiKai Chen YiKai Chen
    Dears, I have suffered from this problem since Zstack 2.2.2. After I migrate to Zstack 2.3.1 later and then to ZStack 2.5.0 now, this problem is still there. Just the same as describe as above. Don't any TI R&D have this problem and help to give any solution?
    on Aug 30, 2012
  • Forum Post: RE: End device rejoin issue

    YiKai Chen YiKai Chen
    Hi Me too. Suffer the same problem. Can any TI Employee try to find a solution?
    on Aug 30, 2012
  • Forum Post: Voice over ZigBee with CC2530 in Z-stack?

    Egor Kharitonov Egor Kharitonov
    Hello everyone! We're going to use CC2530 SoC for voice data exchange between two and more radio stations. I use the "SerialApp" project in Z-Stack software packet for testing two CC2530 modules on compliance of our exchanging data requirements (57.6 Kb/s in simplex mode and 19.2 Kb/s...
    on Aug 28, 2012
  • Forum Post: RE: CC2530 Zstack security issue

    YiKai Chen YiKai Chen
    Dears, I have this problem on Zstack 2.5.0 even I have modified according to the above discussion. Any other solution or suggestion?
    on Aug 31, 2012
  • Forum Post: RE: DIFFERENT CLUSTER

    YiKai Chen YiKai Chen
    Dears, I do not use ZED and ZCO but I suppose you can create your own cluster directly. You can check zcl_event_loop() in ZCL.c to see if you can receive this private cluster here. If yes, just add osal_msg_send( zcl_Your_TaskID, msgPtr ); in zcl_event_loop() to forward message to application layer...
    on Sep 4, 2012
  • Forum Post: RE: Problem with interrupt edge

    YiKai Chen YiKai Chen
    Dears, I see you use P1INT_VECTOR in your ISR function. Could you specify your GPI pin for this button? If you use pin on port 1, you need to change " PICTL |=0x01" to " PICTL &=(~0x06)" . Regards!
    on Sep 5, 2012
  • Forum Post: RE: DIFFERENT CLUSTER

    YiKai Chen YiKai Chen
    Dears, You need to modify zcl_event_loop in zcl.c. Please add the red part into your code. Remember to change ZCLYour_TaskID to your own task ID. uint16 zcl_event_loop( uint8 task_id, uint16 events ) { uint8 *msgPtr; (void)task_id; // Intentionally unreferenced parameter if ( events & SYS_EVENT_MSG...
    on Sep 6, 2012
  • Forum Post: RE: Z-Stack: Sending data messages from Coordinator to multiple End Devices

    YiKai Chen YiKai Chen
    Dears, This should be the same problem with another question from you. Please refer to my latest answer via http://e2e.ti.com/support/low_power_rf/f/158/t/210425.aspx.
    on Sep 6, 2012
  • Forum Post: RE: Problem with coordinator. Cannot receive message from end-device.

    YiKai Chen YiKai Chen
    Dears, First, you should make sure that the end device has joined to coordinator. You can use sniffer to check that. Then, you need to make sure if your message has send out from end device. Regards!
    on Sep 11, 2012
  • Forum Post: RE: question about enabling security

    YiKai Chen YiKai Chen
    Dears, It is impossible to enable security in run time. Regards!
    on Sep 12, 2012
  • Forum Post: RE: How to use the Security mode of the Zstack

    YiKai Chen YiKai Chen
    Dears, TI's Zstack does not support this. If you want to do that, I have a idea as the followings. Fist, you need to implement a boot loader and generate two binary, one with security and another without. In the boot loader, you can detect button to decide which binary you want to start. In this...
    on Sep 12, 2012
  • Forum Post: RE: Problem with coordinator. Cannot receive message from end-device.

    YiKai Chen YiKai Chen
    Dears, As I know about GenericApp, the end device will send out a "Hello World" message to Coordinator by default after end device joins coordinator NWK. If you use the original project, could you see "Hello Word" on your coordinator LCD? Regards!
    on Sep 13, 2012
  • Forum Post: RE: Problem with coordinator. Cannot receive message from end-device.

    YiKai Chen YiKai Chen
    Dears, I see that you use MyApplication_DstAddr.endPoint = 0 but MyApplication_DstAddr.endPoint = 0 is reserved. Please change to MyApplication_DstAddr.endPoint = 10. I think this should fix your problem. Regards!
    on Sep 13, 2012
  • Forum Post: RE: Tx power setup in Z stack

    YiKai Chen YiKai Chen
    Dears, You can try to use API macRadioSetTxPower, for example //Set TX power to 16 dbm macRadioSetTxPower(16); Regards!
    on Sep 19, 2012
  • Forum Post: RE: Where is the security key stored

    YiKai Chen YiKai Chen
    Dears, Please check your f8wConfig.cfg, in which there is -DDEFAULT_KEY="{0x01, 0x03, 0x05, 0x07, 0x09, 0x0B, 0x0D, 0x0F, 0x00, 0x02, 0x04, 0x06, 0x08, 0x0A, 0x0C, 0x0D}". Regards!
    on Sep 19, 2012
  • Forum Post: RE: Where is the security key stored

    YiKai Chen YiKai Chen
    Dears, Do you set -DSECURE=1 in your f8wConfig.cfg? The defaultKey is only used under security mode. Regards!
    on Sep 19, 2012
  • Forum Post: RE: Where is the security key stored

    YiKai Chen YiKai Chen
    Dears, Another question, do you have zgPreConfigKeys = TRUE ? Regards!
    on Sep 19, 2012
  • Forum Post: RE: Where is the security key stored

    YiKai Chen YiKai Chen
    Dears, Do you erase flash on your device when you download the hex file?
    on Sep 20, 2012
  • Forum Post: RE: zigbee networking

    YiKai Chen YiKai Chen
    Hi, The coordinator will receive end node announcement after any ZED joins its network. Regards!
    on Oct 2, 2012
12
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use