• 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 » AF_DATA_REQUEST
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:
AF_DATA_REQUEST
  • 2.4 GHz
  • 2.4GHz
  • 2.5.0
  • 2530
  • 2530 zstack
  • 2530 Z-Tool
  • 2530znp
  • 6LoWPAN
  • 802.15.4
  • 802.15.4 mac timac
  • ADC
  • binding
  • c2530
  • CC2430
  • cc2430 application
  • CC2430DB
  • CC2430EM
  • CC2431
  • cc2480
  • CC2520
  • CC2530
  • cc2530 iar
  • CC2530 ZNP
  • CC2530 Z-Stack ZigBee
  • CC2530DK
Related Posts
  • Forum Post: af_data_request/af_data_confirm

    tony13096 tony13096
    Hello, When I send a SREQ af_data_request, I receive a SRSP with success status. Well no problem. But, the device must send an areq af_data_confirm automatically? thank you.
    on Jul 7, 2009
  • Forum Post: CC2480 doesn't drive SRDY low when packets received

    Peter LI12215 Peter LI12215
    Hi We use CC2480 to set up one zigbee wirless network and exchange data between devices. Now it seems the networking function is working and ok, the routers and enddevices can get the short address from coordinator correctly. But when the end-divce or one router send messages to the coorindator...
    on May 27, 2009
  • Forum Post: Problem to send messages

    pakr pakr
    Hello there, I have problem to send quickly messages to devices and endpoints stored in bind table. I have one endpoint which is binded with more another devices and endpoints. If I try to send quickly more messages to these another points not all messages are transmitted. It looks like the only last...
    on Sep 9, 2009
  • Forum Post: CC2430: How can Coord Send a unicast message to router without Binding?

    walter lincoln walter lincoln
    Experiment: 1Coord and 5 router ,use mesh network, when join the coord ,all routers send a anouncement to coord, then Coord have the all routers' short address. problem: the first router can send a anouncement to Coord, the second also joined the network, but it cannot send message to the Coord...
    on Aug 25, 2009
  • Forum Post: Re: Glitches in CC2480 Interface Specification

    Lennart Lennart
    I think I found another one: The Interface specification of the CC2480 says at AF_DATA_REQUEST: Length can be 0x0A-0x5E while the Data can be 0-128 bytes long This seems a bit confusing, since 0x5E < 128
    on Mar 25, 2010
  • Forum Post: Re: CC2480 questions

    Wishmaster_de Wishmaster_de
    Hi Lennart, fragmentation is not supported in ZigBee 206 specification. Therefore you are responsible in your application that the data you want to send is not longer than 128 bytes. The other Data request options should work, i think.
    on Mar 25, 2010
  • Forum Post: Re: Sometimes Blind node does NOT rejoin network except power it down and up

    Fox36631 Fox36631
    Hi Henry, This is what must happen normally: The End-device, node in your case, sends data to its parent and listens for an ACK from the parent. If it does not receive an ACK after a timeout it tries to resend the same data and waits for an ACK. This procedure is repeated a few times; i believe 8...
    on May 6, 2010
  • Forum Post: AF Interface

    ravenscourt ravenscourt
    Hi! Im trying to send messages using AF interface commands. Clusters issue is clear to me. but how endpoints work? do i need to start network using zb interface commads? i think so.. and do i need to do it with different endpoints? poll command returns status with value "zdoInvalidEndpoint"...
    on Jun 11, 2010
  • Forum Post: Re: Can't receive Interpan messages

    Franz Gustav Niederheitmann Franz Gustav Niederheitmann
    Hi Diego, i still have the same problem... no answer from texas instrument. maybe Interpan is an legend . waiting for an answer too.. Regards,
    on Jul 26, 2010
  • Forum Post: problem with AF_DataRequest after Binding

    mahesh k mahesh k
    hi, We are using ZStack 2.3.1 . when I use AF_DataRequest() with out binding, it works fine . I can receive and send data using direct addresses. When I do binding or EndDevice Binding, I am unable to send data. After Binding, I chose the option afAddrNotPresent for destination address mode...
    on Nov 22, 2010
  • Forum Post: APS Counter

    Xabier Aizpurua Xabier Aizpurua
    hi everybody I have the cc2531 device(USB) with ZNP example and with this, i can send an receive ZIgbee mesages using ZTOOL. The user can send all kind of messages using AF_DATA_REQUEST structure ( I think, but if it is impossible please tell me!) In all AF_DATA_REQUEST messages you can write...
    on Feb 24, 2011
  • Forum Post: CC2530ZNP ~10ms delay between router sending and coordinator receiving message. Can I speed this up?

    Frank Boschker Frank Boschker
    Hi all, I have a CC2530ZNP router and coordinator (basic comms - AFZDO) set up and want to measure the minimal time from sender to receiver. I noticed that it takes approximately 10ms between sending a message and receiving it. Also I want the interval of consecutive messages to be in the 5ms range...
    on Jun 16, 2011
  • Forum Post: 16bits/64bits Addr by AF_DataRequest() to update the routing table

    Cheng-Syun Tsai Cheng-Syun Tsai
    I used ShortAddr by AF_DataRequest() to send msg to other devices. If the target's ShortAddr is in the source device's routing table, msg will be passed by Data-Unicase. If unknown, msg will keep for a while, and the device broadcast "NWK Route Request" packages first. If the...
    on Jun 21, 2011
  • Forum Post: Latency between sending AF_AF_DataRequest and AF_DATA_CONFIRM_CMD

    Jose Sa Jose Sa
    I'm trying to send a relative large data through the wireless link. My coordinator (CC2430) receives 256 bytes of data via the serial port and then breaks it in 4 * 64bytes packets that are send to a router (no end point devices here). in theory what I want is mix of TransmittApp and SerialApp...
    on Sep 27, 2011
  • Forum Post: Communication using Binding

    Rudy Elizondo Rudy Elizondo
    Hello all, I'm currently trying to use binding to establish communication between 2 devices. I'm using the end device bind function and I get a bind success message. So it appears to me that binding is successful. However, I then attempt to use afSendData to send communications between the...
    on Nov 16, 2011
  • Forum Post: cc2530ZDK-ZMP-mini will saisfy our specifications or not?????

    final year students final year students
    we are students of engineering and are working on zigbee as a final year project.we want to make a PAN using 1 coordinator 2 routers and 2-3 end devices (sensors) forhome automation... do suggest which module will be most suitable ????? CC2530ZDK-ZMP-MINI is part number we have checked...
    on Dec 15, 2011
  • Forum Post: help about binding the end-devices through co-ordinator

    kiran nayak kiran nayak
    hi i m developing the commision tool which update the binding table entry in the co-ordinator using the api bindaddentry(); i m using co-ordinator to hold the binding table entries .. as a test purpose i m using 2 end-devices and the bindaddentry() for these two devices in the co-ordinator...
    on Feb 15, 2012
  • 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: Send data over Zigbee

    1384432 1384432
    Hi, I´m working with Home Automation Profile and I´ve sent the ON/OFF command to the light. Now I need to send Data, so which function should I use? In fact I need to read the current and voltage levels and send then to the coordinator. I think that the function to handle these Data must...
    on Apr 9, 2012
  • Forum Post: Help with Zigbee Home Automation

    1384432 1384432
    Hi, I´m studying the Home Automation Profile in Zigbee Stack. In fact I´m having some troubles to undertand the "Sample Light" and "Sample Switch" examples. To send a data I have used the function: AF_DataRequest(&dstAddr, srcEPT, ZCL_CLUSTER_ID_GEN_ON_OFF, 1, buffData...
    on Apr 5, 2012
  • Forum Post: Problem sending an packet from Coordinator to End Device

    Franz Gustav Niederheitmann Franz Gustav Niederheitmann
    Hi , like i was discussing in this thread http://e2e.ti.com/support/low_power_rf/f/158/p/17310/169314.aspx#169314 i am having problem to send menssage from coordinator to end device (or router) or like i realised, the probel is to receive message from the coordinator. using the packet sniffer...
    on May 13, 2010
  • Forum Post: Signal-to-noise ratio on cc2530

    Darshan tinku Darshan tinku
    Is there a way to find SNR of the channel in cc2530 chip at the receiver .In my project i specifically need SNR because i need to measure the state of the channel using this dynamically . I have also went through lot of threads in this forum related to s/n ratio but
    on Jun 18, 2013
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