A-Telematics AT100A

A-Telematics AT100A is a compact 4G CAT1 GPS tracker designed for hardwired vehicle installation, supporting a wide voltage range of 9–90V DC to accommodate regular vehicles, motorcycles, and electric vehicles. It features built-in GSM/GPS antennas, an internal backup battery (140mAh/4.2V, ~2 hours runtime), and LTE connectivity via the SIMCOM A7670 module. Core functionality includes vehicle mileage statistics, remote engine cut/recovery, external power-cut alerts, vibration and overspeed alarms, OTA firmware updates, and SMS/GPRS remote configuration. A 5,000-record blind area data buffer ensures no trip data is lost. At just 80×38×17mm and 40g, it is well suited for discreet fleet and personal vehicle tracking deployments.

Usage specifics
Parameters (53)
Commands (1)
A-Telematics AT100A
Flespi parses telemetry data from your A-Telematics AT100A into a standardized JSON and lets you send commands to A-Telematics AT100A 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": "A-Telematics AT100A",
    "channel.id": 1111,
    "protocol.id": "a-telematics"
    "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 A-Telematics AT100A?

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
accelerometer.alarm.event
boolean
Accelerometer alarm event
arm.status
boolean
Device arm status (true - device armed, false - device disarmed)
battery.charging.status
boolean
Battery charging status
battery.level
number
percentage
Internal battery level
battery.low.alarm
boolean
Battery low alarm event
channel.id
number
ID of channel that received a message
crash.event
boolean
Crash event detected
device.id
number
ID of device that received a message
device.name
string
Name of device that received a message
device.type.id
number
ID of device type of device that received a message
dout
number
Digital outputs bitmask
dsm.fatigue.event
boolean
Driver fatigue event generated by Driver status monitoring system (DSM)
engine.blocked.status
boolean
Engine blocked status (fuel cutoff relay), true - engine is blocked, false - engine isn't blocked
engine.ignition.status
boolean
Engine ignition or ACC status
fuel.level
number
percentage
Fuel level percentage
fuel.low.alarm
boolean
Fuel low alarm
geofence.id
number
Geofence ID
geofence.in.alarm
boolean
Geofence in alarm event
geofence.out.alarm
boolean
Geofence out alarm event
gnss.fix.status
boolean
GNSS fix status
gsm.jamming.event
boolean
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal jamming detected
gsm.signal.dbm
number
dbm
Strength of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal
harsh.acceleration.event
boolean
Harsh acceleration detected
harsh.braking.event
boolean
Harsh braking detected
harsh.cornering.event
boolean
Harsh cornering detected
ident
string
Device unique identifier like serial number, IMEI, etc
idle.event
boolean
Idle detected
illegal.ignition.alarm
boolean
Illegal ignition alarm event
location.source.gps
boolean
Location is obtained via GPS
location.source.gsm
boolean
Location is obtained by Mobile network (GSM, 3G, 4G, LTE, 5G, ...) cell towers
lock.failure.alarm
boolean
Locking failure alarm event
lock.status
boolean
Lock status
low.speed.event
boolean
Low speed detected
overspeeding.event
boolean
Overspeeding detected
peer
string
IP:port from which device connecting to the channel
position.direction
number
degrees
Heading angle at position detection moment
position.latitude
number
degrees
Latitude coordinate value
position.longitude
number
degrees
Longitude coordinate value
position.satellites
number
Quantity of satellites used to calculate coordinates for given position information
position.speed
number
km/h
Instant speed at position detection moment
power.cut.alarm
boolean
External power cut-off alarm event
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
sleep.mode.status
boolean
Device is in sleep mode
sos.alarm
boolean
SOS alarm triggerred
tamper.alarm
boolean
Tamper alarm event
temperature.alarm
boolean
Temperature value is outside of predefined range
temperature.high.alarm
boolean
Temperature hight alarm
temperature.low.alarm
boolean
Temperature low alarm
timestamp
number
seconds
Message timestamp
towing.alarm.status
boolean
Towing alarm state
turnover.event
boolean
Turnover event
vehicle.mileage
number
km
Total calculated mileage
Properties
Custom command
custom
Send custom command to device
hex: Binary payload in HEX form
command: Command ID
Set device odometer value
{"hex":"0123000108AC","command":"DC"}

More devices from A-Telematics

No results found.