Wonde Proud M7

Wonde Proud M7 is an asset GPS tracker working in 2G networks. The device features GPS + GLONASS navigation, data transmission via SMS/GPRS/UDP/TCP, FOTA, built-in 5200mAh Li-ion rechargeable battery, power management, low battery alert, up to 3+ years battery time, tracking by voice call, and a lot more.

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

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
ain
number
volts
Voltage on the analog input
battery.voltage
number
volts
Internal battery voltage
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.serial.number
string
Device serial number
device.type.id
number
ID of device type of device that received a message
din
number
Digital inputs bitmask
dout
number
Digital outputs bitmask
driver.id
string
Driver identification card id
event.enum
number
Protocol-specific event code
frequency.counter.din
number
Frequency counter value on digital input
ident
string
Device unique identifier like serial number, IMEI, etc
peer
string
IP:port from which device connecting to the channel
position.altitude
number
meters
Altitude value for position
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
protocol.id
number
ID of protocol
rfid.code
string
Hexadecimal code of connected RFID
server.timestamp
number
seconds
Timestamp when server received a message
timestamp
number
seconds
Message timestamp
vehicle.mileage
number
km
Total calculated mileage
Properties
Custom Command
custom
Send custom command to device
payload: Command payload
wait_ack: Wait ACK
Reset the device (0000 is a password)
{"payload":"REBOOT=0000"}
Query IMEI number of GSM module (0000 is a password)
{"payload":"IMEI=0000"}
Activate digital output 1 for 20 ms 2 times (0000 is a password)
{"payload":"OUTC=0000,1,1,20,2"}