How do I re-download the firmware without changing the MAC address?

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

cross mob
Anonymous
Not applicable

I have downloaded the firmware to my a Bluetooth device, and the device have a Specified MAC address. How do I re-download the firmware without changing the MAC address?

0 Likes
1 Solution
Anonymous
Not applicable

In my understanding, you program a test firmware with the address first.

Then you'd like to re-program a production firmware after some tests.

You can use a firmware based on uart_firmware_upgrade as a test firmware.

It allows you to keep address.

If you already programmed a test firmware w/o upgrade function,

you should check the address in the module, change the value in SDK and program the firmware with same address.

View solution in original post

0 Likes
6 Replies
Anonymous
Not applicable

Is it for development usage?

You can check the address, put it into SDK and build/program your new firmware.

For production stage, why don't you use uart_firmware_upgrade as old firmware programed.

I think it keeps the address during updating.

0 Likes
Anonymous
Not applicable

It is production stage. I did not lead to 32-pin and 32-pin. I upgrade only by UART-TX and UART-RX.

0 Likes
Anonymous
Not applicable

In my understanding, you program a test firmware with the address first.

Then you'd like to re-program a production firmware after some tests.

You can use a firmware based on uart_firmware_upgrade as a test firmware.

It allows you to keep address.

If you already programmed a test firmware w/o upgrade function,

you should check the address in the module, change the value in SDK and program the firmware with same address.

0 Likes
Anonymous
Not applicable

Understand, but I just put out the UR_TX and UR_RX port, so I can not use uart_firmware_upgrade as old firmware program. Anyway, thank you very much for your help

0 Likes
Anonymous
Not applicable

OTA upgrade also keeps the original address.

It's not suitable for mass production. But please check it.

0 Likes
ShawnA_01
Employee
Employee
10 questions asked 5 comments on KBA First comment on KBA
0 Likes