bcm94343w with wifi and ble combo

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I am trying to communicate with wiced sense 2 from wiced IoT starter kit which has 94343w chip. My goal is be able to send ble data  to wifi. I am using bt_smartbridge demo code but it did not work on ble side. I modified the BCM94343W_AVN.mk under the platforms/BCM94343W_AVN as follow and I use WICED SDK 4.1

BT_CHIP := 4343W               (modified; was 43438)

BT_CHIP_REVISION := A1

BT_MODE ?= HCI

BT_CHIP_XTAL_FREQUENCY := 37_4MHz

Is it correct? I guess I might need the correct bluetooth firrmware binary bin file for 4343W. The wifi functionality works except ble.

Thank for your help and best regards

0 Likes
1 Reply
AxLi_1746341
Level 7
Level 7
10 comments on KBA 5 comments on KBA First comment on KBA

tnguyen_1510326 wrote:

I am trying to communicate with wiced sense 2 from wiced IoT starter kit which has 94343w chip. My goal is be able to send ble data  to wifi. I am using bt_smartbridge demo code but it did not work on ble side. I modified the BCM94343W_AVN.mk under the platforms/BCM94343W_AVN as follow and I use WICED SDK 4.1

BT_CHIP := 4343W               (modified; was 43438

Is it correct? I guess I might need the correct bluetooth firrmware binary bin file for 4343W. The wifi functionality works except ble.

It's incorrect. For 94343w, BT_CHIP should be 43438.