• 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 » All Tags » CC2480
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:
CC2480
  • 2.4 ghz
  • 2.4GHz
  • 6LowPan
  • access point
  • antenna
  • binding
  • cc1100
  • cc1101
  • cc1110
  • cc1111
  • CC111x
  • cc2430
  • cc2500
  • cc2510
  • cc2511
  • cc2520
  • cc2530
  • cc2530znp
  • cc2591
  • cc430
  • crystal
  • end device
  • ez430
  • ez430-rf2480
  • IAR
Related Posts
  • Forum Post: Re: Start problem with CC2480

    LPRF Rocks the World  LPRF Rocks the World
    Check the "Reset" example in the CC2480 Sample code examples. Check how the SPI port is initialized and the interface signals configured on startup. http://focus.ti.com/docs/prod/folders/print/cc2480a1.html#toolssoftware CC2480 Software Examples (swru169.zip, 256 KB ) 30 Apr 2008 zip LPWRocks
    on Aug 7, 2008
  • Forum Post: CC2480 - Linux Software Driver

    Leon Sae-Ung Leon Sae-Ung
    Hi everybody, would somebody if a Linux Sotfware Driver is available for CC2480. Many thanks for your help!
    on Aug 11, 2008
  • Forum Post: Re: Start problem with CC2480

    LPRF Rocks the World  LPRF Rocks the World
    Hi Wishmaster_De, I justed wanted to share the SYS_RESET_INDICATION repsonse from CC2480
    on Aug 12, 2008
  • Forum Post: Re: Simple API vs Z-Stack (CC2480)

    vairaX vairaX
    Hi MrGuga, I'm not sure whether u clearly know the difference between Joining and binding. i jst made this conclusion from ur post, sorry if i'm wrong. Joining is related to network layer and MAC layer. We can just control a device to Permit other devices to join with it or not. tat's wat...
    on Aug 12, 2008
  • Forum Post: Re: eZ430-RF2480 ZAccel Usage

    LPRF Rocks the World  LPRF Rocks the World
    Hi Miguel, This thread is answered here: https://community.ti.com/forums/p/106/1372.aspx#1372 LPRF_Rocks
    on Aug 13, 2008
  • Forum Post: Re: The 15th Mobile End Device Conundrum: address re-cycling on Z-Stack or CC2480.

    LPRF Rocks the World  LPRF Rocks the World
    Hi all, On the issue of keeping track of device addresses, we have seen this done by applications to avoid running out of child addresses. If the parent does not know if a device is still its child since there is no required check-in, then new addresses are allocated until the address space is exhausted...
    on Aug 20, 2008
  • Forum Post: Re: AF Broadcast (cc2480)

    MrGuga MrGuga
    ok, after reading a lot, i found something in zigbee.org docs: "To transmit a broadcast MSDU, the NWK layer of a ZigBee router or ZigBee coordinator issues an MCPS-DATA.request primitive to the MAC sub-layer with the DstAddrMode parameter set to 0x02 (16-bit network address) and the DstAddr parameter...
    on Aug 26, 2008
  • Forum Post: Re: Z-Accel CC2480 Device state

    esy esy
    Good question. It seems to be missing from the document. However, I had a look at the documentation for the SimpleAPI that comes with the Z-Stack, document called "Simple API for Z-Stack_..._.pdf". By assuming the software and interfaces have much in common and looking at documentation for...
    on Aug 26, 2008
  • Forum Post: Re: Z-Accel CC2480 Device state

    LPRF Rocks the World  LPRF Rocks the World
    Hi, These states also apply if you are using the ZDO callback ZDO_STATE_CHANGE_IND. It is a nice callback if you would like to know the state of CC2480. This is the ZDO IF command described in the section 6.5.32. You will get this callback if you use AF_REGISTER together with ZB_START_REQUEST for example...
    on Aug 27, 2008
  • Forum Post: RFD Performance

    Zaphod Zaphod
    Hello, I need to have a moblie device connected to a Laptop, and obviously the trivial way is to use an endpoint and not a Router (since an endpoint is supposed to be mobile by nature). Low power consumption, needless to say, is not the driver for using an endpoint in this case (since it is connected...
    on Aug 29, 2008
  • Forum Post: Re: CC2480 RESET_N

    LPRF Rocks the World  LPRF Rocks the World
    1. Check out the example reset.c in the following code examples. CC2480 Software Examples (swru169.zip, 256 KB ) 30 Apr 2008 zip 2. Check out the thread https://community.ti.com/forums/p/349/1116.aspx#1116 LPRF_Rocks
    on Sep 2, 2008
  • Forum Post: Re: Using CC2480 to set up a tracking system

    LPRF Rocks the World  LPRF Rocks the World
    Great, interesting project. What is the target application? You can try port the Z-Stack Location Profile to the CC2480 and use it as reference node maybe. Actually is not possible to do Low Power Routers with CC2480. Our Z-Stack does not support this possibility with CC2480. The power modes are controlled...
    on Sep 2, 2008
  • Forum Post: Re: RFD Performance

    LPRF Rocks the World  LPRF Rocks the World
    Hi Zaphod, Check out the following Application Note. This can help you understand. AN057 – Measuring Power Consumption on eZ430-RF2480 This document will present power consumption measurements and battery lifetime calculations based on the hardware and software in the eZ430-RF2480 Demonstration Kit...
    on Sep 4, 2008
  • Forum Post: Re: CC2480 SYS_TEST_LOOPBACK

    LPRF Rocks the World  LPRF Rocks the World
    Hi RFCE, Yes, please ensure that you handled the SYS_RESET_IND and check everything is OK prior to using any of the RPC commands for the CC2480 device. LPRF Rocks the World
    on Sep 5, 2008
  • Forum Post: CC2480 an ZDO_MGMT_LEAVE_REQ mistake in SWRA175A

    Wishmaster_de Wishmaster_de
    Hi, I found a mistake in the CC2480 Interface Specification. The mistake in page 49 in section 6.5.28.2 The description to the function and to the fields in the frame are wrong. I send an email to the support and I report the mistake. But they don't tell me the right descriptions. I think the function...
    on Sep 6, 2008
  • Forum Post: Re: CC2480 halDelay()

    LPRF Rocks the World  LPRF Rocks the World
    This function is used add a delay with or without MSP430 power modes. What would you like to get accomplished? A controlled delay in your code. LPRF Rocks the World
    on Sep 8, 2008
  • Forum Post: Re: PC Monitor software for parts like RF2500

    johnw johnw
    LPRF Rocks, I have a demo running - I've added the code so the Light Sensor is enabled. It's still a little rough and I'm learning about the graphics code - but it seems to be running - lights on - 0.1V - lights off - 3.0V - I think that looks like it is right since the light sensor...
    on Sep 16, 2008
  • Forum Post: Re: Using CC2480 to set up a tracking system

    Mr AND Mr AND
    Hi Mr Guga, How is your project? Do you managed to do it?
    on Sep 22, 2008
  • Forum Post: Re: Packet Sniffer Source

    LPRF Rocks the World  LPRF Rocks the World
    John W, It is not possoible to use the eZ430-RF2480 for Packet sniffing. There is a HW limitation also with respect to the VCP on the ez430. Releasing this source code is little bit more challenging. Check out this thread with respect to eZ430-RF2480 packet sniffing: https://community.ti.com/forums/p...
    on Sep 23, 2008
  • Forum Post: Re: RSSI on eZ430-RF2480

    LPRF Rocks the World  LPRF Rocks the World
    Hi John W, It is not possible to obtain the RSSI reading. As you also state the LQI is available. This LQI is scaled with respect to the CC2480 RSSI reading in the low lower layer, TIMAC. This is good feedback that there is an interest to obtain the raw RSSI data using SAPI - Simple API Actually you...
    on Sep 26, 2008
  • Forum Post: Re: CC2480 WatchDog

    LPRF Rocks the World  LPRF Rocks the World
    Hi XiaoXiao, Do you mean that you receive 0x02 on the SYS_RES_IND from CC2480? A lot more technical details would be great LPRF Rocks the World
    on Sep 26, 2008
  • Forum Post: Re: Antenna for CC2480

    Vdevan Vdevan
    Hi AKW I am also considering CC2480/AVR for my thesis project. Could you please tell me how difficult/easy it is working with CC2480, the application programming [using the simple API], performance in terms of range and setting up the network. We are finding the IAR compiler too expensive and I am...
    on Sep 29, 2008
  • Forum Post: Re: RSSI on eZ430-RF2480

    johnw johnw
    LPRF Rocks, Thanks for the reply. I thought the hex file may have been for some type of 'include' - I know Gregory over at Elprotronic - we have collaborated on a few things. Is it possible to post the AF and ZDO API's so I don't have to recreate the wheel so to speak? I will...
    on Sep 30, 2008
  • Forum Post: Re: PC Monitor software for parts like RF2500

    johnw johnw
    Kuntal, I know you've asked LPRF - but I would like to chime in here. If you are talking about the RF2500 - then the code is already there. If you use the GUI and just leave your mouse pointer on top of the End Points - it will display the signal strength (RSSI). If you run the console - you...
    on Sep 30, 2008
  • Forum Post: Re: RSSI on eZ430-RF2480

    johnw johnw
    LPRF, Also - I forgot to ask - is there a TIMAC.h file that can be used to call ZigBee functions from the CC2480? Just wondering if this is defined anywhere or if is just something that is 'implied' from the ZigBee stack. Thanks, John W.
    on Sep 30, 2008
12345»
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