Possible to write/deploy code for BCM4343W without WICED SDK?

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

cross mob
Anonymous
Not applicable

Hi,

I have the Avnet BCM4343W IoT Starter Kit and I don't really like the idea of being

locked on Wiced Studio for development. Is it possible to develop/deliver code to

the BCM4343W outside Wiced Studio?

Thanks!

0 Likes
3 Replies
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Hi Rafael,

I understand that you don't like the idea of being locked on Wiced Studio. But unfortunately you can't deliver code to the BCM4343W outside WICED SDK as of now. Could you please let me know if you faced any difficulty using WICED SDK?

Thanks,

Raktim

MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

You could use the Murata 1DX (4343W based) with Linux and the NXP i.MX family as the driver is part of NXP's standard Linux distribution.

0 Likes
rzec_3016261
Level 3
Level 3
First like received

As far as I know WICED Studio has 2 parts:

  1. the IDE
  2. the SDK

If you mean you don't want to be locked to the SDK you need to rewrite all that code yourself.

If you mean you don't want to be locked to the IDE I have the same issue and I don't use the IDE but the makefile that are also provided.

Simply (if your setup is correct) do:

./make demo.ble_wifi_introducer-BCM94343W_AVN download run

Works for me.

0 Likes