12d04a09aSmilamikica# Welcome to BTstack 22d04a09aSmilamikica 3bac2979aSMilanka RingwaldBTstack is [BlueKitchen's](http://bluekitchen-gmbh.com) implementation of the official Bluetooth stack. 4bac2979aSMilanka RingwaldIt is well suited for small, resource-constraint devices 52d04a09aSmilamikicasuch as 8 or 16 bit embedded systems as it is highly configurable and comes with an ultra small memory footprint. 62d04a09aSmilamikicaA minimal configuration for an SPP server on a MSP430 can run in 32 kB FLASH and only 4 kB of RAM. 72d04a09aSmilamikica 82d04a09aSmilamikicaIt connects to the Bluetooth modules via different Bluetooth HCI transport layers (e.g., HCI H4 UART and 92d04a09aSmilamikicaH5 the "Tree-Wire" protocol). The various platforms can be easily targeted by providing the necessary 102d04a09aSmilamikicaUART, CPU, and CLOCK implementations. 112d04a09aSmilamikica 122d04a09aSmilamikicaOn smaller embedded systems, a minimal run loop implementation allows to use BTstack without a Real Time OS (RTOS). 132d04a09aSmilamikicaIf a RTOS is already provided, BTstack can be integrated and run as a single thread. 142d04a09aSmilamikica 152d04a09aSmilamikicaOn larger systems, BTstack provides a daemon that connects to a Bluetooth module. 162d04a09aSmilamikicaMultiple applications can communicate with this daemon over different inter-process communication methods. 172d04a09aSmilamikica 182d04a09aSmilamikicaBTstack supports both, the Central and the Peripheral Role of Bluetooth 4.0 Low Energy specification. 192d04a09aSmilamikicaIt can be configures as both a single mode or a dual mode stack. 202d04a09aSmilamikica 21b0715761SMilanka RingwaldBTstack is free for non-commercial use. For commercial use, <a href="mailto:[email protected]">tell us</a> 222d04a09aSmilamikicaa bit about your project to get a quote. 232d04a09aSmilamikicaThe Serial Port Profile (SPP) and the Bluetooth 4.0 Low Energy Peripheral role (LE Peripheral) have been qualified with 242d04a09aSmilamikicathe Bluetooth SIG (QD ID 54558). This summer, we plan to qualify for Bluetooth Core 4.2, 252d04a09aSmilamikicatogether with LE Central, PAN/BNEP and HSP. 262d04a09aSmilamikica 27439fcdeaSmilamikica## Documentation 283ac88a1eSMatthias RingwaldFor starters, check the BTstack Manual 29d9f907dbSmilamikica- [HTML](http://bluekitchen-gmbh.com/btstack/) 303ac88a1eSMatthias Ringwald- [PDF](http://bluekitchen-gmbh.com/btstack.pdf) 31439fcdeaSmilamikica 322d04a09aSmilamikica## Supported Protocols 332d04a09aSmilamikica* L2CAP 342d04a09aSmilamikica* RFCOMM 352d04a09aSmilamikica* SDP 362d04a09aSmilamikica* BNEP 372d04a09aSmilamikica* ATT 382d04a09aSmilamikica* SM 392d04a09aSmilamikica 40bac2979aSMilanka Ringwald 412d04a09aSmilamikica## Supported Profiles 422d04a09aSmilamikica* GAP 432d04a09aSmilamikica* IOP 442d04a09aSmilamikica* SPP 452d04a09aSmilamikica* PAN 462d04a09aSmilamikica* GATT 47bac2979aSMilanka Ringwald 48bac2979aSMilanka RingwaldComing soon: HSP, HFP, and more. 49bac2979aSMilanka Ringwald 502fe24f3eSMatthias Ringwald## Evaluation Platforms 51bac2979aSMilanka Ringwald 52cd07fdb2SMilanka Ringwald#### Embedded Platforms: 530776193fSMatthias RingwaldStatus | Platform 540776193fSMatthias Ringwald-------------- | ------ 55cf642f95SMatthias Ringwald | [EZ430-RF256x Bluetooth Evaluation Tool for MSP430](http://www.ti.com/tool/ez430-rf256x) 56cf642f95SMatthias Ringwald | [MSP430F5438 Experimenter Board for MSP430](http://www.ti.com/tool/msp-exp430f5438) with [Bluetooth CC2564 Module Evaluation Board](http://www.ti.com/tool/cc2564modnem) 57cf642f95SMatthias Ringwald | [MSP-EXP430F5529LP LaunchPad](http://www.ti.com/ww/en/launchpad/launchpads-msp430-msp-exp430f5529lp.html#tabs) with [Bluetooth CC2564 Module Evaluation Board](http://www.ti.com/tool/cc2564modnem) and [EM Adapter BoosterPack](http://www.ti.com/tool/boost-ccemadapter) with additional 32768Hz quartz oscillator 58cf642f95SMatthias Ringwald | [STM32 Nucleo development board NUCLEO-F103RB](http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF259875) with [Bluetooth CC2564 Module Evaluation Board](http://www.ti.com/tool/cc2564modnem) and [EM Adapter BoosterPack](http://www.ti.com/tool/boost-ccemadapter) with additional 32768Hz quartz oscillator 59cf642f95SMatthias Ringwald | [Microchip's PIC32 Bluetooth Audio Development Kit](http://www.microchip.com/Developmenttools/ProductDetails.aspx?PartNO=DV320032) 600776193fSMatthias Ringwald 61cd07fdb2SMilanka Ringwald 62cd07fdb2SMilanka Ringwald#### Other Platforms: 630776193fSMatthias RingwaldStatus | Platform 640776193fSMatthias Ringwald-------------- | ------ 65cf642f95SMatthias Ringwald| posix: Unix-based system talking to Bluetooth module via serial port 66cf642f95SMatthias Ringwald| libusb: Unix-based system talking via USB Bluetooth dongle 67cf642f95SMatthias Ringwald| daemon: TCP and Unix domain named socket client-server architecture supporting multiple clients 68cf642f95SMatthias Ringwald| java: Java wrapper for daemon 69cf642f95SMatthias Ringwald| iOS: daemon for iOS jailbreak devices, C client-server API 70cf642f95SMatthias Ringwald| mtk: daemon for rooted Android devices, based on Mediatek MT65xx processor, Java and C client-server API 71cd07fdb2SMilanka Ringwald 72bac2979aSMilanka Ringwald 73bac2979aSMilanka Ringwald## Supported Chipsets 74bac2979aSMilanka RingwaldChipsets | Status 75bac2979aSMilanka Ringwald-------------- | ------ 76c21e8a92SMatthias RingwaldTI CC256x, WL183x | complete incl. eHCIll support (chipset-cc256x) 77c21e8a92SMatthias RingwaldCSR 8811, 8510 | H4 only (chipset-csr) 78be0cb757SMatthias RingwaldSTM STLC2500D | working, no support for custom deep sleep management (chipset-stlc2500d) 79c21e8a92SMatthias RingwaldEM 9301 | experimental use on Arduino Shield (chipset-em9301) 80bac2979aSMilanka RingwaldCSR USB Dongles | complete 81bac2979aSMilanka RingwaldBroadcom USB Dongles | complete 82bac2979aSMilanka Ringwald 83*40276177SMatthias Ringwald 84*40276177SMatthias Ringwald## Source Tree Overview 85*40276177SMatthias RingwaldPath | Description 86*40276177SMatthias Ringwald--------------------|--------------- 87*40276177SMatthias Ringwaldbinding | Language bindings for BTstack, e.g. Java client/server 88*40276177SMatthias Ringwaldchipset | Support for individual Bluetooth chipsets 89*40276177SMatthias Ringwalddoc | Sources for BTstack documentation 90*40276177SMatthias Ringwaldexample | Example applications available for different ports 91*40276177SMatthias Ringwaldplatform | Support for special OSs and/or MCU architectures 92*40276177SMatthias Ringwaldport | Complete port for a individual MCU + Chipset combinations 93*40276177SMatthias Ringwaldsrc | Bluetooth stack implementation 94*40276177SMatthias Ringwaldtest | Unit and PTS tests 95*40276177SMatthias Ringwaldtool | Helper tools for BTstack 96*40276177SMatthias Ringwald 97be0cb757SMatthias Ringwald## Discussion and Community Support 98be0cb757SMatthias Ringwald[BTstack Google Group](http://groups.google.com/group/btstack-dev) 99