Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-20251.6 KiB3118

btstack_config.hH A D25-Apr-20251.5 KiB5437

create_examples.pyH A D25-Apr-20254.4 KiB14095

main.cH A D25-Apr-20255 KiB14267

wiced-h4.mkH A D25-Apr-20252.8 KiB8367

README.md

1# BTstack Port for WICED platform
2
3Tested with:
4- WICED SDK 3.4-6.2.1
5- [RedBear Duo](https://redbear.cc/product/wifi-ble/redbear-duo.html): Please install [RedBear WICED Add-On](https://github.com/redbear/WICED-SDK)
6- [Inventek Systems ISM4334x](https://www.inventeksys.com/products-page/wifi-modules/serial-wifi/ism43341-m4g-l44-cu-embedded-serial-to-wifi-ble-nfc-module/) - Please contact Inventek Systems for WICED platform files
7- [Inventek Systems ISM4343](https://www.inventeksys.com/wifi/wifi-modules/ism4343-wmb-l151/) (BCM43438 A1) - Please contact Inventek Systems for WICED platform files
8
9To integrate BTstack into the WICED SDK, please move the BTstack project into WICED-SDK-6.2.1/libraries.
10
11Then create projects for BTstack examples in WICED/apps/btstack by running:
12
13	./create_examples.py
14
15Now, the BTstack examples can be build from the WICED root in the same way as other examples, e.g.:
16
17	./make btstack.spp_and_le_counter-RB_DUO
18
19to build the SPP-and-LE-Counter example for the RedBear Duo (or use ISM43340_M4G_L44 / ISM4343_WBM_L151 for the Inventek Systems devices).
20
21See WICED documentation about how to upload the firmware.
22
23It should work with all WICED platforms that contain a Broadcom Bluetooth chipset.
24
25The maximal baud rate is currenty limited to 1 mbps.
26
27The port uses the generated WIFI address plus 1 as Bluetooth MAC address.
28It persists the LE Device DB and Classic Link Keys via the DCT mechanism.
29
30All 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.
31