• 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 Bluetooth® Low Energy & ANT Forum » All Tags » BLE cc2540
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:
BLE cc2540
  • 2540
  • 2541
  • ADC
  • Advertising
  • ANT
  • BLE
  • BLE CC2540
  • BLE stack
  • Bluetooth
  • Bluetooth Low Energy
  • Bluetooth Low Power
  • BTool
  • C2540
  • CC 2540
  • CC2540
  • cc2540 & Bluetooth Low energy
  • CC2540 BLE 8051
  • CC2540 Keyfob
  • CC2540DK
  • CC2540DK-MINI
  • CC2541
  • GATT
  • keyfob
  • UART
  • usb dongle
Related Posts
  • Forum Post: Re: CC2540DK-MINI Development Kit - Connection from a SmartPhone (Android, etc)

    Raj Sarkar Raj Sarkar
    Hi All, Just wonder if there has been any progress on smartphone that can support BLE (for my test with the CC2540)? Apple released the iPhone 4S with BLE but as I understand they would not let my App play with their hardware... is that correct? When can I have an Android BLE prototype phone? Suggestions...
    on Nov 9, 2011
  • Forum Post: Circuit Design Problem

    Xiaochuan WEI Xiaochuan WEI
    Hi , I want design a circuit depends on the USB dongle and Keyfob reference, in this design the space and power consumption are important. I saw that in the usb dongle design, it use one component instead of many resistors and capacitors in the Keyfob design for the antenna circuit, are these two...
    on Jan 19, 2012
  • Forum Post: Pin configuration problem of Keyfob and USB dongle

    Xiaochuan WEI Xiaochuan WEI
    Hi everyone, I am trying to switch the program of Keyfob and USB dongle in EmulatedKeyboard project, I mean download the EmulatedKeyboard program to Dongle and HIDDemo to Keyfob, I notice that the pin configuration of this two hardware is different, so I change the config file: hal_board_cfg.h, do...
    on Jan 19, 2012
  • Forum Post: cc2540 adding new attributes UUID

    Flor Flor
    Hi, I am using the cc2540 and the Mini DK. I am trying to add a second accelerometer with the same part number as the one that is onboard and read from it using the other USART and some pins that are not used for anything else. My first try was to read separately from the external accelerometer. And...
    on Jan 24, 2012
  • Forum Post: Keyfob - which version of IAR to use?

    Richard Dolf Richard Dolf
    Hello, I have the 2540 Mini development kit with keyfob and would like to download the appropriate IAR evaluation software. Choices are v7.30, v7.51a and v7.60. Can anyone advise me on which version of IAR software works best for the keyfob project? Thanks, Richard
    on Jan 24, 2012
  • Forum Post: Utility to read complete attribute table?

    Richard Dolf Richard Dolf
    Hello, Is there any utility available on PC to suck the complete attribute table from a BLE device and display it in human-readable format? Thanks, Richard
    on Jan 27, 2012
  • Forum Post: How to create Bluetooth stack(only discover) on CC2540

    prabhu swami prabhu swami
    i need to discover (not pairing)cc2540 on mobile phone classic bluetooth,If i scan from mobile mean,cc2540 need to send scan reply only.How too do this.if any body have idea send me.
    on Feb 1, 2012
  • Forum Post: CC2540 Development options

    Mike Bisch Mike Bisch
    Does CCS support the CC2540? I know IAR and Keil do, but are there any other options?
    on Feb 2, 2012
  • Forum Post: Is CC2540 HID-Dongle and Emulated Keyboard demo BLE HID profile compliant ?

    thomas ng thomas ng
    Hi, I've been trying out the HIDDongle and Emulated Keyboard demo on the CC2540DK-MINI. But it is stated that these 2 projects "are not compliant with any Bluetooth specification". Does that mean they are not compliant to the BLE HID profile released recently? Does TI plan to make...
    on Feb 6, 2012
  • Forum Post: Dual roles: Master and Slave

    Yves Messier Yves Messier
    We have a product that would need to be a master (initiator) in one role and automatically switch to slave (advertiser) in another role. The role change would be initiated by external stimulus input. Is this possible to do using the CC2540 chip?
    on Feb 6, 2012
  • Forum Post: CC2540 and IAR embedded workbench error code e46

    Xiaochuan WEI95518 Xiaochuan WEI95518
    I am new with the software stack of CC2540 and I am using IAR embedded workbench 8.10. When I try to debug and download code to chip, IAR report a "Error[e46]: Undefined external "HalUARTInitUSB::?relay" referred in hal_uart". I am trying to download SimpleBLEPeripheral to USBDongle...
    on Feb 8, 2012
  • Forum Post: Send multiple bytes to server device

    Xiaochuan WEI95518 Xiaochuan WEI95518
    I was plan to send 4 bytes to peripheral device (base on app simpleBLEperipheral), which include the time value, I modify the simpleGATTprofile to add a 4 byte attr named clock, I can read the vlaue through BTOOL, but can not write total 4 bytes, through the handle peripheral returned, I can only write...
    on Feb 10, 2012
  • Forum Post: Why delay discovery after link establishment?

    Richard Dolf Richard Dolf
    In the simpleBleCentral project, in simpleBleCentral.c, when simpleBLECentralEventCB() receives the GAP_LINK_ESTABLISHED_EVENT, it doesn't call GATT_DiscPrimaryServiceByUUID() directly, but rather starts a one second timer to delay service discovery. Is this logic and delay really required for discovery...
    on Feb 15, 2012
  • Forum Post: problem when use osal_getClock() function

    Xiaochuan WEI95518 Xiaochuan WEI95518
    I am trying to get the time from server to client based on simpleBLEperipheral project, I set a four byte long attr in the profile to save the time information, the code is something like this: osal_setClock(time); -> this code is in other part of the code which run before the osal_getclock() function;...
    on Feb 15, 2012
  • Forum Post: BLE Role switching

    mosin mosin
    HI, I'm currently designing a system when multiple devices can interact together over a wireless link. On a periodic base, each device would wake up, listen for any connection/advertisement requests and go back to sleep if nothing is going on. On each device, there would be a button. When it's...
    on Mar 1, 2012
  • Forum Post: CC2540 use PM2 mode and Timer1 at the same time

    tomoyuki tomoyuki
    Hello all. My application with CC2540 needs both PM2 low power mode and Timer1 operation. Timer1 should count up per 0.1msec. But I think when CC2540 is under PM2, it cannot operate any 32MHz Oscillators. So do you have any suggestions to use PM2 and Timer1 simultaneously?
    on Mar 9, 2012
  • Forum Post: CC2540 sleep timer

    tomoyuki tomoyuki
    Hello all, I'm trying to send 3 bytes data every 250msec to BTool via USB dongle using SimpleBLEperipheral. And it need to be under PM2 mode. The 3 bytes data contains 'time' data that is counted up when halSleepTimerIsr occur. This data need an accuracy of 0.1msec, so I changed OSAL_TIMERS_MAX_TIMEOUT...
    on Mar 9, 2012
  • Forum Post: Re: Interfacing CC2540 with Laptop

    Andrey5924 Andrey5924
    Here is more info hoping it will help to resolve the problem. The problem is still with HIDEmuKbd – HID Emulated Keyboard application. I do not see any action when I press the keys. I tested/interrogated HIDEmuKbd.hex using BTool software. I can discover and connect to the Keyfob...
    on Mar 13, 2012
  • Forum Post: periodic event interval

    tomoyuki tomoyuki
    Hello all. I'm using SimpleBLEPeripheral project, and I have a question. Can I change the unit of SBP_PERIODIC_EVT_PERIOD? I need smaller ticks than 1ms. In this Forum, I found OSAL clock is derived from the sleep clock, so I should be able to make 0.1ms ticks. But I cannot find where...
    on Mar 20, 2012
  • Forum Post: How to go to Power Mode 3 by code?

    Xiaochuan WEI95518 Xiaochuan WEI95518
    Hi all, I know that the CC2540/41 power mode is controlled by osal, but is there any function I can call to set the chip into power 3 mode manually?
    on Mar 21, 2012
  • Forum Post: Re: Device name is empty!

    Peng Jeff Peng Jeff
    I connect BTool to the CC2540 Keyfob and Read Using Charactersitic UUID: 00:2A, return status is Success, but result is empty. following is detail logs: ------------------------------------------------------------------------------------------------------------------------ [27] : <Tx> - 09...
    on Mar 22, 2012
  • Forum Post: BLE connection interval (timing inconvenience)

    David Medina David Medina
    Hello, My firmware uses a BLE connection (BLE's TI stack version 1.1) with the parameters below: - Min. Interval = 40 msec. - Max. Interval = 60 msec. - Slave latency = 4. - Timeout = 200. The effective interval connection should be: 60 * (4+1) = 300 msec. I chose this values due...
    on Mar 22, 2012
  • Forum Post: How can I enter PM1 mode on CC2540?

    tomoyuki tomoyuki
    Hello all. I'm using CC2540 include SimpleBLEPeripheral project, and I want it to enter to PM1 mode that uses a fast power-down/up sequence. To use PM1 mode, I changed halSleep() codes as below. // set CC2540 power mode, interrupt is disabled after this function // TODO: NEED FLAG TO...
    on Mar 23, 2012
  • Forum Post: Re: Custom UUID for BLE

    Nick Close Nick Close
    kazola Hi! I'm not an expert about this but I think I remember if you are using your own UUID, you should employ a 128bit one :) I think you are right about the 128 bit UUID. All of the standard 16-bit UUID's specified by Bluetooth are aliases that actually represent 128-bit...
    on Mar 26, 2012
  • Forum Post: Hal sleep timer

    1960865 1960865
    Hello I have searched many "sleep" posts but was not able to find any specifics related to CC2540. Background: Using Keyfob demo project with 2540 MINI DK. I would like to put the processor into PM2 and have it wakeup after desired time (100msec, 250msec, etc). I have modified the below...
    on Mar 21, 2012
123
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