• 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 » All Tags » CC2431
Share
Browse Topics
  • Amplifiers
    • Audio Amplifiers
    • High Speed Amplifiers
    • Precision Amplifiers
    • /etc... Amplifiers & Other Linear
  • Applications
    • Automotive
    • Medical & High Reliability
    • Motor Drivers
  • ARM® Processors
    • Sitara™ ARM®
  • Clocks & Timers
  • Data Converters
    • Audio Converters
    • High Speed Data Converters
    • Precision Data Converters
    • Video Converters
    • /etc... Data Converters
  • Development Tools
    • WEBENCH® Design Center
    • Code Composer Studio
    • TI C/C++ Compiler
  • Digital Signal Processors (DSP)
    • C5000 Ultra Low Power DSP
    • C6000 Multicore DSP
    • C6000 Single Core DSP
    • DaVinci™ Video Processors
    • OMAP™ Processors
  • DLP & MEMS
  • Embedded Software
    • Android
    • BIOS
    • Linux
    • Multimedia Software Codecs
    • StarterWare
    • WinCE
  • Interface
    • Consumer & Computing
    • Ethernet
    • Fiber Communication
    • High Speed Interface
    • Industrial Interface
    • /etc... Interface
  • Logic
  • Low Power RF & Wireless Connectivity
  • Microcontrollers
    • C2000™ Microcontrollers
    • Stellaris® ARM® Microcontrollers
    • MSP430™ Microcontrollers
    • Tiva™ ARM® Microcontrollers
    • Other Microcontrollers
    • Hercules™ Safety Microcontrollers
  • OMAP™ Applications Processors
  • Power Management
    • Battery Management
    • Digital Power
    • AC/DC and Isolated DC/DC Power
    • LED Drivers/LCD Bias
    • Linear Regulators
    • NexFET™ Power MOSFETs
    • Non-Isolated DC/DC
    • Power Modules
    • PMU
    • Power Interface
    • SIMPLE SWITCHER®
    • Sequencers
    • Supervisor and Reset IC
    • Wireless Power
    • /etc... Power
  • RF & Digital Radio
    • Digital Radio (GC Products)
    • High Performance RF Modulators, PLL and VCO products
    • /etc... RF
  • Other Analog & Touch
    • Imaging
    • Temperature Sensors
    • Touch
    • /etc... Analog
  • /etc Support

Custom Title

Support Forums

Support Forums
To post a question or find an answer, choose a topic from the "Browse Topics" navigation menu on the left.
  • Get this RSS feed
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:
CC2431
  • 2.4 ghz
  • 2.4ghz
  • 802.15.4
  • adc
  • CC debugger
  • cc1100
  • cc1101
  • cc1110
  • cc1111
  • CC111x
  • cc2420
  • cc2430
  • cc2430db
  • cc2500
  • cc2510
  • cc2511
  • cc2520
  • cc2530
  • CC2530ZNP
  • cc2591
  • cc430
  • coordinator
  • FAQ
  • zigbee
  • Z-Stack
