btstack/port/wiced-h4
2017-11-09 13:39:04 +01:00
..
btstack_config.h wiced: support for btstack_stdin (HAVE_STDIN) 2017-11-07 22:26:01 +01:00
create_examples.py wiced: enable LF->CRLF 2017-11-07 18:48:23 +01:00
hci_transport_h4_wiced.c
main.c wiced: used 1 mbps UART after hangs on ISM43341 at 2 mbps 2017-11-08 17:14:32 +01:00
readme.md wiced: update docu 2017-11-09 11:11:22 +01:00
wiced-h4.mk add btstack_tlv.c to most ports 2017-11-09 13:39:04 +01:00

BTstack port for WICED platform

Tested with:

To integrate BTstack into the WICED SDK, please move the BTstack project into WICED-SDK-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 for the RedBear Duo (or use ISM43340_M4G_L44 for the Inventek Systems devices).

See WICED documentation about how to upload the firmware.

It should work with all WICED platforms that contain a Broadcom Bluetooth chipset.

The maximal baud rate is currenty limited to 1 mbps.

The port uses the generated WIFI address plus 1 as Bluetooth MAC address. It persists the LE Device DB and Classic Link Keys via the DCT mechanism.

All examples that rovide a GATT Server use the GATT DB in the .gatt file. Therefore you need to run ./update_gatt_db.sh in the apps/btstack/$(EXAMPLE) folder after modifying the .gatt file.