Advertisement

Quick Links

Operating Manual
zTrack One
Index
Safety information ................................................................................................................................... 2
Correct use .............................................................................................................................................. 2
Specifications ........................................................................................................................................... 2
Disassembly and disposal ........................................................................................................................ 2
Battery and Charging ............................................................................................................................... 3
Commissioning ........................................................................................................................................ 3
zTrack tool to configurate the device .................................................................................................. 3
Integration to TTN Network .................................................................................................................... 6
Payload decoding with TTN ................................................................................................................. 7
Integration to Zane Tracking Solution ..................................................................................................... 9
Using with zTrack Map ........................................................................................................................ 9
Downlink Specification .......................................................................................................................... 10
Uplink Specification ............................................................................................................................... 11
Status Led .............................................................................................................................................. 14
Motion sensor ....................................................................................................................................... 14
zTrack Configuration Tool for firmware upgrade .................................................................................. 15
Revision history ..................................................................................................................................... 17
www.zane.hu
1

Advertisement

Table of Contents
loading

Summary of Contents for Zane zTrack One

  • Page 1: Table Of Contents

    ....................3 Integration to TTN Network ........................6 Payload decoding with TTN ......................... 7 Integration to Zane Tracking Solution ..................... 9 Using with zTrack Map ........................9 Downlink Specification .......................... 10 Uplink Specification ..........................11 Status Led ..............................
  • Page 2: Safety Information

    These operating instructions contain information required during the life cycle of the sensor. Correct use zTrack One is a GPS tracker which uses the LoRaWan network. The device is a revolutionary small LoRaWAN based GPS tracking device with a button. The device is widely used to track pets, children, bicycles, elderly people, bags, assets.
  • Page 3: Battery And Charging

    First, start zTrack Configuration Tool, second connect zTrack One to the computer. Don’t touch the link for firmware. If you confirm to change firmware, zTrack One changes to boot mode, and if there's still no acces to go back to configuration mode.
  • Page 4 Device parameters ????? Device Parameter Value Description Motion sensor status Enabled/Disabled Enable to wake up sensor by acceleration. If no movement sensor switches to sleep mode after “Tracking time” is elapsed. GPS status Enabled/Disabled Start / Stop GPS Motion sensor sensitivity...
  • Page 5 LoraWAN preferences LoraWan preferences Value Description Adaptive Data Rate (ADR) is a mechanism for optimizing data rates, airtime and energy Adaptive Data Rate Enabled/Disabled consumption in the network. It is suggested to leave disabled for proper operation LoraWAN datarate DR0 …...
  • Page 6: Integration To Ttn Network

    TTN console register device • Register your zTrack One under TTN console → Application → Devices → “register device” • Setup device under TTN console → Application → Devices → “Device Settings” TTN device Label at Configuration Tool...
  • Page 7: Payload Decoding With Ttn

    See the payload in Uplink Specification section. For zTrack One you can use this decoder on TTN. Use custom payload. function Decoder(bytes, port) { // Decode an uplink message from a buffer // (array) of bytes to an object of fields.
  • Page 8 = (bytes[8] & 0x0F) * 100; temp += ((bytes[9] & 0xF0) >> 4 ) * 10; temp += bytes[9] & 0x0F; if( bytes[8] & 80) temp /= -10; else temp /= 10; decoded.temp = temp; bat = ((bytes[10] & 0xF0) >> 4) * 10;...
  • Page 9: Integration To Zane Tracking Solution

    Integration to Zane Tracking Solution Using with zTrack Map 1. Select the required application 2. Select add integration at Integrations tab 3. Choose HTTP Integration 4. Fill Process ID field - select default key at Acces Key - copy http://185.187.72.215:8000/ztrackmap to URL - Choose POST at Method...
  • Page 10: Downlink Specification

    (the settle time 2 digits (1 byte) Accuracy seconds after a fix is BCD coded value obtained). Payload Adjusts payload 0x00: ZANE Set CayenneLPP XX (1 byte) Format format 0x01: CayLPP format: 01 0x0F: off Turn GPS on: GPS State Adjusts GPS state.
  • Page 11: Uplink Specification

    Uplink Specification Uplink messages contains information sent by the tracker devices. These messages can contain different information. The port number specifies what will we find in this packet. Summary of ports mentioned: 200: a message sent on cold starts.
  • Page 12 Motion GPS fix Sample Payload: Payload structure (11 bytes): LLLNNNAATTB Port: 204 Payload: 43ad230f7343007f027148 latitude (3 bytes), longitude (3 bytes), altitude (2 bytes), temperature (2 bytes), battery (1 byte) LAT_MSB, LAT_CSB, LAT_LSB, LON_MSB, LON_CSB, LON_MSB, ALT_MSB, ALT_LSB, TEMP_MSB, TEMP_LSB, Latitude: 24 bit long signed hexadecimal number.
  • Page 13 Motion No GPS fix Sample Payload: Payload structure (3 bytes): Port: 205 Payload: 027148 temperature (2 bytes), battery (1 byte) TEMP_MSB, TEMP_LSB, Temperature: 1. character indicates negative or positive temperature (0 – positive, 1 – negative) 2. and 3. character is integer part of temperature 4.
  • Page 14: Status Led

    Status Led There is a RGB LED indicator on the zTrack One to inform you about specific events during operation. The LED indicates various events during operation with colours and blinking. Activity LED colour Led action System initialization 1 Blink...
  • Page 15: Ztrack Configuration Tool For Firmware Upgrade

    Windows is installing correct USB driver for DFU device • If zTrack One is not detected by zTrack Configuration Tool follow the instructions below: o Run the device manager of Windows and find the USB device "DFU in FS Mode"...
  • Page 16 www.zane.hu...
  • Page 17: Revision History

    Revision history Date Revision Changes 2020.04.14 v1.0 Initial release of the document 2020.04.27 v1.1 Updated Downlink Specification...

Table of Contents