Abeeway micro tracker

what do you mean by this?

Sorry, that should be uplink of messages. It can be done by using TTN, but TTN lists a Cayenne encoder. This was the reason for my question.

I created a configuration sequence by using the link I posted. The following packages should enable tracking every 4 minutes and, if not moving twice a day. I sent them via TTN uplink, but the stack in a queue and nothing happened until now. Hard job, to get that thing working….

Set Operating Mode command:

020601

MOTION_TRACKING

Set Parameters command #1:

0b06010000025800000000f00500000006030000a8c01600000000

LORA_PERIOD = 600

UL_PERIOD = 240

GEOLOC_SENSOR = 6

PERIODIC_POS_PERIOD = 43200

PERIODIC_ACTIVITY_PERIOD = 0

Set Parameters command #2:

0b061500000000060000000309000000780c000000641100000fa0

SHOCK_DETECTION = 0

GEOLOC_METHOD = 3

GPS_TIMEOUT = 120

GPS_CONVERGENCE = 100

GPS_STANDBY_TIMEOUT = 4000

Set Parameters command #3:

0b060b0000000a140000000017000000780d0000002f1200000000

GPS_EHPE = 10

MOTION_SENSITIVITY = 0

MOTION_DURATION = 120

CONFIG_FLAGS = 47

CONFIRMED_UL_BITMAP = 0

Set Parameters command #4:

0b0613000000030e000000020200000000

CONFIRMED_UL_RETRY = 3

TRANSMIT_STRAT = 2

PW_STAT_PERIOD = 0

I finally got the Abeeway micro tracker working:
The biggest problem was: There is NO positioning by WiFi tracking. WiFi tracking is no tracking at all ( meaning that it doesn’t send positions) and it has priority to GPS tracking with default configuration. In WiFi mode the tracker scans the networks and sends SSIDs and signal strengths. To use it for tracking, the WiFi network positions must be known and a software must run on the server to calculate positions from signal strength data, which is not the case for TTN, Cayenne or anything else. So you get nothing useful with WiFi tracking ! The same is true with Bluetooth tracking.

I finish my posting with a configuration file, that gives a low power GPS signal indoors and outdoors every 3 min and a GPS signal every two hours. The device can be configured by sending the parameter comands via the TTN console to the device.
To create other configuration files, use the nano-things link I posted above.

Good luck to you all !

Set Operating Mode command:
020301

    MOTION_TRACKING

Set Parameters command #1:
0b030100000e1000000000b405000000010300001c201600000000

    LORA_PERIOD = 3600
    UL_PERIOD = 180
    GEOLOC_SENSOR = 1
    PERIODIC_POS_PERIOD = 7200
    PERIODIC_ACTIVITY_PERIOD = 0

Set Parameters command #2:
0b031500000000060000000209000000780c000000641100000e10

    SHOCK_DETECTION = 0
    GEOLOC_METHOD = 2
    GPS_TIMEOUT = 120
    GPS_CONVERGENCE = 100
    GPS_STANDBY_TIMEOUT = 3600

Set Parameters command #3:
0b030b0000000f0a000000371400000050170000003c0d0000049b

    GPS_EHPE = 15
    AGPS_TIMEOUT = 55
    MOTION_SENSITIVITY = 80
    MOTION_DURATION = 60
    CONFIG_FLAGS = 1179

Set Parameters command #4:
0b03120000000013000000030e000000020200000000

    CONFIRMED_UL_BITMAP = 0
    CONFIRMED_UL_RETRY = 3
    TRANSMIT_STRAT = 2
    PW_STAT_PERIOD = 0

One more thing to Shramik.
the tracker has a temperature sensor and uploads this data too. Can you please make a temperature widget for it in Cayenne ?
The following Payload contains a temperature measurement of 22.2706 °C:
0784f9835002050000000606000000010e000000030f00000001

This one includes 38.4588 °C
0328D5A3310000000000

Thank you.

will fix it.