btstack/port/wiced
2016-01-20 14:37:23 +01:00
..
btstack-config.h
create_examples.py
hci_transport_h4_wiced.c move wiced specific functionality to run_loop_wiced.h 2016-01-06 16:14:37 +01:00
main.c hci_trasport: add type to hci transport config, update all ports 2016-01-06 23:02:46 +01:00
readme.md wiced: update readme 2016-01-05 15:14:34 +01:00
run_loop_wiced.c rename bk_linked_list_t to btstack_linked_list_t 2016-01-20 14:37:23 +01:00
run_loop_wiced.h run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes 2016-01-06 17:31:20 +01:00
wiced.mk rename bk_linked_list to btstack_linked_list 2016-01-20 14:34:04 +01:00

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

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.

The examples that implement a BLE Peripheral/provide a GATT Server use the GATT DB in the .gatt file. After modifying the .gatt file, please run ./update_gatt_db.sh in the apps/btstack/$(EXAMPLE) folder.