Skip to main content

Nearby Devices (lamp.nearby_device)

Records nearby Bluetooth and WiFi devices detected by the phone.

Configurationโ€‹

  • SensorSpec: lamp.nearby_device
  • Sampling: Discrete
  • Platform: iOS, Android

Usageโ€‹

Nearby device scans run in the background. No participant action is required.

Dataโ€‹

Fieldsโ€‹

FieldTypeDescription
typestring"bluetooth" or "wifi"
namestringDevice or network name
addressstringMAC address or device identifier
strengthnumberSignal strength in dBm (RSSI). Closer to 0 = stronger signal.

Signal Strength Referenceโ€‹

RSSISignal Quality
โˆ’30 dBmExcellent
โˆ’67 dBmVery good
โˆ’70 dBmAcceptable
โˆ’80 dBmPoor
โˆ’90 dBmUnusable

Exampleโ€‹

{
"timestamp": 1649866397374,
"sensor": "lamp.nearby_device",
"data": {
"type": "bluetooth",
"name": "device1",
"address": "3FC6C779-D79C-E00A-B711-5B2C8CA3D313",
"strength": -95
}
}

Cortex Featuresโ€‹

nearby_device (raw) โ†’ nearby_device_count (secondary)

Counts unique Bluetooth device addresses per time window.

View in Portal | Python SDK | API Reference