btstack/port/wiced
2016-06-10 11:04:23 +02:00
..
btstack_config.h enable LE_SECURE_CONNECTIONS for larger platforms 2016-06-10 11:04:23 +02:00
btstack_run_loop_wiced.c runloop: pass enable/disable callbacks to run loop impl 2016-03-24 22:19:26 +01:00
btstack_run_loop_wiced.h
create_examples.py compile-gatt.py -> compile_gatt.py 2016-04-10 21:58:19 +02:00
hci_transport_h4_wiced.c h4/h5: move platform independent implementations into core 2016-04-22 16:23:23 +02:00
main.c hci_transport/btstack_uart_block: create btstack_uart_block_embedded on top of hal_uart_dma. Pass in uart driver to H4/H5 instances 2016-04-20 23:18:15 +02:00
readme.md wiced: use RB_DUO as platform name 2016-02-28 22:18:25 +01:00
wiced.mk hci_transport/btstack_uart_block: create btstack_uart_block_embedded on top of hal_uart_dma. Pass in uart driver to H4/H5 instances 2016-04-20 23:18:15 +02: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.