How to get BT address using UART port?

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

cross mob
Anonymous
Not applicable

We need to verify BT address before flashing the Device. So need to know how to get it by CLI command option.

0 Likes
1 Solution
JacobT_81
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Before flashing the device, it will have a default BD_ADDR that is burned into ROM i.e. every chip is going to read out the same thing. To access via CLI, you can use the mbt tool that ships with WICED Studio (wiced_tools/mbt). See the README for details. Once up and running, issue the following command:

$ mbt read_bd_addr

Jacob

View solution in original post

0 Likes
1 Reply
JacobT_81
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Before flashing the device, it will have a default BD_ADDR that is burned into ROM i.e. every chip is going to read out the same thing. To access via CLI, you can use the mbt tool that ships with WICED Studio (wiced_tools/mbt). See the README for details. Once up and running, issue the following command:

$ mbt read_bd_addr

Jacob

0 Likes