Bosch Transport Data Logger (TDL) senses and records relevant temperature, humidity, tilt, and shock events. It is best used for machine transport, material handling and production environments. Bosch IoT Gateway Software has full support for those Bluetooth LE-based devices and their specific properties.
To connect the TDL device, follow the general steps for discovering and connecting BLE devices.
After successfully connecting a BCDS TDL device, two new device items will be registered.
The User Page service contains means to configure the device, execute basic commands and receive notification about the status of execution.
The Bulk Data Transfer service allows handling of logged data: download and deletion.
The general use cases for managing a TDL device are as follows:
Pair the TDL device
Most of TDL write operations require authentication. The first thing to be done is to execute UserpageService setPin('xxxx') - default PIN is provided by the device vendor.
Update the settings: tune the environmental thresholds, algo thresholds, system configuration, where desired
Delete old logged data if present: BulkDataTransfer.delete
Set syncTIme to current time if not set yet
Set the loggingState property to TRUE
Disconnect from the device
Now the device will log some data. Give it some time.
When logged data is to be downloaded:
Pair the TDL device
Authenticate: UserpageService setPin('xxxx') - default PIN is provided by the device vendor.