tedchoi
November 13, 2023, 7:20am
1
Firmware version of Config Tools For BLE Gateway is 1.5.15i.
The test packet is “0x0201060F0953616E4368656F6E67205041535305FF31013B04”. so I entered “0131” on textfield for Manufacture ID Filter.
But It doesn’t work.
Please help me~
It works for this data.
0x02010609FF5D0302030211002208094150542D546167
Hi,
I tested with the packet 0x0201060F0953616E4368656F6E67205041535305FF31013B04
and gateway v1.5.15i
. It works
See my screenshot
the config screen
The ble viewer
Please try do disable the Duplicate Filter
and test again
tedchoi
November 13, 2023, 11:45pm
3
Thanks for your reply.
I changed Duplicate Filter to disable. But the result is same.
004C works too.
Is there anything else I should check?
please take a screenshot like the above one when you remove the Manufacture ID Filter. It must contains the advertising data with manufacture ID 0131
.
We’ll try to reproduce the issue
tedchoi
November 14, 2023, 4:06am
5
I think that it seems like the data was cut.
“0x0201060F0953616E4368656F6E67205041535305FF31013B04 ”
“FF31013B04” was gone. I can’t find it.
Where did you get the full advertising data 0x0201060F0953616E4368656F6E67205041535305FF31013B04
? From the Android nRF Connect.app
?
Try to add mac address filter BBA050DA27CC
to filter out other data first.
The part 05FF31013B04
should be scan response data. Try to change the Scan Mode
to Active scan
and restart the gateway.
tedchoi
November 14, 2023, 5:28am
7
right. I checked the full advertising data with nRF Connect on Android.
tedchoi
November 14, 2023, 5:31am
8
As you saying I did it, but result is same.
Data was gone.
The nRF Connect.app
merged the advertising data
and scan response data
to Raw data. It’s not the real advertising data.
You must enable Active Scan
to get scan response data
. Power off and power on the gateway to check the result.
tedchoi
November 14, 2023, 5:42am
10
Something is changed. As you saying Data is seperated.
So, to resolve this problem, should I merge “0xFFxxxx” to the advertising data in the advertising?
It’s the best solution if you can do it.
tedchoi
November 14, 2023, 5:44am
12
Thank you so much for your reply.
tedchoi
November 14, 2023, 5:46am
13
Is it any second solution?
Do you mean merge the advertising data and scan response data at gateway side?
tedchoi
November 14, 2023, 5:48am
15
yeap, as the second solution at gateway side~
I suggest you do this at your server end. The advertising type for scan response data
is 4, type for advertising data is 0.
tedchoi
November 14, 2023, 5:53am
17
OK, I knew you meaning. thanks~ (