• 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 » PAN ID
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:
PAN ID
  • 2530
  • 802.15.4
  • CC2430
  • CC2431
  • CC2530
  • CC2530 ZNP
  • CC2530 Z-Stack ZigBee
  • cc2530zdk
  • CC2530ZNP
  • CC2531
  • Coordinator
  • end device
  • IEEE 802.15.4
  • SmartRF04EB
  • z_stack
  • z_stack cc2530
  • zigbee
  • ZigBee 2007
  • ZigBee PRO
  • ZStack
  • Z-Stack
  • z-stack 1.4.3
  • Z-Stack 2.3.0
  • Z-Stack 2.3.0 CC2530
  • СС2530
Related Posts
  • Forum Post: Re: endpoints joining mechanism

    baba sanfur baba sanfur
    Thanks for the quick answer! Let my refine my questions: If I set in hardware the first coordinator’s PAN ID to 0x0001, a second coordinator’s PAN id to 0x0002, and set PAN ID of all routers / endpoints to 0xFFFF – will the router be able to join both of them (once to the first coordinator...
    on Oct 22, 2008
  • Forum Post: How to communicate two routers using Simple API?

    Patrick9330 Patrick9330
    Does anyone know how to communicate two routers using Simple API? Can I bind a router with another router using Simple API in SimpleApp example? Should I bind the route or just let the it join in the existing network? How to do it by modifying SimpleController.c in SimpleApp ? Thanks.
    on Jan 9, 2009
  • Forum Post: Problem when using osal_nv_write() in Z-Stack for CC2430

    Patrick9330 Patrick9330
    Hi, I am now trying to write my own data into CC2430 flash. So I try to use osal_nv_write(uint16 id, uint16 ndx, uint16 len, void *buf ) to do that. #define ZCD_NV_DATAFRAME 0x0FF0 //user-defined ID static char _dataframe2[1]={'a'}; //my simple data to be stored in flash static char _dataOut...
    on Jan 22, 2009
  • Forum Post: How to control P1.2 out level on CC2430DB

    Patrick9330 Patrick9330
    Dose anyone has experience on how to directly control the output of P1_2 using Z-Stack? Since the P1.2 is controlled by VDD SW control, can I directly assign the value directly to P1.2, say P1_2=1 or P1_2=0 to turn on/off the VDD SW control. Thanks.
    on Feb 6, 2009
  • Forum Post: Re: Using CC2480 zb network with no binding

    Pandit Pandit
    Hi, Is Device IEEE address and Extended PAN Id of the ZigBee network are same??? By GetDeviceInfo command i received the same address for both, so i'm asking....... I need to know that is it same r not?? If it's same i can use it for my application.. Thanks for any answers.
    on Mar 5, 2009
  • Forum Post: Re: ZStack-1.4.3 Location samples How to set Network ID?

    Notsane Notsane
    Do you mean the PAN ID? If so, the PAN ID is located in the Tools folder of the project in the f8wConfig.cfg file. Look for: -DZAPP_CONFIG_PAN_ID=?????? Here are the rules for the PAN_ID: If ?????? = 0xFFFF and the device is a Coordinator, the device uses the last 2 bytes of the IEEE address to...
    on Apr 30, 2009
  • Forum Post: Re: How coordinator recognizes Router that rejoins network?

    Pandit Pandit
    It joins the n/w with PAN ID and Channel also. After joining it'll get a short address. How did u change it's MAC address? I think its not possible change and assign a new address for the end devices. I'm also getting the questions like Lucky Luke!! Let me know how u r changing the mac address...
    on May 14, 2009
  • Forum Post: Re: How coordinator recognizes Router that rejoins network?

    LuckyLuke LuckyLuke
    Howdy! Sorry for the delay! I had to chase the Dalton brothers! To compensate I use some more time in the following.... Thanks for the additional information. It looks to me like you still are missing some details about how ZigBee works. Have a look at the ZigBee material on the following page...
    on May 26, 2009
  • Forum Post: Over-the-air reconfiguration of Z-Stack PAN ID and default Channel

    GrantHatamosa GrantHatamosa
    Hi, I am trying to add a new functionality into our Zigbee application where we can easily change the PAN ID (ZDAPP_CONFIG_PAN_ID) and default channel (DEFAULT_CHANLIST) of a given Zgibee device (Coor, Router, End Device). The idea is to be able to send OTA a command to update these settings and...
    on Aug 31, 2009
  • Forum Post: University Program

    christian16296 christian16296
    Hello, Does anybody know whom to contact with regards to University Programs since the univ@ti.com is not responding to me. I've emailed that address many times but not a single reply. Help please. Thank you.
    on Oct 29, 2009
  • Forum Post: Re: Can't receive Interpan messages

    Diego Araujo Diego Araujo
    I´m having the same problem. I´m using this function to send a inter-pan: void GenericApp_INTERPAN( void ) { /* * INTERPAN */ StubAPS_SetInterPanChannel( 0x19 ); uint8 buffadd[8] = {0xF3,0x22,0x07,0x01,0x00,0x4B,0x12,0x00}; // Router IEEE MAC address GenericApp_DstAddr.addrMode = afAddr64Bit;...
    on Jul 26, 2010
  • Forum Post: How comunicate 2 devices in a neighbour with multiply PANs?

    Franz Gustav Niederheitmann Franz Gustav Niederheitmann
    Hi, we have a scenario with an huge smart grid, where we have multi PANs in the same region, and we need to pair two devices that can be in the same PAN or in different PANs. How can we assure that this devices connects in the same PAN? It's possible to an device join the PAN, search to...
    on Dec 9, 2010
  • Forum Post: What to do when an Coordinator goes down?

    Franz Gustav Niederheitmann Franz Gustav Niederheitmann
    Hi, we have this scenario: we have an coordinator in an ZIgbee Gateway. All our devices comunicates with whis coordinator. If the energy goes down and only this coordinator die, and the coordinator goes back and assume an new PAN ID? what can we do to make our devices to send messages...
    on Dec 9, 2010
  • Forum Post: 64-bit (extended address) broadcast problem !

    Ashank Panwar Ashank Panwar
    Hello guys, We are developing a proprietary protocol & we are trying to use 64-bit address to send broadcast packets. However, the other modules are not able to receive any of the broadcast packets sent. I am not getting the RF interrupt itself. However, with 16-bit addressing mode everything...
    on May 3, 2011
  • Forum Post: Re: Questions to PAN_ID

    R.Nouna R.Nouna
    Hi, for the first thank you for help. So in my Application I need to use the really IEEE Adress preprogrammed in de device. not hardwire any Adress for testing purposes. Any API Function to read this pre programmed IEEE Adress?
    on May 6, 2011
  • Forum Post: Questions to PAN_ID

    R.Nouna R.Nouna
    HI, I did a test with Generic App so I change the sending sequence to send directly to coordinator without binding as char theMessageData[] = "Hello World"; GenericApp_DstAddr.addrMode = (afAddrMode_t)Addr16Bit; GenericApp_DstAddr.addr.shortAddr = 0x0000; GenericApp_DstAddr.endPoint = GENERICAPP_ENDPOINT;...
    on May 5, 2011
  • Forum Post: how to write HOME AUTOMATION project using sample project

    ag india ag india
    can any 1 guide me how to modify the home automation project in z-stack sample app for own project......... I am confuse where to writet code for light,buzzer,etc in both switch as well as light profile............
    on Aug 23, 2011
  • Forum Post: End device moving in and out of different Zigbee networks

    TMA6611 TMA6611
    Hello, We have several Z-Stack based networks located at different geographical sites and would like to allow our end devices to migrate between and operate in the different sites. After reading on the forum it seems like the only way to accomplish this to issue a soft reset on the device. The...
    on Dec 22, 2011
  • Forum Post: Inter Pan Communication Issue

    Anubhav Gupta Anubhav Gupta
    Dear Ti, We are using Z-Stack 2.5.1 and in our setup there is a coordiantor and a router. We are trying to implement a Inter PAN communication for the scenario where the router hasn't joined the coordinator due to a different Pan ID of the coordinator. We have been able to sucessfully send...
    on Feb 15, 2012
  • Forum Post: How to Change the PANID and Wireless Channel number

    xiaoqiang wang xiaoqiang wang
    Hi all A question confused me that when the zigbee coordinator setup the zigbee network sucessfully, i want to change the PANID and Channel Number,like change the channel from 11 to 15,and the reboot the coordinator ,however, the PANID doesn't changed! could you give some help? thanks
    on Feb 20, 2012
  • Forum Post: Re: Z-Stack active scan only reports 1st network?

    yang liu97567 yang liu97567
    hello,everyone, I have the same problem too.With a month work,I've got a solution for the problem.On ZStack-CC2530-2.3.0-1.4.0,I set ZMacScanReq() to do an active scan,and I designed my code as follows: ZMacScanReq_t my_fields; my_fields.ScanChannels=DEFAULT_CHANLIST; my_fields.ScanType...
    on Feb 27, 2012
  • Forum Post: Re: How to obtain data of PANID and CHANNEL that are being used.

    John Xu John Xu
    Hi, In zb_StartConfirm() function, I checked those values: zgConfigPANID, zgApsUseExtendedPANID, and zgDefaultChannelList. They are the same values as what I set to NV. For example, zgConfigPANID is 0xFFFF, and zgDefaultChannelList is 0x7FFF800. They do not tell me what channel and PANID the device...
    on Apr 12, 2012
  • Forum Post: Re: How to obtain data of PANID and CHANNEL that are being used.

    John Xu John Xu
    Hi YK, That is what I did. My application is based on Sensor Demo applicaton. zb_StartConfirm() is called when ZDO_STATE_CHANGE and i if (pMsg->status == DEV_END_DEVICE || pMsg->status == DEV_ROUTER || pMsg->status == DEV_ZB_COORD ) is TRUE. As I mentioned, in zb_StartConfirm() I check...
    on Apr 12, 2012
  • Forum Post: Re: How to obtain data of PANID and CHANNEL that are being used.

    John Xu John Xu
    Actually I am still confused... After the network is started, does " nwkLogicalChannel" in _NIB have the value that is the channel picked by Z-Stack? What is "channelList" in _NIB? After the network is started, why does it have a different value (i.e. 0x00300000) than the one...
    on Apr 12, 2012
  • Forum Post: Re: cannot set breakpoint in ZDNwkMgr.c

    John Xu John Xu
    I did look into NLME_GetRequest. However, it does not provide me enough information. Here is the link to my other question: http://e2e.ti.com/support/low_power_rf/f/158/t/181925.aspx#656038 For coordinator, I initially set ZCD_NV_CHANLIST to include all channels for scan when forming the network...
    on Apr 12, 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