Noran NR024

The NR024 is an advanced vehicle GPS fleet tracker with features such as real-time image and fuel curve upload, accessory communication via RS232, GPS and GSM wireless communication, fuel and audio monitoring, engine remote control, and support for various alerts and geofencing. It also includes a digital camera, backup battery, and is designed to work across a wide range of environmental conditions.

Usage specifics
Parameters (26)
Settings (2)
Commands (1)
Noran NR024
Flespi parses telemetry data from your Noran NR024 into a standardized JSON and lets you send commands to Noran NR024 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": "Noran NR024",
    "channel.id": 1111,
    "protocol.id": "noran"
    "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 Noran NR024?

You can send a specific command. Show all commands
You can use pre-defined settings to send instructions more conveniently. Show all settings

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
alarm.code
number
Protocol-specific alarm code number
bluetooth.connected.status
boolean
Bluetooth connection status
channel.id
number
ID of channel that received a message
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
distance.alarm
boolean
Distance alarm detected
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
external.powersource.voltage
number
volts
External power voltage
ident
string
Device unique identifier like serial number, IMEI, etc
lock.status
boolean
Lock status
main.powersource.status
boolean
Main power supply connection status
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.speed
number
km/h
Instant speed at position detection moment
position.valid
boolean
Is position information accurate and valid for given timestamp
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
shock.alarm
boolean
Shock alarm detected
sos.alarm
boolean
SOS alarm triggerred
speed.alarm
boolean
Speed alarm detected
timestamp
number
seconds
Message timestamp
vehicle.mileage
number
km
Total calculated mileage
Properties
Control engine
control_engine
block: Block
Lock/Unlock command
lock
lock: Lock
pulses: Number of pulses to send
Properties
Custom command
custom
Send custom command to device
payload: Text payload to be sent to the device
Block engine (replace with device's ident, and with current time in corresponding format)
{"payload":"*KW,,007,,1,1#"}
Unblock engine (replace with device's ident, and with current time in corresponding format)
{"payload":"*KW,,007,,1,0#"}

More devices from Noran

No results found.