Bluetooth BLE radio turned on in cnPilot e600?

Is the Bluetooth BLE radio turned on in the cnPilot e600?  And will cnMaestro monitor this radio?  Asking for asset tracking solution opportunity. 

1 Like

This will be turned on in our 4.0 software release in August.

The data about bluetooth devices and tags we scan will be made available over an API (like we do for wifi presence tracking today) to a 3rd party server. cnMaestro will configure the external server, but will not be collecting and reporting the client data for now.

1 Like

Hi.

Is bluetooth enabled? I am searching, but can't find any info.


Kind regards

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

Thats great, thank you!

If the APs are managed by cnMaestro, then we can follow the below screenshot

You can navigate to AP group–> configuration–> services–> Bluetooth API–> enable–> and configure the details