Debug tracking devices
Analyzing data sent through the mobile network and debug GPS hardware.
Last updated
Analyzing data sent through the mobile network and debug GPS hardware.
Last updated
The interactive Track Chart provides insights into your GPS devices at running operations. The Track Chart features:
Delay of received coordinates: The y-axis indicates the delay of received coordinates in seconds.
Battery History: A dedicated second y-axis displays the battery history of your GPS tracker, enabling you to monitor power consumption.
syntax https://racemap.com/admin/track/<appId>?startDate=2023-11-14T12:30:00.000Z&endDate=2023-11-14T16:30:00.000Z
Pull the timestamps when a specific device recorded a location and when Racemap server received the same location, eg. to check the delay in sending live data through the mobile network.
syntax https://racemap.com/api/tracks/trackId/points?startTime=startTime&endTime=endTime
startTime
and endTime
timestamps in UTC of the first and the last location in the query
trackId
unique Racemap ID of all locations of a specific device
parameter | description | type |
---|---|---|
| longitude of location | string |
| latitude | string |
| elevation | string |
| timestamp in UTC when device recorded the location, in case of interpolation between last two points => linear interpolated | string |
| timestamp in UTC when Racemap recorded the location, in case of interpolation between last two points => linear interpolated | string |
Tracking device is turned on.
UART data cable
Windows computer
We use the CoolTerm software to record the logs of the tracking device. Download CoolTerm here https://coolterm.en.lo4d.com/windows
Enable the USB port of the computer for UART communication. Read documentation.
The device needs to be connected to the computer to record logs. You have to take the computer with you when reproducing specific tracking scenarios.
On Clicking on CoolTerm icon. The first window you see is this
When connecting a powered-on device to the COM port via the UART cable, CoolTerm won't display it automatically. Users must configure CoolTerm each time it's opened, making sure the device is powered on and connected before initiating the application.
Settings in CoolTerm
Options >> Serial Port:
UART: Select the port which is enabled for UART communication.
Baudrate: 115200
Terminal:
Line Mode
Local Echo
Receive
Add timestamps to received data
File Capture:
Select the file in which you want to capture the logs.
Commands:
Send the command to the device to send logs using the command field:
AT+UARTLOG=9
Send the command to the device to stop sending battery-related logs:
AT+UARTLOG=0,BAT
Send the command to the device to stop sending logs:
AT+UARTLOG=0