DM Dot Family - Integration
Table of Contents
Supported DM Gateways
In order to read Dot Tags, Glows and Sensors, Digital Matter gateways will require FW updates to their BLE Module.
Please see the release notes for the device of your choice for details of which FW version is required.
Currently available:
- G150 Global Release Notes
- Manta Fusion Release Notes
- Remora3 4G Release Notes
- Dart3 4G - BLE FW Release Notes
- Hawk (requires Wired Provisioning Tool) - Updating the BLE Module FW
- We are planning work to get this update available OTA.
- Arrow Global BLE FW Release Notes
- G70 4G - BLE FW Release Notes
In the weeks after launch, the following gateways will receive FW updates to facilitate Dot integration.
If you require integration on a gateway not listed above, don't hesitate to get in touch with Digital Matter support.
Configure Your Gateway on Device Manager
If you have updated your gateway of choice to the latest BLE FW, its is extremely simple to get Tags read into Device Manager!
Simply follow the gateway appropriate guide for setting up BLE scanning.
For example:
Then, simply navigate to the appropriate BLE Paramater Tag, and enable the scanning of tags that broadcast in the DM Format:

This should be enabled by default on most gateways.
Digital Matter Dots in TG
Please follow the instructions as detailed here:
Digital Matter Dots Frame Specification
Please see below for details on the Frame Specification for the Dots.
Please contact Digital Matter support if you require further assistance.
DM Dot Tags
Standard/Common payload
(Sensor data excluded, also used as shipping mode to save power)
Index |
Length |
Data |
0 |
1B |
Flag Length |
1 |
1B |
Enables flag set |
2 |
1B |
Flags set |
3 |
1B |
Device name length |
4 |
1B |
Device name type |
5-12 |
8B |
DMXXXXXX (1char MAC identifier, 5char hex serial) |
13 |
1B |
Data length |
14 |
1B |
manufacturer specific data (0xFF) |
15-16 |
2B |
manufacturer specific ID |
17 |
1B |
Product ID |
Shipping Mode
(Paramater configured via the DM Wireless Provisioning Tool):
Extends common payload above
Index |
Length |
Data |
18 |
1B |
Frame Identifier, Value = 0 |
Active Mode (Once Activated via the DM Wireless Provisioning Tool):
Extends common payload above
Index |
Length |
Data |
18 |
1B |
Frame Identifier, Value = 1 |
19 |
1B |
Status Flags |
20-21 |
2B (UINT16) |
VBatt |
22-23 |
2B (INT16) |
Temperature (nRF) |
DM Dot Glows
Coming soon
DM Dot Sensors
Coming soon
DM Dot Payload Interpretation
DM Dot Tag Data (When Tag is in Active Mode)
Length = 11 bytes, tag type 21
Offset |
Data Type |
Length |
Description |
Unit |
0 |
BYTE[6] |
6 |
MAC Address (little endian) |
|
6 |
UINT16 |
2 |
Battery Voltage |
mV |
8 |
INT16 |
2 |
Temperature |
0.01C |
10 |
BYTE |
1 |
Status Flags |
Bit 0: VBatt Good 1 is good. 0 is “bad” Bad is when below Battery Voltage is below 2.7V. |
|
|
|
|
Bit 1-7: Reserved (Set to 0) |