• 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 Hardware & Tools Forum » Design note - CC112x RX Sniff Mode (TBD)
Share
Low Power RF & Wireless Connectivity
  • Forums
  • Announcements
  • Files
  • E2E Wiki
Options
  • Subscribe via RSS

Design note - CC112x RX Sniff Mode (TBD)

Design note - CC112x RX Sniff Mode (TBD)

This question is answered
Enok
Posted by Enok
on Aug 29 2012 21:25 PM
Prodigy410 points

Hi Team,

I see following description "DNxxx CC112x RX Sniff Mode (TBD)" on the design note(TrxEB RF PER Test Software Examples User's Guide (Rev. A))

http://www.ti.com/general/docs/lit/getliterature.tsp?literatureNumber=swru296a&fileType=pdf

Do we have a plan to release it yet?

Best Regards,

Enok

#CC1120 Application note Sniff mode
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Martin B
    Posted by Martin B
    on Aug 30 2012 01:57 AM
    Verified Answer
    Verified by Enok
    Expert6495 points

    Hi Enok

    This DN is currently under work but I'm sorry to say that we do not have release date yet. Are there any specific issues we can assist with? 

    Best regards

    Martin

    ---------------------------------------------------------------------------------------------------------
    Please click the Verify Answer
     button on this post if it answers your question.
    ---------------------------------------------------------------------------------------------------------

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Enok
    Posted by Enok
    on Aug 30 2012 21:06 PM
    Prodigy410 points

    Hi Martin,

    We can work with current users guide based today. I just wanted to know if there is existing helpful document.

    Thanks for your comment.

    Best Regards,

    Enok

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Martin B
    Posted by Martin B
    on Aug 31 2012 07:36 AM
    Expert6495 points

    Enok

    Thanks for understanding. Please do not hesitate to post any questions you might have regarding sniff mode. Even though we have not released tha app note yet, we are more than happy to assist if there is any issues.

    Best regards

    Martin

    ---------------------------------------------------------------------------------------------------------
    Please click the Verify Answer
     button on this post if it answers your question.
    ---------------------------------------------------------------------------------------------------------

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Masa
    Posted by Masa
    on Sep 04 2012 08:30 AM
    Prodigy190 points

    We would like to confirm the all of registers which should be changed to enable sniff mode. The following registers are enough?
    ===
    0x22(WOR_CFG1)
    0x23(WOR_CFG2)
    0x24(WOR_EVENT0_MSB)
    0x25(WOR_EVENT0_LSB)
    0x29(RFEND_CFG1)
    0x2A(RFEND_CFG0)
    ===

    Best regards,
    Imoto

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Martin B
    Posted by Martin B
    on Sep 05 2012 03:04 AM
    Expert6495 points

    Hi Imoto

    That is correct. In addition you need to use the SWOR strobe instead of SRX strobe to enter WOR mode. If you plan to operate with the RCOSC calibration disabled (WOR_CFG0.RC_MODE < 2) You need to to do a RC calibration before you disable the disabled it. This can be done as follows:

    /******************************************************************************
     * @fn          calibrateRcOsc
     *
     * @brief       calibrates the RC Oscillator used for the cc112x wake on radio
     *              functionality.
     *               
     * @param       none
     *
     * @return      none
     */
    static void calibrateRCOsc(void)
    {
      uint8 writeByte;
      // read current register value
      cc112xSpiReadReg(CC112X_WOR_CFG0,&writeByte,1);
      // mask register bitfields and write new values
      writeByte = (writeByte & 0xF9) | (0x02 << 1);
      //write new register value
      cc112xSpiWriteReg(CC112X_WOR_CFG0,&writeByte,1);
      // strobe idle to calibrate RC osc
      trxSpiCmdStrobe(CC112X_SIDLE);
      //disable RC calibration
      writeByte = (writeByte & 0xF9) | (0x00 << 1);
      cc112xSpiWriteReg(CC112X_WOR_CFG0, & writeByte, 1);
    }

    For optimum sniff mode register settings I would advice to use the latest version of SmartRF Studio 

    Best regards

    Martin

    ---------------------------------------------------------------------------------------------------------
    Please click the Verify Answer
     button on this post if it answers your question.
    ---------------------------------------------------------------------------------------------------------

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
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