mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
27 lines
834 B
Markdown
27 lines
834 B
Markdown
|
# BTstack port for WICED platform
|
||
|
|
||
|
To integrate BTstack into the WICED SDK, please move the BTstack project into WICED-SDK-X/libraries.
|
||
|
Then create projects for BTstack examples in WICED/apps/btstack by running:
|
||
|
|
||
|
./create_examples.py
|
||
|
|
||
|
Note: the conversion of .gatt files into .h files isn't working yet. Examples with .gatt files are skipped currently.
|
||
|
|
||
|
Now, the BTstack examples can be build from the WICED root in the same way as other examples, e.g.:
|
||
|
|
||
|
./make btstack.spp_and_le_counter-RB_Duo
|
||
|
|
||
|
To build the SPP-and-LE-Counter example.
|
||
|
|
||
|
See WICED documentation about how to install it.
|
||
|
|
||
|
Only tested on Redbear Duo platform.
|
||
|
|
||
|
It should work with all WICED platforms that contain a Broadcom Bluetooth chipset.
|
||
|
|
||
|
The maximal baud rate is limited to 3 mbps.
|
||
|
|
||
|
The port uses the generated WIFI address plus 1 as Bluetooth MAC address.
|
||
|
|
||
|
|