Using two wiced sense simultaneously

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

cross mob
Anonymous
Not applicable

Hi,

I'm trying to use more than 2 wiced sense for difference purpose.

One to get temp, the other to get accel sensor data.

But when I check the Advertisement Data, wiced sense is using

the same bt address (20:73:7a:14:b3:db).

This make my android doesn't recognize those 2 wiced sense as

separate entity.

I was able to compile and flash the firmware.

Currently checking the firmware source. Can someone tell me how

to change the local bt address used by wiced sense on the firmware source?

Thanks.

0 Likes
1 Solution
Anonymous
Not applicable

Okay after several research, got it right.

For reference:

- in [Make Target] Panel, right click your make target then select Edit.

- on [Modify Make Target] dialog, in [Target name] field, add those BT_DEVICE_ADDRESS

  setting before "download"

  ex. wiced_sense-BCM920737TAG_Q32 BT_DEVICE_ADDRESS=1234567890AB download

That's it. It work for me.

Again thanks to boont for the hint.

View solution in original post

0 Likes
3 Replies
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

You are going to need this: WICED SENSE Kit BLOG

You can append BT_DEVICE_ADDRESS=1234567890AB (for example) in the make file when you compiled one for downloading.

Anonymous
Not applicable

Thanks for the reply.

Unfortunately it seems not to working.

Add those line to wiced_sense/makefile.mk

The address it use is still the same old one.

0 Likes
Anonymous
Not applicable

Okay after several research, got it right.

For reference:

- in [Make Target] Panel, right click your make target then select Edit.

- on [Modify Make Target] dialog, in [Target name] field, add those BT_DEVICE_ADDRESS

  setting before "download"

  ex. wiced_sense-BCM920737TAG_Q32 BT_DEVICE_ADDRESS=1234567890AB download

That's it. It work for me.

Again thanks to boont for the hint.

0 Likes