In the Ibeacon snip, how do I change the device name from Strl?

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

cross mob
Anonymous
Not applicable

Hi all,

     Yes, I am new to this SDK.  I'm used to writing assembler and C in Atmel/PIC IDE's, so this is a big step for me.  I have been experimenting with some of these snips.  The more involved they get the more they pull files from god knows where.  All I wanted to do was change the Device name contained in the advertisement packet.  I have found every instance of that string(Strl) in every file and changed it to something else and it never changes.  Please advise.  Thanks.

BTW:

I'm using the most current WICED SDK and the STM32F411 discovery kit plugged into the LSR Sterling-LWB for WICED Dev. Board. I did successfully get an LED to blink and I confirmed the UART sends data to a terminal so thank god for that.

0 Likes
1 Solution
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hi Nke:

please have a try here :

\apps\snip\ble\ibeacon\wiced_bt_cfg.c

change the string here in this struct.

const wiced_bt_cfg_settings_t wiced_bt_cfg_settings =

{

    (uint8_t*)"iBeacon app",    

View solution in original post

0 Likes
1 Reply
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hi Nke:

please have a try here :

\apps\snip\ble\ibeacon\wiced_bt_cfg.c

change the string here in this struct.

const wiced_bt_cfg_settings_t wiced_bt_cfg_settings =

{

    (uint8_t*)"iBeacon app",    

0 Likes