Related Posts
  • Forum Post: Localization Engine + CC2591

    Daimon2616 Daimon2616
    Hi everybody, Which are the consequences of adding a PA/LNA, like CC2591, to the CC2431 location engine? Will it work? I know that the gain is controllable, so at least we must take that into consideration in software. Other problems?
    on Aug 1, 2008
  • Forum Post: Re: Localization Engine + CC2591

    Hobbyist Hobbyist
    Check out the these great papers on the CC2431 http://www.medialab.ch/archiv/pdf_studien_diplomarbeiten/da06/da2006-113_SensorNetworkSoccer.pdf http://bwrc.eecs.berkeley.edu/publications/2006/Publications/Theses/tufan_phd_thesis.pdf Maybe you can gain some info here, it is not directly an answer to your...
    on Aug 4, 2008
  • Forum Post: Re: Location Engine CC2431

    Hobbyist Hobbyist
    Maybe use Kalman filter with CC2431. http://www.medialab.ch/archiv/pdf_studien_diplomarbeiten/da06/da2006-113_SensorNetworkSoccer.pdf http://bwrc.eecs.berkeley.edu/publications/2006/Publications/Theses/tufan_phd_thesis.pdf Hobbyist
    on Aug 4, 2008
  • Forum Post: Re: Problems in Compiling CC2431 Location Engine Sample

    LPRF Rocks the World  LPRF Rocks the World
    Hi, Interesting feedback :) With this on your displayed I am also sure the green LED is toggling too. Right? You will need to setup your IEEE address. Try to push the center of the joystick down and see what happens Hopefully this helps LPRF_Rocks
    on Aug 19, 2008
  • Forum Post: Re: CC1110, Sleep, and Sleep Timer

    RF4ALL RF4ALL
    Hi, Try replace your xtal monitor instruction as follows: /*while(!(SLEEP & 0x40));*/ while(CLKCON & 0x40); This will monitor [CLKCON.OSC] to ensure that the [HS XOSC] is not only stable, but also actually applied as system clock source before continuing code execution. Cheers, RF4ALL
    on Aug 21, 2008
  • Forum Post: Re: Programming custom CC2431 boards using the smartRF04eb

    esy esy
    Hi Alex, Yes, you can use the SmartRF04EB Evaluation Board as debugger for your CC2431 prototype, i.e. use as an in-circuit emulator with IAR EW8051 to debug your code. You will also be able to run our RF evaluation and radio configuration software called SmartRF Studio on your PC and use your prototype's...
    on Sep 15, 2008
  • Forum Post: Re: CC2431

    LPRF Rocks the World  LPRF Rocks the World
    rjacob, Check out this thread: https://community.ti.com/forums/p/189/430.aspx#430 A nice research paper on CC2431 usage: http://www.medialab.ch/archiv/pdf_studien_diplomarbeiten/da06/da2006-113_SensorNetworkSoccer.pdf LPRF Rocks the World
    on Sep 17, 2008
  • Forum Post: Re: How to program a CC2431EM without a SmartRF04EB?

    esy esy
    Hi jorge, TI currently do not offer any alternative smaller/cheaper hardware for flash programming of CC243x devices other than the SmartRF04EB. However, there are some third party alternatives . (some of these are best suited for high-volume production). Here is a DIY alternative with open circuit...
    on Sep 25, 2008
  • Forum Post: Re: Programming custom CC2431 boards using the smartRF04eb

    esy esy
    Hi ASHOK, ASHOK Hi, I am currently looking to purchase a smartRF04eb as part of a CC2431 Zigbee developmeny main interest is to be able to integrate the CC2431 into my own circuit designs, but I am wondering if the smartRF04eb facilitates the connection, maybe via a ribbon cable, to my custom boards...
    on Sep 28, 2008
  • Forum Post: Re: A multinode locationing system with CC2431

    LPRF Rocks the World  LPRF Rocks the World
    Hi Rex, How are things moving with your location project? Check out our Location Profile in the our Z-Stack for CC2430: swrc073d.zip (70MB) - contains ZStack-CC2430-1.4.3-1.2.1.exe (the "full" CC2430/31 Z-stack v.1.4.3 & Application Examples v.1.2.1) Note: See "Compatability...
    on Oct 2, 2008
  • Forum Post: Z-tool setting in cc2430

    baba sanfur baba sanfur
    Hi All, I would like to use the Z-tool interface on the cc2430 (using z-stack), and I have three questions: 1. Is it possible to use the CTS / RTS signals while using the z-tool. What and where should I change the code? 2. How do I change the UART speed of the MCU to 115200 bps? 3. Can I set...
    on Oct 7, 2008
  • Forum Post: Re: Code doesn't run on several chips

    WorkingAgain? WorkingAgain?
    Thank you guys for the reply. I will check out the frequency on these boards and will come back to you asap, but can take a while as there are more important things up this week, but you WILL hear from me. THX again. Hope it is that, so that I have 2-3 boards more for the network. FLO
    on Oct 20, 2008
  • 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: CC2431 Location Engine current consumption

    RF-Explorer RF-Explorer
    Hi, Are there any published (or non-published!) figures for how much additional current is consumed by the Location Engine when enabled on the CC2431? Thanks.
    on Oct 24, 2008
  • Forum Post: Re: CC2431 Location Engine current consumption

    LPRF Rocks the World  LPRF Rocks the World
    RF Explorer, Current consumption yes, interesting topic. I like to use the comparsion done by a university in Switzerland: http://www.ceesar.ch/fileadmin/Dateien/PDF/designofaversatilelowcostIEEEmoduleforlongtermbatteryoperation_PaperEuZDC07_sk_final.pdf Check out the table on page 3 for the CC2430...
    on Oct 28, 2008
  • Forum Post: Re: Programming custom CC2431 boards using the smartRF04eb

    esy esy
    Hi odel, the dongle in the eZ430 kits consists of two parts: the USB emulator board with USB connector (aka MSP-EZ430U), and a target board connected to it. The USB emulator can work as a debugger for the MSP430 on the target board. The debugger uses the 2-wire SPI-by-wire interface for the debugging...
    on Oct 30, 2008
  • Forum Post: Re: CC2430 Startup

    esy esy
    Hi Ashok, Does the LCD of the SmartRF04EB Evaluation Board work in other situations? E.g. if you try to turn off the EB, remove the CC243xEM, and power the EB back on -- does the LCD say "Chipcon SRF04EB No EM detected!"? (just as a test that the LCD works). The CC2430 and the CC2431 are...
    on Oct 31, 2008
  • Forum Post: How can i make this custom application?

    jorge5224 jorge5224
    Hi, i'm trying to make a custom application that sends messages from a pc by serial port to a coordinator and i have to send this message to an specific end point node, and then this node have to display this message througt its ports. and i also have to implement the location profile. i'm...
    on Oct 31, 2008
  • Forum Post: Doubt with association list

    lucholes lucholes
    Hi, When a end device associate it with a router and then if it moves to another position it associate to another router. The first router that was father of this node, erase it from its association list?, to have an avaliable entry for other node. thanks!
    on Nov 12, 2008
  • Forum Post: Re: Location Engine RefNode configuration

    PME_BLUM PME_BLUM
    Wishmaster, If you study the location sample application code provided for the reference nodes you will see that the position is something that is stored in memory and can be updated in a variety of ways. The way we demonstrate in the sample code is for an incoming packet, initiated by the PC Tool...
    on Nov 13, 2008
  • Forum Post: CC2431 and Wake-On-Radio

    Mostafa Kassem Mostafa Kassem
    Greetings: According to the comparison matrix in the link listed below, the CC2431 can do WOR. However, I could not find any data to confirm this in the CC2420 transceiver or the CC2430 which the CC2431 is besed on. I would appreciate a pointer to where I can find information about the WOR on the...
    on Jan 7, 2009
  • 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: Re: CC2431 and Wake-On-Radio

    Kjetil Kjetil
    Hi. The CC243/31 has a built in sleep timer that can be used for WOR-like functionality in systems where other MCUs are involved. Wake On Radio is usually a term used for tranceivers that can wake the MCU on packet reception only. Regards, Kjetil
    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
  • Wiki Page: MCU platforms supported by the TIMAC and ZigBee Z-StackTM software

    Kjetil Kjetil
    Q: FAQ: MCU platforms supported by the TIMAC and ZigBee Z-StackTM software The recent releases of TIMAC (beginning with v1.0.1) supports TI MSP430, CC2430 and CC2431 (with 8051 MCU core) platforms. The recent releases of the Z-Stack (beginning with v1.4.0) supports Atmel AVR, CC2430 and CC2431 (with...
    on Nov 22, 2010
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