Kingwo LT32

LT32-4G is a compact GPS tracker designed for vehicles, scooters, and motorcycles. It features LTE connectivity, internal GPS/GSM antennas, Bluetooth 5.0, ignition detection, remote power-off relay, and supports 9-90V input. The device offers high GPS accuracy (<2.5m), fast time-to-first-fix, and a built-in NI-MH backup battery for up to 1.5 hours of operation. Its small size and wide voltage range make it suitable for various vehicle types.

Usage specifics
Parameters (79)
Commands (1)
Kingwo LT32
Flespi parses telemetry data from your Kingwo LT32 into a standardized JSON and lets you send commands to Kingwo LT32 via API.

Here’s the like of JSON you get

{
    "ident": "352625333222111",
    "position.altitude": 273.61,
    "position.hdop": 0.7,
    "position.latitude": 49.069782,
    "position.longitude": 28.632826,
    "position.satellites": 18,
    "server.timestamp": 1650636570.426424,
    "timestamp": 1650636570.426424,
    "device.type.id": "Kingwo LT32",
    "channel.id": 1111,
    "protocol.id": "kingwo"
    "engine.ignition.status": true
    ...
}

How to consume this nice JSON

The easiest way is to make a REST API request like this
curl -X GET  --header 'Authorization: FlespiToken XXX' 'https://flespi.io/gw/devices/<device id>/messages'

How to send commands to Kingwo LT32?

You can send a specific command. Show all commands

You can also

Modify messages

Add or remove parameters, inject data from LBS and reverse-geocoding services, etc.
Learn what plugins can do

Aggregate data

