Bluetooth BLE radio turned on in cnPilot e600?

cnPilot 4.0 image which will be released in next couple of weeks will support BLE. The beta image is available from cambium site to download and try it out https://support.cambiumnetworks.com/files/e410/beta.  Here is more information on the BLE support, 

To enable the BLE scanning radio on the access points. We need to use below CLI.

  1. location-bt-api server <server address:port> (eg http://192.168.0.9:8000)
  2. location-bt-api interval <Time in sec> (range 2-3600 second)

After enable BLE Scanning on AP it will start processing 

  1. Convert the scanned data to a JSON array
  2. Send that data in one single HTTP/HTTPS POST

Bluetooth API Data Elements

Name

Format

Description

apMac

String

MAC address of the observing AP.

Api Version

string

Api Version applied for particular data format.

Ap Name

string

Host name of the observing AP.

Timestamp

string

Observation time in seconds seen by AP.

BT Mac

string

BLE device mac seen by AP.

UUID

string

BLE device UUID seen by AP.

Rssi

string

BLE device RSSI as seen by AP.

for more information and help you can reach us on channareddy.ireddy@cambiumnetworks.com or your local cambium account manager 

2 Likes