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