Determine trips and stops, catch events, detect geofence ins/outs, and more.
Learn about flespi analytics capabilities
adas.collision.warning.event
boolean
Collision warning event generated by Advanced driver-assistance system (ADAS)
Addition data Z,
Report type 4 of Function RP
ain
number
volts
Voltage on the analog input
Addition data d
battery.charging.status
boolean
Battery charging status
Addition data K
battery.level
number
percentage
Internal battery level
Addition data T
battery.low.alarm
boolean
Battery low alarm event
Addition data B,
Addition data K
ble.beacons
array
Standard parameter names used: *id* - beacon identification string. Usually it is beacon's UUID or MAC-address *local_name* - Beacons's Local Name *rssi* - BLE signal level. Units = dBm *battery.voltage* - Beacon's battery voltage. Units = volts *battery.level* - Beacon's battery level. Units = percentage *temperature* - Beacon's temperature. Units = celsius
Function GB,
Function GD,
Function GM,
Function GT
channel.id
number
ID of channel that received a message
communication.interupted
boolean
Communication interupted
Addition data P
cover.open.alarm
boolean
Open cover alarm
Addition data B
device.id
number
ID of device that received a message
device.id.number.error
boolean
Device ID number error, no such ID or device number
Addition data P
device.name
string
Name of device that received a message
device.type.id
number
ID of device type of device that received a message
device.uptime
number
seconds
Time in seconds since last device power on
Addition data W
domain.name.error
boolean
Domain name error, unable to connect to the server
Addition data P
door.open.status
boolean
Door open status
Addition data B
downloading.agps
boolean
Downloading AGPS data
Addition data P
engine.ignition.status
boolean
Engine ignition or ACC status
Addition data B
firmware.update.code
number
Firmware update confirmation code
Function AW
fuel.volume
number
liters
Fuel volume
Addition data H
gps.jamming.event
boolean
GPS signal jamming detected
Addition data K
gps.module.error
boolean
GPS module error flag
Addition data B
g.sensor.error
boolean
G-sensor error
Addition data K
gsm.cellid
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) base station ID
Addition data I,
Addition data Y
gsm.lac
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) location area code
Addition data I,
Addition data Y
gsm.mcc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) country code
Addition data I,
Addition data Y
gsm.mnc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) code
Addition data I,
Addition data Y
gsm.signal.dbm
number
dbm
Strength of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal
Addition data I,
Addition data Y
gsm.signal.level
number
percentage
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal strength level
Addition data R
harsh.acceleration.alarm
boolean
Harsh acceleration alarm
Addition data Z
harsh.braking.alarm
boolean
Harsh braking alarm
Addition data Z
harsh.turn.left.event
boolean
Harsh left turn detected
Addition data Z
harsh.turn.right.event
boolean
Harsh right turn detected,
Addition data Z
ident
string
Device unique identifier like serial number, IMEI, etc
improper.installation
boolean
Improper installation, anti-removal button or light sensor terminal installation error
Addition data K
ip.error
boolean
IP error, not able to connect server
Addition data P
lock.device.code
string
Lock device code
Report type 7 of Function RP
lock.status
boolean
Lock status
Report type 7 of Function RP
main.power.voltage
number
volts
Main power voltage
Addition data V
message.buffered.status
boolean
Black box message
Addition data K
module.error.no.response
boolean
Module error, No response
Addition data P
motion.alarm
boolean
Motion alarm
Addition data K
movement.event
boolean
Movement detected
Addition data B
network.register.failure
boolean
Network register failure
Addition data P
network.type
string
Network type
Addition data N
no.signal
boolean
No signal
Addition data P
overspeeding.event
boolean
Overspeeding detected
Addition data B
payload.hex
string
HEX Payload received from device
Function BT
pdp.activation.context.failed
boolean
PDP activation context failed
Addition data P
peer
string
IP:port from which device connecting to the channel
position.altitude
number
meters
Altitude value for position
Addition data G
position.direction
number
degrees
Heading angle at position detection moment
Addition data A
position.latitude
number
degrees
Latitude coordinate value
Addition data A
position.longitude
number
degrees
Longitude coordinate value
Addition data A
position.satellites
number
Quantity of satellites used to calculate coordinates for given position information
Addition data R
position.speed
number
km/h
Instant speed at position detection moment
Addition data A,
Addition data F
position.valid
boolean
Is position information accurate and valid for given timestamp
Addition data A
power.cut.alarm
boolean
External power cut-off alarm event
Addition data B
power.saving.mode.status
boolean
Power saving mode active/inactive
Addition data K
protocol.id
number
ID of protocol
removal.status
boolean
Removal satus
Addition data K
report.code
string
Report code
rtc.error
boolean
RTC Error
Addition data K
sensor.humidity
number
percentage
Humidity sensor value, i.e. relative air humidity level
Addition data M
sensor.temperature
number
celsius
Temperature sensor value
Addition data J
server.timestamp
number
seconds
Timestamp when server received a message
sim.card.error
boolean
Sim card error, reading card error
Addition data P
sos.alarm
boolean
SOS alarm triggerred
Addition data B
spi.flash.fault
boolean
SpiFlash fault
Addition data K
timestamp
number
seconds
Message timestamp
Addition data A,
Function GB,
Function GD,
Function GT,
Report type 4 of Function RP,
Report type 7 of Function RP
track.mode
boolean
Track mode
Addition data K
trip.mileage
number
km
Distance driven since engine start
Report type 0 of Function RP
trip.start.timestamp
number
seconds
Timestamp value upon trip start
Report type 0 of Function RP
trip.stop.timestamp
number
seconds
Timestamp value upon trip end
Report type 0 of Function RP
vehicle.mileage
number
km
Total calculated mileage
Addition data C
vibration.alarm
boolean
Vibration alarm event
Addition data B
wifi.mac.address
string
WiFi MAC address
Addition data Q
wifi.module.error
boolean
WIFI module error
Addition data K
wifi.signal.strength
number
WiFi signal strength, RSSI
Addition data Q
Properties
Custom text command
custom
Send custom text command to device
text: Text payload
storage: Storage property
function: Function
response: Response property

More devices from Shenzhen Kingwo Iot Co. , Ltd. (8)