btstack/port/wiced
Matthias Ringwald 4d667262e5 wiced: fix build
2016-07-06 14:08:21 +02:00
..
btstack_config.h wiced: update to SDK 3.5.2. Not working (no HCI Events yet) 2016-07-01 16:13:05 +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 wiced: adapt to changed signature of platform_uart_receive_bytes. make it compatible with 3.3.1, 3.4.0, and 3.5.2 2016-07-04 11:42:13 +02:00
hci_transport_h4_wiced.c wiced: adapt to changed signature of platform_uart_receive_bytes. make it compatible with 3.3.1, 3.4.0, and 3.5.2 2016-07-04 11:42:13 +02:00
main.c wiced: disable packet log 2016-07-04 11:43:32 +02:00
readme.md wiced: adapt to changed signature of platform_uart_receive_bytes. make it compatible with 3.3.1, 3.4.0, and 3.5.2 2016-07-04 11:42:13 +02:00
wiced.mk wiced: fix build 2016-07-06 14:08:21 +02:00

BTstack port for WICED platform

Only tested on Redbear Duo platform. Please install RedBear WICED Add-On first.

To integrate BTstack into the WICED SDK, please move the BTstack project into WICED-SDK-3.5.2/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.

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 that uses the GATT DB in the .gatt file. After modifying the .gatt file, please run ./update_gatt_db.sh in the apps/btstack/$(EXAMPLE) folder.