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โ
| Field | Type | Description |
|---|---|---|
type | string | "bluetooth" or "wifi" |
name | string | Device or network name |
address | string | MAC address or device identifier |
strength | number | Signal strength in dBm (RSSI). Closer to 0 = stronger signal. |
Signal Strength Referenceโ
| RSSI | Signal Quality |
|---|---|
| โ30 dBm | Excellent |
| โ67 dBm | Very good |
| โ70 dBm | Acceptable |
| โ80 dBm | Poor |
| โ90 dBm | Unusable |
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