CYBT-343026-01 OTA firmware update initially > MAC address changes everytime.

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

cross mob
NeDh_4602711
Level 5
Level 5
5 solutions authored First solution authored 50 replies posted

Hello,

This post is related to https://community.cypress.com/t5/WICED-Studio-Bluetooth/OTA-firmware-update-on-CYBT-343026-01/m-p/95... I got succeeded in the OTA firmware update. But Currently, I am facing the problem that the MAC address keeps changes if the battery is removed and plugged again. This not happen if I flash the firmware from the header pin.

 

Could you please let me know what I am doing wrong?

 

Regards,

Neeraj

0 Likes
1 Solution
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Hi Neeraj,

I think in one of your previous thread , you said you will be using similar implementation suggested here: https://community.cypress.com/t5/ModusToolbox-Blog/How-to-generate-BD-address-randomly-and-save-in-f...

Even after using this are you seeing BD address getting changed after upgrades? If then, can you please confirm the config.c file settings for BD address you are using ? Also please check if you have disabled privacy or not in application code using API  wiced_bt_ble_enable_privacy ( WICED_FALSE );

Regards,

Anjana

View solution in original post

0 Likes
1 Reply
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Hi Neeraj,

I think in one of your previous thread , you said you will be using similar implementation suggested here: https://community.cypress.com/t5/ModusToolbox-Blog/How-to-generate-BD-address-randomly-and-save-in-f...

Even after using this are you seeing BD address getting changed after upgrades? If then, can you please confirm the config.c file settings for BD address you are using ? Also please check if you have disabled privacy or not in application code using API  wiced_bt_ble_enable_privacy ( WICED_FALSE );

Regards,

Anjana

0 Likes