Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a tag successfully checks-in on a sensor, the sensor sends a special message with the tag ID to the cloud. To recognize these registration messages you need to find messages with the first byte of payload equal to 0A(first byte shows from which LoRaWAN port the message was received, so if you want to see this message in your LoRaWAN network it is port 10 and 5 bytes of data, the last 4 bytes are tag ID) as on the picture below. Bytes 3..6 contain big-endian 32-bit tag ID, so here the ID is AB00012C.

...

6 API Integration

Virtual Devices is a great tool to test SDI APIs - they allow developers emulate tag registration events without using a physical hardware.

HTTP: https://nwaveio.atlassian.net/wiki/spaces/ND/pages/2200141855/Standard+Templates+Direct+Smart#User-Registration

RabbitMQ: RabbitMQ Parking Sessions (auth_ble_tag)

7 Troubleshooting

Possible reasons for failure

...