Failing to Detect on LE Scan

9 posts / 0 new
Last post
Dylan Holmes
Offline
Last seen:4 years 7 months ago
Joined:2016-08-23 21:27
Failing to Detect on LE Scan

Hey, I have a hardware unit which uses the DA14580 in PAN1740 Bluetooth module.

And I am trying to connect to it via a custom Android application I made.

我在米时,一切工作正常y office or at home (low population areas).
However, if I go to a location with high population, such as an airport or big hotel my Android application with fail to find my hardware, it will just receive a NULL device when scanning.

Does anyone here know what exactly may be causing this (interference, improper software side handling, etc)?

Regards

Keywords:
Device:
Gongyu_Dialog
Offline
Last seen:1 day 15 hours ago
Joined:2016-04-27 07:07
Null device means the address

Null device means the address still can be obtained but no device name is displayed?

Dylan Holmes
Offline
Last seen:4 years 7 months ago
Joined:2016-08-23 21:27
No, NULL device meaning the

No, NULL device meaning the software object that represents the device is null.

So, everything is null: Name, address, etc.

Gongyu_Dialog
Offline
Last seen:1 day 15 hours ago
Joined:2016-04-27 07:07
quite strange, have you

quite strange, have you measured the RF and power output performance?

Dylan Holmes
Offline
Last seen:4 years 7 months ago
Joined:2016-08-23 21:27
No. However, we have done

No. However, we have done some distance testing. Under “normal” circumstances (at work) the BT range is 10+ feet. When we try this at the airport we have the phone and FBT12 less than 2 feet apart and cannot connect.

Jelphi
Offline
Last seen:4 months 4 weeks ago
Staff
Joined:2015-09-10 12:07
Hi,

Hi,

Did this happen on one device or a couple of devices?

Dylan Holmes
Offline
Last seen:4 years 7 months ago
Joined:2016-08-23 21:27
This has happened across a

This has happened across a couple different pieces of hardware, and a couple different phones.

Joacimwe
Offline
Last seen:1 year 5 months ago
Guru
Joined:2014-01-14 06:45
How have you set up your ble

How have you set up your ble scanner in Android? There are a lot of different configurations you can do.
And I don't understand what you mean with that you get a null object. Do you mean the BluetoothDevice object you get in the scan callback is null? That really shouldn't happen.

Dylan Holmes
Offline
Last seen:4 years 7 months ago
Joined:2016-08-23 21:27
Not entirely sure what you

Not entirely sure what you mean by the first two questions.

But yes like I said in the OP everything is set up properly, and we are able to make successful connections, read and write data.

Unless we are in the airport, then when I scan all I get is a null BluetoothDevice object from the scan callback, aka what I said in OP.