• 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 Proprietary Software & SimpliciTI Forum » All Tags » CC111x
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:
CC111x
  • AP as data hub
  • CC1100
  • CC1101
  • cc1110
  • CC1111
  • CC2430
  • CC2500
  • CC2510
  • CC2511
  • CC2530
  • CC430
  • eZ430
  • IAR
  • IAR compiler
  • IAR SimpliciTI
  • Low power RF
  • MSP430
  • Packet Sniffer
  • SimliciTI
  • SimplciTI
  • SimpliciTI
  • simpliciti 1.1.1
  • SimpliciTI End Device
  • SmartRF Studio
  • USB
Related Posts
  • Forum Post: DMA Flash writing (CC111x)

    Denis Kuzmenko Denis Kuzmenko
    Hi! I have a problem writing flash using DMA. Here's my code: uint8_t dma_cf[8]; memset(&dma_cf, 0, 8); dma_cf[0] = (uint8_t)((uint16_t)sett >> 8); dma_cf[1] = (uint8_t)((uint16_t)sett); dma_cf[2] = 0xDF; dma_cf[3] = 0xAF; dma_cf[4] = DMA_VLEN_FIXED << 5; if((sizeof(struct settings...
    on Sep 28, 2009
  • Forum Post: CC1111 USB Firmware + Windows DLL for simpliciti network access through PC application

    Eric C Eric C
    Hi All, I want to build a RF network using SImpliciti network stack with several CC1110 embbeded devices + 1 WIndows PC through CC1111 USB Stick. Does Ti provide a free firmware for CC1111 USB stick and an associated windows DLL that provide access to a Simplici network for a windows based application...
    on Dec 15, 2009
  • Forum Post: Re: CC1111 P0 used as digital Outputs

    hec hec
    The internal pull-up/pull-down will automatically be disabled when you configure a pin as an output (this happens individually or each pin, not for the whole port). But why do you want pull-up or pull-down for a pin that is configured as an output? If the pin is not configured as an output the entire...
    on Jan 5, 2010
  • Forum Post: Sleep Timer - Confusing comment in datasheet and in software

    Zoltan Lengyel55929 Zoltan Lengyel55929
    Hello all, CODE: You can see the following code in the datasheet, in SimpliciTI software and in other software examples at the init of sleep timer: char temp = WORTIME0; while (temp == WORTIME0); // Wait until a positive 32 kHz edge DATASHEET: The datasheet states: ' Entering...
    on Sep 7, 2010
  • Forum Post: CC111xFx in Synchronous Serial Mode

    Justin Eckard Justin Eckard
    Is there an undocumented setting to place the CC111xFx in synchronous serial mode? I have tried: - Disabled preamble, sync word, fec, whitening, crc, address check, etc. - Set PKTCTRL0 to 0x12 to put it in synchronous serial mode and infinite packet length. - Set IOCFG2 to 0x0B for the clock...
    on Feb 17, 2011
  • Forum Post: CC1111 and CC1110 RX_TIME receive timeout

    Joseph Solomon Joseph Solomon
    I am trying to have my chip listen for a packet for 5ms then stop listening. My chip never times out. Does anyone have any ideas? Here are some code snippets for my CC1111: WORCTRL |= 0x04; // Reset Sleep Timer temp_WORTIME = WORTIME0; while(temp_WORTIME == WORTIME0); // Wait until a positive 32 kHz...
    on Mar 10, 2011
  • Forum Post: CC1111 - CC1110 RF communication troubles

    Claudio Landi Claudio Landi
    Hello all, I have a SmartRFCC1110 868-915 MHz Development Kit and a CC1111 USB Dongle. My target is to implement a simple communication protocol where USB Dongle acts as master and 1 or 2 SmartRFCC1110 are slaves. I supposed that the 'rf_modem' application was the right one for me...
    on Mar 14, 2011
  • Forum Post: Re: Simplicity nwk_retrieveFrame Port

    Rick meyer67138 Rick meyer67138
    Maybe I should give the information what the purpose of the project is in adition. I try to build an application that has the ability to recieve a call from another CC1110 without any address, what I try to do is send out a Message with one CC1110 and all other CC1110s near enough to hear the call...
    on Apr 16, 2011
  • Forum Post: Re: Simplicity nwk_retrieveFrame Port

    Rick meyer67138 Rick meyer67138
    Thanks Mr. Friedman and Mr. Noxon your advice was very helpful I really apriciate that. I had a look at the Cascading End Devices example and concentrated the example a little bit in order to understand in one look whats happening. And I changed the variable names to prevent errors in my project....
    on Apr 21, 2011
  • Forum Post: Re: How can I send and receive a float with using SMPL_Send and SMPL_Receive?

    Michael Z. Michael Z.
    Hello Paul and Jim, I tried the sourcecode written here but I got an error when I try to debug it. I don't know whats the source of the error but it seems that there is something wrong with the way I try to receive because the packet sniffer is showing that there is everything fine with the way i...
    on Apr 25, 2011
  • Forum Post: CC1111 wireless boot loader

    LDT LDT
    I'm in need of a wireless method to update code in a CC1111, a wireless boot-loader. Is there one that I can use or some examples for other CC devices I can use as a starting point? LDT
    on Apr 27, 2011
  • Forum Post: Where can i find driver for using sniffer CC1111 F-32 to capture paquet in USB mode

    mike francillette mike francillette
    Hi, I programm my sniffer CC1111 F-32, with the CC debugger using the HEX file name "rf.modem" which can permit me get paquet using USB mode (as said in user's guide). My problem is that when i connect the sniffer in my pc's port nothing happen. My pc doesn' t recognize the...
    on Apr 29, 2011
  • Forum Post: Implementing low-cost, high performance WMBus RF Interface for smart meters

    Jerzy Polkowski Jerzy Polkowski
    I'm looking for "Implementing low-cost, high performance WMBus RF Interface for smart meters" publication. There might be someone who knows where i can found it or have it. Tnx.
    on Apr 26, 2011
  • Forum Post: RFCC1110-888 1.3

    Rick meyer67138 Rick meyer67138
    Hello everyone, I have a bit of a problem and I dont know how I should fix it. I have a mini development kit for the CC1110 with two devices. I wrote some software and it runs nicely on the first device bit when I flash the second one via the CC debugger it seems that the device is permanently...
    on May 19, 2011
  • Forum Post: Re: cc2500 data rates - How to?

    Siri Siri
    Hi The data rate used when transmitting, or the data rate expected in receive is programmed by the MDMCFG3.DRATE_M and the MDMCFG4.DRATE_E configuration registers. Please see the data sheets for more information (there is a section called Data Rate Programming). You program the data in kBaud. For...
    on May 25, 2011
  • Forum Post: Chronos and cc1110 mini DK

    Thomas Stoll Thomas Stoll
    Hi I try to connect my SmartRF cc1110-868 module to the Chronos watch and the access point. I’ve searching the internet for the code, but I can’t find. I like to send some data to the access point, from my SmartRF CC1110 module. I already found the settings for “smartrf_CC1110_srfcc1110...
    on Jun 23, 2011
  • Forum Post: How to change sLinkID1 in peer to peer example

    Chu En Ong Chu En Ong
    HI, I m still new in simpliciTI. I want to make a easy pairing between end device. How to change the sLinkID1 so that it wont affect other device? I m using CC1110 mini and IAR with simpliciTI Thanks
    on Jul 23, 2011
  • Forum Post: Problem when Variable is big "Error[e16]:"

    Rick meyer67138 Rick meyer67138
    Hello everyone, I have a little bit trouble with my variable declaration and I hope that this is the right place to post my Problem. I have declared a variable array: uint8_t Test[3][150]; and everything works so far like I need it. But when I try to make Test bigger for example uint8_t Test[10][150...
    on Jul 27, 2011
  • Forum Post: Re: CC1111F32 Dongle

    Rick meyer67138 Rick meyer67138
    Hello everyone, I have found somrthing at the site for the cc1111F32. There are 2 examples on the site called the rf-modem example and the simple hid dongle example. From what I see the rf modem example fits my needs I think. I made some sourcecode and replaced the code in main() to the following...
    on Jul 31, 2011
  • Forum Post: CC1111F32 Dongle

    Rick meyer67138 Rick meyer67138
    Hello everyone, I have purchesed a CC1111 dongle and now I want to try the USB Interface on it. Iam new to USB and I hope my question isnt too annoying. What I want to do is sending data from the dongle to a computer via USB and after doing some calculations on the data sending it back to the...
    on Jul 30, 2011
  • Forum Post: IAR 8.1 configuration problem with CC1110F32

    Tamir Toren Tamir Toren
    I upgrade my IAR from V7.6 to V8.1. The IAR failed to link the project, i'm getting this kind of message: Error[e16]: Segment IDATA_I (size: 0x100 align: 0) is too long for segment definition. At least 0x21 more bytes needed. The problem occurred while processing the segment placement command...
    on Aug 9, 2011
  • Forum Post: CC1111F32

    Rick meyer67138 Rick meyer67138
    Hello everyone, I try to commission the UART on the "CC1111F32 868-915 Rev1.2" board and I try to do it with the help of DN112 in order to make it communicate with Bray's terminal programm. in 4.1.1 of the document is writen that there are alternatives on which port the UART is mapped...
    on Aug 9, 2011
  • Forum Post: Re: Compiling and linking fail of SimpliciTI on target C1111

    David Eisner David Eisner
    M Regarding the stack overflow issue: This is most probably caused by some kind of buffer overflow in the debug driver for this device. IAR has promised to look into it. "M", Has IAR responded yet? Thanks. -David
    on Aug 31, 2011
  • Forum Post: Re: cc430f5137 (cc1101): Problems starting: Need help regarding RSSI + Synchronous (transparent) communication (is it really needed on my goal?)

    Radiogeek Radiogeek
    If you are on a 3 month deadline I suggest you contact an RF module manfuacturer to help you out! Radiocrafts has a wide range of modules, long experience with radio protocols, and could with small modifications to existing modules meet your requirements. www.radiocrafts.com
    on Sep 20, 2011
  • Forum Post: Unlinked Peer to Peer communication using IOCTL calls

    Yash Darad Yash Darad
    Hi everyone, I'm facing a problem that some/most of you might already have overcome. Hardware: CC1110 EVK (Four) and CC-Debugger (Two) Software: SimpliciTI 1.1.1 and IAR workbench Basically, I want to communicate between two unlinked devices using IOCTL calls. More specifically, I've...
    on Sep 29, 2011
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