• 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 » Bluetooth® Applications » All Tags » Bluetopia
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:
Bluetopia
  • 1323ETU
  • 5438A
  • a2dp
  • Android
  • ant
  • ANT-Bluetooth
  • BLE
  • Blue Tooth CC2560
  • bluetooth
  • Bluetooth Applications
  • Bluetooth SDK
  • bluetooth stack
  • Bluetopia SDK
  • CC2560
  • cc2560 bluetooth PAN1325 PAN1315
  • cc256x
  • MSP430
  • MSP-EXP430F5438
  • pan1315
  • pan1315etu
  • PAN1326
  • SPP
  • stellaris
  • stonestreet one
  • uart
Related Posts
  • Forum Post: how to configure current or power dissipation or consumption of the RF module ?

    kun huang kun huang
    hi, i am evaluating the current of RF module. when i use android phone to pair with devkit by pin code ,the current of RF moduleis up to 13mA,and if there is data transport by SPP link, it is up to 16mA. but if there is no data transport on SPP, the surrent is down to 13mA.and, when android phone...
    on Sep 12, 2012
  • Forum Post: Stellaris + Bluetopia + PAN13xxETU boards

    Jonathan Layes Jonathan Layes
    Good afternoon, I have a few questions about the Bluetopia stack released for Stellaris MCUs earlier this week: 1) Should Stellaris Bluetopia technical support questions be directed to TI (including the E2E community) or to Stonestreet One? 2) I have been attempting to use the Bluetopia stack...
    on Jul 22, 2011
  • Forum Post: Changing the Radio Transmit Power in Bluetopia Bluetooth Stack

    Eric Stutzenberger Eric Stutzenberger
    Hi, I've been looking through the API documentation for a way to increase/decrease the PAN1315 radio transmit power. I have only found a function that allows me to change the inquiry transmit power. Is there a way to increase/decrease the transmit power in general? Thanks, Eric
    on Oct 27, 2011
  • Forum Post: Re: Bluetopia Stack Transfer Delay

    Eric Stutzenberger Eric Stutzenberger
    Update: Another issue (I believe it is possibly related to the delay mentioned above) I am seeing is that my device eventually resets due to a watchdog timeout. I have found that if I remove the call to SPP_Data_Write, my system no longer resets. I have also determined that when resetting, I am...
    on Dec 5, 2011
  • Forum Post: Changing UART Speeds in the Stellaris Bluetopia Stack

    Ben Corrado Ben Corrado
    I have been trying to increase the speed of my PAN1315 radio hooked up to my LM3S9B96 using a modified version of the SPP example. It seems like it would be possible to change the 115200 setting in bluetooth.c: // Configure the UART Parameters and Initialize the Bluetooth Stack. // ...
    on Jul 29, 2011
  • Forum Post: Using Secondary EM header on LM3S9B96 EM2 Expansion Board

    long to long to
    Hi All, I have a question. I'm trying to use PAN1323ETU module on Secondary EM header of LM3S9B96 EM2 Expansion Board. But no matter how I config hardware, I can not make it works. Based on "Stellaris® LM3S9B96 Development Kit USER MANUAL", there's a note : "NOTE...
    on Mar 6, 2012
  • Forum Post: Re: DK-LM3S9D96: Example of a Bluetooth piconet implementation utilizing Stonestreet One?

    Richard Smaglick Richard Smaglick
    Hello, I'm working with Manuel on this project and can comment on the piconet configuration. The system involves an SPP client consisting of a TI LM3S9B96 Cortex M3 processor and a TI CC2560 transceiver. The client will utilize the Bluetopia stack. There will be multiple MSP430BT5190 based...
    on Mar 12, 2012
  • Forum Post: Stellaris Bluetopia Stack - Create Connection with specific Device using BLuetooth's Mac Address

    long to long to
    Hi all, I'm using bt_spp sample from bluetopia sample code. I want to connect with only one specific bluetooth MAC Address. Can I do that? At this moment, I will filter Mac Address in DISC_Event_Callback function, but if there's a lot of bluetooth devices around, i don't think it...
    on Mar 6, 2012
  • Forum Post: Stellaris Bluetopia Stack - Out Radio Range Memory Allocation Issue

    Eric Stutzenberger Eric Stutzenberger
    Hi, I am trying to solve an issue with the Bluetopia stack. When I am performing some out of range testing on my unit (basically, walking away from the receiving radio where the Stellairis board is doing the transmitting and a PC is receiving) I start getting the following error message on my Debug...
    on Jan 5, 2012
  • Forum Post: Bluetopia for other devices than MSP430F5438A

    Corentin Corentin
    Good afternoon, I am sorry for multi-posting, I was not able to get any answer from my previous post . So it led me to wonder this simple question: is it possible to run the Bluetopia Bluetooth Stack on another device than MSP430F5438A (256kb of program memory, 16kb SRAM) ? Namely, I was given...
    on Aug 10, 2012
  • Forum Post: RE: Bluetopia SPP to Android Phone, specifically help using the SDP_Service_Search_Request API

    kun huang kun huang
    i am use HTC wildfire with linux kernel 2.6.32 and android 2.2. it work well with MSPEXP5438+MSP430BT5190+PAN1323+MSPEXP-PAN13xx_GA_1_0_Setup+SPP apk
    on Aug 24, 2012
  • Forum Post: RE: how to connect to android phone with SPPdemo in CC256x_MSP430_Bluetopia_SDK_v1_1_Setup.exe?

    kun huang kun huang
    devkit: MSP-EXP430F5438+MSP5438A+PAN1323+CC256x_MSP430_Bluetopia_SDK_v1-2_Setup.exe android phone : HTC wildfire G8(linux kernel 2.6.32 + android 2.2.1) i had download sppdemo to my board without any modifying, and it can communicate with my android phone. the debug messege is as below: Choose...
    on Aug 29, 2012
  • Forum Post: how to connect to android phone with SPPdemo in CC256x_MSP430_Bluetopia_SDK_v1_1_Setup.exe?

    kun huang kun huang
    i had a good experience of spp test between MXP-EXP430F5438+MSP430F5190+PAN1323ETU+ MSPEXP-PAN13xx_GA_1_0_Setup.exe and android phone, but MXP-EXP430F5438+ MSP430F5438A +PAN1323ETU+CC256x_MSP430_Bluetopia_SDK_v1-2_Setup.exe can not work with SPP connect between the Development Kit and android phone,...
    on Aug 24, 2012
  • Forum Post: Bluetopia SPP to Android Phone, specifically help using the SDP_Service_Search_Request API

    Ryan Truer Ryan Truer
    I am using the MSP430 Bluetopia SPPDemo application and am trying to create a SPP initiated from the Development Kit to an android phone. So far I am using this procedure, after initializing the development kit as a client: Inquiry - to find all Bluetooth devices in the area (that are discoverable...
    on Jul 24, 2012
  • Forum Post: HCI COM speed in MainThread(void) of bluetopia

    kun huang kun huang
    hi, i have a doubt why hci com speed is not exceed 115200? static void MainThread(void) { int Result; BTPS_Initialization_t BTPS_Initialization; HCI_DriverInformation_t HCI_DriverInformation; /* Configure the UART Parameters. */ HCI_DRIVER_SET_COMM_INFORMATION(&HCI_DriverInformation, 1, 115200...
    on Aug 28, 2012
  • Forum Post: RE: Cant connect to ez430 rf2560 from android mobile when not visible

    Shashank Revankar Shashank Revankar
    Okay, But my hardware is ez430 RF2560 and NOT rf256x Will the bluetopia stack support my hardware? What are my development kit options with TI now? Regards Shashank
    on Sep 7, 2012
  • Forum Post: RE: bluetopia, how to speed up loopback?

    kun huang kun huang
    the kit communicated with android phone! (cpu 600MHz/RAM 256MHz) it is one client to one server. i had set baudrate to 921600, both uart and HCI uart. but is have bit error rate about 5%. why?
    on Sep 11, 2012
  • Forum Post: Implementation of a sink and a source A2D Profile

    vishvesh deobhankar vishvesh deobhankar
    HI , I am using DK-LM3SB96 with DK-EM2-2560B with StoneStreet One Bluetopia stack . I want to know that is it possible to implement a Sink and a Source with bluetoipa stack on a single device . thanx in advance. Vishvesh
    on Sep 7, 2012
  • Forum Post: Implementation of A2DP Source using Bluetopia on DK-LM3S9D69

    vishvesh deobhankar vishvesh deobhankar
    HI , I am intersted in making a Mp3 player having bluetooth A2DP profile capability using Bluetopia Stack and DK-LM3S9D69 with the DK-EM2-2560B fitted on the Expansion board . The demo applications of the stack contains an example on Sink profile and not that of source .. Can i get any demo application...
    on Sep 14, 2012
  • Forum Post: GAVD_Register_SDP_Record();

    vishvesh deobhankar vishvesh deobhankar
    Hey, Can I Register two different services using Bluetopia API GAVD_Register_SDP_Record(); the UUID_16 for which are 0x110B and 0x110A ie of a source and a sink for A2DP profile .... How can it be done ??
    on Sep 24, 2012
  • Forum Post: Registering endpoint

    vishvesh deobhankar vishvesh deobhankar
    I am trying to build A2DP Source using bluetopia stack . In my application the connection request would be initiated by the Source . So Do i need to register my source as a endpoint and also register SDP records for the same ... Thanx - Vishbesh
    on Oct 5, 2012
  • Forum Post: error in open_end_point_confirmation

    vishvesh deobhankar vishvesh deobhankar
    I am facing a problem with in the open_end_point_confirmation event giving an error of GAVD_AVDTP_ERROR_INVALID_CAPABILITIES i am trying to pair a my A2DP source on my Development kit with with a Nokia BH503 Headsets having A2DP capability .. I am able to connect the sink on my laptop with the...
    on Oct 8, 2012
  • Forum Post: RE: Problem in LSEID handeling for A2DP source

    vishvesh deobhankar vishvesh deobhankar
    thank you for your help .. I have been working around the pseudocode http://e2e.ti.com/support/low_power_rf/f/660/p/176665/644201.aspx#644201 and successfully connected the source with my A2DP headsets. I am able to record a single frame when implementing on my DK LM3S9D96 kit as a source from the...
    on Oct 9, 2012
  • Forum Post: how to incerease volume to the highest level on a source during initialization?

    vishvesh deobhankar vishvesh deobhankar
    hey.... I am trying to implement a A2DP source on my Stellaris development board using BluetopiaStack.. I am using Nokia BH503 headsets as a sink to be paired with. I have been working around the pseudocode http://e2e.ti.com/support/low_power_rf/f/660/p/176665/644201.aspx#644201 and successfully...
    on Oct 9, 2012
  • Forum Post: RE: Problem in LSEID handeling for A2DP source

    vishvesh deobhankar vishvesh deobhankar
    Hey , I have registered an endpoint on the development board as a sink ... now I am also implementing source on this kit . for this the discovery is initiated by the source .... now the connections , paring is all working fine. the media data packet received in the etGAVD_Data_Indication ( from...
    on Oct 11, 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